jloyd / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

cvCvtPixToPlane missing #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Also, in an attempt to do a workaround, discovered cvCopy appears to be missing 
as well.

Original issue reported on code.google.com by calitas...@gmail.com on 16 Jul 2010 at 9:00

GoogleCodeExporter commented 9 years ago
cvCopy() exists.. do you mean cvCopyImage() or cvmCopy()? These as well as 
cvCvtPixToPlane() are macros defined in the cvcompat.h file, but there is no 
reason to use these definitions for new code. You should simply use the "new" 
function name. For cvCvtPixToPlane() that would be cvSplit()...

Samuel

Original comment by samuel.a...@gmail.com on 17 Jul 2010 at 12:49