Ask Your Question

fab_cut's profile - activity

2020-10-06 03:18:58 -0600 received badge  Popular Question (source)
2019-02-06 15:32:01 -0600 commented answer What are all the requirement for Viz module installation

I have the same problem in running my application with opencv 3.3.1 and VTK 7.1.1, setcamera function crashes for the Vt

2019-01-14 05:00:51 -0600 asked a question cv::viz::Viz3d::spinOnce performances

cv::viz::Viz3d::spinOnce performances Is there a way to optimize the performances of the viz::spinOnce(1, true) based on

2018-05-29 07:21:49 -0600 received badge  Supporter
2018-05-29 07:21:10 -0600 received badge  Enthusiast
2018-05-28 14:45:20 -0600 commented question Viz3d setCamera() only works the first time!!!!

It is like setCamera is not having any effect...

2018-05-28 14:17:11 -0600 received badge  Student (source)
2018-05-28 13:17:42 -0600 commented question Viz3d setCamera() only works the first time!!!!

this one: http://answers.opencv.org/question/66011/viz3d-setcamera-only-works-the-first-time-it-is-called/

2018-05-28 11:22:49 -0600 asked a question Viz3d setCamera() only works the first time!!!!

Viz3d setCamera() only works the first time!!!! "The viz3d API allows us to make a cv::viz::Camera with desired intrinsi

2017-11-08 05:07:13 -0600 commented question cv::SolvePnP with CV_ITERATIVE under OpenCV 3.3

@Eduardo Thanks for your reply. With the iterative method 3 points are enough to converge to a local minimum. As for the

2017-11-08 05:05:25 -0600 commented question cv::SolvePnP with CV_ITERATIVE under OpenCV 3.3

@Eduardo Thanks for your reply. With the iterative method 3 points are enough to converge to a local minimum. As for the

2017-11-06 15:14:20 -0600 received badge  Editor (source)
2017-11-06 15:14:20 -0600 edited question cv::SolvePnP with CV_ITERATIVE under OpenCV 3.3

cv::SolvePnP with CV_ITERATIVE under OpenCV 3.3 Hi all, I have a problem with the function cv::SolvePnP. The same funct

2017-11-06 11:32:36 -0600 asked a question cv::SolvePnP with CV_ITERATIVE under OpenCV 3.3

cv::SolvePnP with CV_ITERATIVE under OpenCV 3.3 Hi all, I have a problem with the function cv::SolvePnP. The same call

2017-11-06 11:32:05 -0600 asked a question cv::SolvePnP with CV_ITERATIVE under OpenCV 3.3

cv::SolvePnP with CV_ITERATIVE under OpenCV 3.3 Hi all, I have a problem with the function cv::SolvePnP. The same call

2017-07-21 10:10:06 -0600 answered a question cv::gpu::solvePnPRansac

Thanks for the answer. I am encountering problems in trying to make it work. The problem is that I am trying to litteraly to use it in place of the cv::SolvePnP module. I will give you more details shortly.

2017-07-17 05:05:03 -0600 asked a question cv::gpu::solvePnPRansac

I am using opencv 3.1.0 and I cannot find the gpu-based solvePnPRansac method. It is my understanding that the gpu::* methods and types were all moved somewhere else. Where can i find the equivalent of gpu::SolvePnpRansac?