Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

how to compare two images taken from iphone camera quickly opencv ios?

Hi,

I have tried the below code for comparing images taken from iphone camera. It is working fine. But the problem here is like taking long time for comparing images. Please suggest me the corrections in the below code to compare the images quickly or suggest any alternate methods for image comparison of camera images.

I have tried the -(NSArray)getRGBAsFromImage:(UIImage)image atX:(int)xx andY:(int)yy method for comparing images through the below link.

http://stackoverflow.com/questions/15742958/how-to-compare-images-using-opencv-in-ios-iphone Help is highly appreciable.

Thanks in advance.