how to assign weights to specific blocks of an image?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I want to perform face recongition using LBP feautres.In th eoriginal paper it is mentioned that some regions have mre information than the others such as eyes for facial recongition .And also they assigned it a weight(4) after dividing it into blocks also .My question is how to assign weight after dividing the image into blocks ?Should I just multiply the pixel values by 4?
But the region could become whit if I do that ( max value 255 for gray scale).Kindly help me out in this ....
One more question Should I apply weight first then lbp caluclation or lb first then apply weight????
1 Commento
Image Analyst
il 17 Lug 2016
Wasn't it described in the paper? If not, then you should ask the authors to describe the missing parts so that you can replicate their work.
Risposte (0)
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!