- Marquer comme nouveau
- Marquer
- S'abonner
- Sourdine
- S'abonner au fil RSS
- Surligner
- Imprimer
- Signaler un contenu inapproprié
Hi people,
I am trying to measure for images. I am referring to this paper(http://diuf.unifr.ch/courses03-04/imaging/simoncelli.pdf).
The paper suggest that i find luminance first and then i find contrast.
The paper says that luminance could be found by calculating mean intensity.(image is considered as signal).
And then finally contrast could be found by reomving the mean intensity from the signal.
And using the standard deviation (the square root of variance) as an estimate of the signal contrast. An unbiased estimate in discrete
form is given by formula.
My question are
1. Can i find log average luminance value to calculate luminance
2. How do represent the image in terms of signal to do the calculation.
Any suggestions?
thanks
Jay
I am trying to measure for images. I am referring to this paper(http://diuf.unifr.ch/courses03-04/imaging/simoncelli.pdf).
The paper suggest that i find luminance first and then i find contrast.
The paper says that luminance could be found by calculating mean intensity.(image is considered as signal).
And then finally contrast could be found by reomving the mean intensity from the signal.
And using the standard deviation (the square root of variance) as an estimate of the signal contrast. An unbiased estimate in discrete
form is given by formula.
My question are
1. Can i find log average luminance value to calculate luminance
2. How do represent the image in terms of signal to do the calculation.
Any suggestions?
thanks
Jay
Lien copié
1 Répondre
- Marquer comme nouveau
- Marquer
- S'abonner
- Sourdine
- S'abonner au fil RSS
- Surligner
- Imprimer
- Signaler un contenu inapproprié
Hi,
There is no need to do (2) all necessary functions present in ippIP domain.
1) mean removal:
ippiMean_32f_C1R( pSrc, srcStep, RoiSize, &Mean64f, ippAlgHintAccurate );
Mean32f = (Ipp32f)Mean64f;
ippiSubC_32f_C1IR( Mean32f, pSrc, srcStep, RoiSize );
variance:
ippiNorm_L2_32f_C1R( pSrc, srcStep, RoiSize, &NormL2, ippAlgHintAccurate );
Regards,
Vladimir

Répondre
Options du sujet
- S'abonner au fil RSS
- Marquer le sujet comme nouveau
- Marquer le sujet comme lu
- Placer ce Sujet en tête de liste pour l'utilisateur actuel
- Marquer
- S'abonner
- Page imprimable