Home
| Calendar
| Mail Lists
| List Archives
| Desktop SIG
| Hardware Hacking SIG
Wiki | Flickr | PicasaWeb | Video | Maps & Directions | Installfests | Keysignings Linux Cafe | Meeting Notes | Linux Links | Bling | About BLU |
I'm taking a robotics course and at the end of the day the code needs to be my own. I am in fact doing this in Matlab at first and then I'm going to convert it to C with Mex wrapper. Since we are on the subject of image processing does anyone know of any good articles for shape recognition by chance? Thanks, Anthony On Wed, 16 Nov 2005 dsr at tao.merseine.nu wrote: > On Wed, Nov 16, 2005 at 11:25:29AM -0500, Josh ChaitinPollak wrote: > > Don't use multidimensional arrays for image processing. You'll take > > huge speed hits and the compiler won't be able to optimize. Allocate > > a single dimensional N*M array and do the math to get to the pixels > > you need. You'll find it much easier to deal with in the long run. > > Not to mention for loops to deallocate the sub-arrays will get very > > old, very quickly. > > And if you're doing more than writing a plugin filter -- go find > a graphics library that appeals to you. Reinventing the wheel is > a really lousy way of spending your time... > > -dsr- >
BLU is a member of BostonUserGroups | |
We also thank MIT for the use of their facilities. |