Color Histogram weighted by non-isotropic Gaussian Kernel
Afficher commentaires plus anciens
I have a patch to extract color histogram, meanwhile I want to incorporate the spatial weights into the color histogram. The spatial weight is decided by a non-isotropic Gaussian kernel, how could I add the weight for corresponding pixels when computing color histogram?
Réponses (1)
Image Analyst
le 17 Juin 2012
0 votes
How about multiplying something by the weight and adding it to whatever you're going to add it to. That's about all I can say given this vague description of an algorithm and the lack of any code, pseudocode, or equation.
1 commentaire
Rui Zhao
le 17 Juin 2012
Catégories
En savoir plus sur Histograms dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!