Introduction - If you have any usage issues, please Google them yourself
[code]#include <cv.h>
#include <cxcore.h>
#include <highgui.h>
#include <stdio.h>
int main( int argc, char** argv ) {
IplImage*src,*templ,*ftmp[6] //ftmp will hold results
int i
if( argc == 3){
//Read in the source image to be searched:
if((src=cvLoadImage(argv[1], 1))== 0) {
printf("Error on reading src image s\n",argv[i])
return(-1)
}