Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

convert cv::Mat from to VTK point type

I found that viz module has some functions that bridge cv::Mat and vtkPoints, specifically the vtkCloudMatSink and vtkCloudMatSource. However, those classes are not exposed in header files of cv::viz. How can I use those classes? Or there are other ways to transfer/bridge/convert cv::Mat to vtkPoint? Thank!