Accelerated Computer Vision in MATLAB

VN:F [1.8.8_1072]
Rating: +1 (from 1 vote)
VN:F [1.8.8_1072]
Rating: 10.0/10 (2 votes cast)

A recent post on the AccelerEyes’ blog discusses computer vision algorithm acceleration in MATLAB.  The key problem in using MATLAB for computer vision is that:

“Matlab and the M language is great for linear algebra where blocks of matrices are the typical access pattern, but not for Computer Vision where algorithms typically operate on patches of imagery.”

In order to get around this problem, a windows function is introduced:

“The command windows signals to Jacket that we’re doing a patched access pattern that can then be optimized on the GPU.”

Anyway, this may be interesting for those involved in computer vision and interested in GPUs!

VN:F [1.8.8_1072]
Rating: 10.0/10 (2 votes cast)
VN:F [1.8.8_1072]
Rating: +1 (from 1 vote)
Accelerated Computer Vision in MATLAB10.0102

Popularity: 1% [?]

Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Blogplay
  • Live
  • PDF
  • Technorati
  • Twitter
  • Yahoo! Bookmarks
  • Add to favorites
  • email
  • MySpace
  • RSS

Related Posts

  • No Related Post

Comments

Tell me what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!


Include MATLAB code in your comment by doing the following:

<pre lang="MATLAB">

%insert code here

</pre>