Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:pixel

53 #include "MagickCore/pixel-accessor.h"
54 #include "MagickCore/pixel-private.h"
87 % o red, green, blue: A pointer to a pixel component of type Quantum.
181 % o red, green, blue: A pointer to a pixel component of type Quantum.
287 % o red, green, blue: A pointer to a pixel component of type Quantum.
391 % o red, green, blue: A pointer to a pixel component of type Quantum.
465 % o red, green, blue: A pointer to a pixel component of type Quantum.
570 % o red, green, blue: A pointer to a pixel component of type Quantum.
672 % o red, green, blue: A pointer to a pixel component of type Quantum.
749 % o red, green, blue: A pointer to a pixel component of type Quantum.
803 % o red, green, blue: A pointer to a pixel component of type Quantum.
855 % blue component of a pixel.
917 % blue component of a pixel.
979 % blue component of a pixel..
1050 % blue component of a pixel..
1108 % blue component of a pixel..
1181 % blue component of a pixel..
1251 % blue component of a pixel.
1311 % blue component of a pixel.
1373 % blue component of a pixel.
1463 % const Quantum pixel,const NoiseType noise_type,const double attenuate)
1469 % o pixel: noise is relative to this pixel value.
1477 const Quantum pixel,const NoiseType noise_type,const double attenuate)
1500 noise=(double) (pixel+QuantumRange*SigmaUniform*(alpha-0.5));
1515 noise=(double) (pixel+sqrt((double) pixel)*SigmaGaussian*sigma+
1527 noise=(double) pixel;
1535 noise=(double) (pixel-QuantumRange);
1537 noise=(double) (pixel+QuantumRange*SigmaLaplacian*log(2.0*alpha)+
1543 noise=(double) (pixel+QuantumRange);
1545 noise=(double) (pixel-QuantumRange*SigmaLaplacian*log(2.0*beta)+0.5);
1554 noise=(double) (pixel+pixel*SigmaMultiplicativeGaussian*sigma*
1566 poisson=exp(-SigmaPoisson*QuantumScale*pixel);
1598 % below the threshold of one pixel numerical accuracy.
1611 % pixel.