Same as cvConvertScale(src, dest, 1, 0);
Namespace:
Emgu.CV
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Sub cvConvert ( _
src As IntPtr, _
dest As IntPtr _
) |
Visual C++ |
---|
public:
static void cvConvert(
IntPtr src,
IntPtr dest
) |
See Also