detection - Emgucv library currentFrame.Copy -
now working face detecting using emgucv
library. beginner that. have not idea line
result = currentframe.copy(f.rect).convert<gray, byte>().resize(100, 100, emgu.cv.cvenum.inter.cv_inter_cubic);
can please tell me?
currentframe.copy(f.rect) image represents image bounded rectangle(f.rect), obtained var f represents result of actual detection want implement; convert() converts grayscale; resize resizes image 100,100 interpolation type emgu.cv.cvenum.inter.cv_inter_cubic.
you should read more this.
Comments
Post a Comment