View Single Post
Old Sep 20, 2006 | 07:25 PM
  #5  
98CoupeV6's Avatar
98CoupeV6
lots and lots of fail
 
Joined: Dec 1999
Posts: 23,004
Likes: 1
From: Deeeeeeeeeeeeeeetroit
Default

Originally Posted by Red X
I need to implement a derivative of Gaussian function for a 2d image. I'm returning the derivative in the x and y directions.. My question is, do the arrays have to be the same size after I convolute the kernel with the matrice in the x and then in the y?

Convoluting the x and y just means convoluting each individual row with the kernel for x, and column for y?
And I just had an aneurism.
Reply