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

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

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

html - jQuery UI Sortable - Remove placeholder after item is dropped -