Compatibility between different versions of OpenCV

asked Nov 20 '14

Recently I am trying the latest version of OpenCV (OpenCV 3.0belta) because I want to use the "shape context" algorithm. However, most work I have done is programmed in OpenCV2.44. So how can the latest version be compatible with OpenCV2.44. Thank you very much.

Preview: (hide)

Comments

If you have used C stuff than that is the problem (try to use cv::...). Other changes I know that are the things about features. Can you be more precisely about the compatibility problems? Or you can use this for verifying and fix yourself the problems.

thdrksdfthmn gravatar imagethdrksdfthmn (Nov 20 '14)edit

For instance, most image style is "Image", based on which many algorithms run. Now how about converting the "Mat" to "Image" ? Thank you very much.

jupiter51 gravatar imagejupiter51 (Nov 21 '14)edit