Ask Your Question
0

How to add cv::ppf_match_3d to my libraries?

asked 2017-01-23 22:36:07 -0600

Yay gravatar image

updated 2017-01-24 01:35:51 -0600

berak gravatar image

I have Opencv-2.4.11 on Ubuntu 16.04 and I would work with cv::ppf_match_3d::writePLY() function but I haven't this namespace/class in my opencv installation, how can I add it?

Thank you

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2017-01-24 01:34:20 -0600

berak gravatar image

updated 2017-01-24 01:56:32 -0600

the cv::ppf_match_3d is part of the surface_matching module in opencv3, you cannot use it with opencv2.4

(that said, writing PLY files is not really rocket science. you could just go and steal that function)

edit flag offensive delete link more

Comments

Thank you so much. Yes, I've found the source code and I'm using it. I'm sorry for the silly question. I'm working with OpenCV from only 1-2 months and due to time constraints, I hadn't enough time to assimilate well the basis.

Yay gravatar imageYay ( 2017-01-24 07:07:39 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2017-01-23 22:36:07 -0600

Seen: 364 times

Last updated: Jan 24 '17