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!