View Single Post
Old Sep 20, 2006 | 08:33 PM
  #9  
Draconius's Avatar
Draconius
BAZINGA!
 
Joined: Aug 2004
Posts: 21,613
Likes: 0
From: San Diego, CA
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?
You are definately in need of a nerd bigger than yourself...
Reply