cvRelaseImageData in OpnCV 3.x? [closed]

asked 2017-07-16 03:51:05 -0600

quadro gravatar image

Hi,

I try to build a project in Visual Studio use OpenCV. I think it's made with VisualStudio 2013 and OpenCV 2.4.9 or earlier version. Unfortunately, the Visual Studio 2013 is no longer available, but the OpenCV 2.4.9 don't support Visual Studio 2015. So, I got this error below, anyone has an idea how can I fix it? (now I use VS2017 and OpenCV 3.2.0)

this was the project; https://github.com/uniform-marker-fie...

image description

Thank you very much!

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by quadro
close date 2020-04-01 07:34:45.237206

Comments

1

do you actually need opencv support for that project ?

unfortunately, that project is using opencv1.0 c-based code, which is no longer supported.

berak gravatar imageberak ( 2017-07-16 04:30:59 -0600 )edit

and even if it was 2.4.9 code, then we would still urge you to translate it to 3.3 (yes we moved to a new major version with thousands of fixes) ...

StevenPuttemans gravatar imageStevenPuttemans ( 2017-07-18 08:14:24 -0600 )edit