-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
关于数组的转化问题 #12
Comments
cv::Mat m = cv::Mat(height,width,CV_32F,disp_map) |
是的就是,这个,转换方法我在2楼说了,就那段代码,把disp_map换成你GetDisparityMap返回的指针 |
好的 谢谢! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
大佬您好 我想问一下 您这个跑到最后得到的是不是一个float的数组呀?如果我想转化为Mat数组进行操作,具体要怎么做呢?是不是想如图中这里在ShowDisparityMap函数中的操作就是在转化为Mat呀?disp_mat就是得到的Mat类型的数组?
The text was updated successfully, but these errors were encountered: