Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to set or get derivatives of the Gaussian?

Hi all; In opencv document: "Gaussian kernel standard deviation in Y direction; if sigmaY is zero, it is set to be equal to sigmaX, if both sigmas are zeros, they are computed from ksize.width and ksize.height, respectively (see “getGaussianKernel” for details); to fully control the result regardless of possible future modifications of all this semantics, it is recommended to specify all of ksize, sigmaX, and sigmaY."

But if i want:

  1. second derivate along x
  2. second derivate along y
  3. Thrid derivate along x.

............ How to do??? By the way,thanks your help.

How to set or get derivatives of the Gaussian?Gaussian filter?

Hi all; In opencv document: "Gaussian kernel standard deviation in Y direction; if sigmaY is zero, it is set to be equal to sigmaX, if both sigmas are zeros, they are computed from ksize.width and ksize.height, respectively (see “getGaussianKernel” for details); to fully control the result regardless of possible future modifications of all this semantics, it is recommended to specify all of ksize, sigmaX, and sigmaY."

But if i want:

  1. second derivate along x
  2. second derivate along y
  3. Thrid derivate along x.

............ How to do??? By the way,thanks your help.