Ask Your Question
1

planar subdivision problem

asked 2016-02-26 03:53:54 -0600

madhu sudan gravatar image

i have code for planar subdivision in opencv 2.1. when i import it into opencv 2.4.9 then all the function written for planar subdivision reported missing.

Previously, these function was available in cv.h header file. Now in opencv 2.4.9 and onward these function are not available in cv.h hearder files.

how to sort this problem pl help me

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
2

answered 2016-02-26 09:23:40 -0600

berak gravatar image

updated 2016-02-26 11:06:20 -0600

the subdivision code has been updated to c++, and now lives in class Subdiv2d in "opencv2/imgproc.hpp"

edit flag offensive delete link more

Comments

Previous doc in opencv version <3.0 is essential

LBerger gravatar imageLBerger ( 2016-02-26 14:01:48 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2016-02-26 03:53:54 -0600

Seen: 131 times

Last updated: Feb 26 '16