简体   繁体   中英

Emgu CV 3.2 new method declare

I'm using Emgu cv 3.2 with C#

The problem is many methods have been updated and it takes so much time to figure out alike Capture () change to Video Capture () .

Can someone provide a list of method that has been altered or updated in this latest version?

Here, I'm posting two code that works fine by using emgu cv 2.4.10, but got several error while using 3.2. All you need to change is the method name. I got 21 error.

Error are:

type or namespace 'Contour<>' could not be found the name 'ADAPTIVE_THRESHOLD_TYPE' does not exist THRESH does not exist CvInvoke does not contain a definition for 'cvShowImage' Image does not... CvInvoke does not contain a definition for 'cvWaitKey' CvInvoke does not contain a definition for 'cvConvert' CvInvoke does not contain a definition for 'cvDrawContours'

Thanks in advance.

Fahad, AFAIK there is no guide to what changes have been made to classes between version 2.4.10 and 3.2. Porting code between versions of a free SDK can be difficult. Even paid SDKs do not always maintain naming conventions.

Wish there was a better answer.

Doug

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM