在 OpenCV 2 中将 8 位图像转换为 32 位图像
如何将 8 位 mat 转换为 32 位 mat 以在 kmeans 函数中使用。我尝试使用 ConvertScale,但编译器说这是一个未知函数。我正在使用 OpenCV 2.3.1,并且希望避免使用旧版本的 API 调用。
提前致谢!
How can I convert an 8 bit mat to a 32 bit mat to use in the kmeans function. I tried to use ConvertScale, but the compiler said it was an unknown function. I am using OpenCV 2.3.1 and want to avoid using the API calls from older versions.
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用
convertTo
you can use
convertTo