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

asked 2015-03-02 05:15:09 -0600

lakshmi gravatar image

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/15... Help is highly appreciable.

Thanks in advance.

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by sturkmen
close date 2020-11-17 14:09:58.310811

Comments

If you want to perform high quality comparison, than you will never reach a quick result ... you could however start by down-scaling the take images drastically to for example VGA resolution.

StevenPuttemans gravatar imageStevenPuttemans ( 2015-03-02 08:38:57 -0600 )edit