Image<Gray, float> result = source.MatchTemplate(template, Emgu.CV.CvEnum.TM_TYPE.CV_TM_CCOEFF_NORMED)
I have millions of pictures as source . Its taking lot of time. Is there any solutions to make it quick?
Image<Gray, float> result = source.MatchTemplate(template, Emgu.CV.CvEnum.TM_TYPE.CV_TM_CCOEFF_NORMED)
I have millions of pictures as source . Its taking lot of time. Is there any solutions to make it quick?
There are two easy steps you can take to speed up the execution.