Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is one image in another?
Message
From
19/03/2004 06:36:43
 
 
To
18/03/2004 13:02:54
Mike Yearwood
Toronto, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Pictures and Image processing
Miscellaneous
Thread ID:
00887604
Message ID:
00887818
Views:
4
Mike,

This process is known as image correlation and is an extremely complex area of image processing and analysis.

We use the LeadTools functionality to do this as it is extremely flexible, for example it will return you a vector of all occurances of the source image found in the destination.
short Correlation(ILEADRaster *pRaster, 
                  ILEADRaster *pCorrelationRaster, 
                  short StepX, 
                  short StepY, 
                  short Threshold);
Regards
Neil
Previous
Reply
Map
View

Click here to load this message in the networking platform