scalarToRawData in Opencv 3.2
Hello,
I can't find scalarToRawData function in OpenCV 3.2, has been changed the name or lib?
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,292 times
Last updated: Jul 13 '17
How to reduce false positives for face detection
OpenCV DescriptorMatcher matches
Record/Store constant refreshing coordinates points into notepad
Conversion between IplImage and MxArray
How can solvePnPRansac be used with double values?
Combine SIFT with other method for object recognition
OpenCV Paths Headaches in Eclipse