First time here? Check out the FAQ!

Ask Your Question
0

How to add cv::ppf_match_3d to my libraries?

asked Jan 24 '17

Yay gravatar image

updated Jan 24 '17

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

Preview: (hide)

1 answer

Sort by » oldest newest most voted
0

answered Jan 24 '17

berak gravatar image

updated Jan 24 '17

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)

Preview: (hide)

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 (Jan 24 '17)edit

Question Tools

1 follower

Stats

Asked: Jan 24 '17

Seen: 398 times

Last updated: Jan 24 '17