scalarToRawData in Opencv 3.2
Hello,
I can't find scalarToRawData function in OpenCV 3.2, has been changed the name or lib?
it was made package private, so you cannot access it from outside the library.
but, if you look here , all it ever does, is copy the content of a cv::Scalar to a buffer. should be easy to replace in your code.
Asked: 2017-07-13 08:17:48 -0600
Seen: 2,453 times
Last updated: Jul 13 '17