Skip to content
Snippets Groups Projects
Commit f510b430 authored by David Tschumperlé's avatar David Tschumperlé
Browse files

.

parent 90d86f38
No related branches found
No related tags found
No related merge requests found
......@@ -27484,7 +27484,7 @@ namespace cimg_library_suffixed {
case 2 : { // Salt & Pepper noise
if (nsigma<0) nsigma = -nsigma;
if (M==m) {
if (cimg::type<T>::is_float()) { m = (Tfloat)0; M = (Tfloat)1; }
if (cimg::type<T>::is_float()) { --m; ++M; }
else { m = (Tfloat)cimg::type<T>::min(); M = (Tfloat)cimg::type<T>::max(); }
}
cimg_rof(*this,ptrd,T) if (cimg::rand(100)<nsigma) *ptrd = (T)(cimg::rand()<0.5?M:m);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment