Ask Your Question

Revision history [back]

Hello,

pow comes from Core.sqrt(sigma, sigma2);

Using that (normalization),

Core.normalize(image, image, 0, 255, Core.NORM_MINMAX, CvType.CV_64F);

I solve the problem and found an other one