Ask Your Question
0

scalarToRawData in Opencv 3.2

asked 2017-07-13 08:17:48 -0600

Daguerreo gravatar image

updated 2017-07-13 08:24:08 -0600

Hello,

I can't find scalarToRawData function in OpenCV 3.2, has been changed the name or lib?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2017-07-13 08:25:50 -0600

berak gravatar image

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.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-07-13 08:17:48 -0600

Seen: 2,231 times

Last updated: Jul 13 '17