How can we use integral image for forgery detection in code..
Mostrar comentarios más antiguos
how to work with integral image for a given image J = integralImage(I); J gives dimention error,it should be 2 dimentional image to work but J is not 2 dimentional. How to use it for my code.
Respuestas (1)
Image Analyst
el 22 de Mzo. de 2015
0 votos
I have no idea. I don't even know if integralImage is an array or some function you have. Or even if it's a MATLAB function. Perhaps you should ask in the ImageJ forum. I can't even determine if this is a MATLAB question or not.
2 comentarios
shikha gautam
el 22 de Mzo. de 2015
Image Analyst
el 22 de Mzo. de 2015
It is not in any of my toolboxes:
Your search - integralImage - did not match any documents.
Suggestions:
Make sure all words are spelled correctly.
Try different keywords.
Try more general keywords.
Try fewer keywords.
What toolbox is it in. What do you see if you do this on the command line:
>> which -all integralImage
Categorías
Más información sobre Image Filtering en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!