opencv - Emgu Cv matchtemplate for millions of images in c#? -
image<gray, float> result = source.matchtemplate(template, emgu.cv.cvenum.tm_type.cv_tm_ccoeff_normed)
i have millions of pictures source . taking lot of time. there solutions make quick?
there 2 easy steps can take speed execution.
- parallelization using .net
- scale down target , model images. must done don't lose details in model.
Comments
Post a Comment