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

Popular posts from this blog

java - Andrioid studio start fail: Fatal error initializing 'null' -

android - Gradle sync Error:Configuration with name 'default' not found -

StringGrid issue in Delphi XE8 firemonkey mobile app -