First time here? Check out the FAQ!
answered 2020-03-19 11:51:29 -0600
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