futrfrf Posted September 9, 2017 Posted September 9, 2017 Hello, There is a function I want to call: http://docs.opencv.org/3.1.0/d3/d63/classcv_1_1Mat.html#a3f356665bb0ca452e7d7723ccac9a810 but it is a class member non static function, wich used in C++ like this "A.convertTo(B,CV_8U)" How can I call this function? I use OpenCV UDF but there is no warp to "convertTo" func there.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now