Ask Your Question

ryanvade's profile - activity

2018-11-19 05:31:11 -0600 received badge  Popular Question (source)
2015-06-26 11:47:44 -0600 commented answer unable to build ocv 3.0.0 due to undefined references

I have IPP 2015.8.2.2.187-3 installed and linking properly. Apparently it is having licensing issues right now so I am going to try building with -D BUILD_IPP=ON

2015-06-26 04:17:46 -0600 received badge  Student (source)
2015-06-25 19:25:43 -0600 asked a question unable to build ocv 3.0.0 due to undefined references

I am unable to build opencv 3 due to undefined reference errors. http://slexy.org/view/s2vF4tffVJ I am trying to build opencv into a package for Arch Linux. Here is my PKGUBILD http://slexy.org/view/s2Ota0AUIR

The issue also occurs when building normally without makepkg. (IE directly with cmake and make)

2015-05-10 20:46:56 -0600 commented question has updateMotionHistory been removed from OpenCV 3 python 3?

what about MemStorageAlloc or CvCreateMemStorage()

2015-05-10 12:10:56 -0600 commented question has updateMotionHistory been removed from OpenCV 3 python 3?

okay thanks. IS the bug just with the git version? Is 3.0.0-rc1 affected as well?

2015-05-10 12:05:39 -0600 commented question has updateMotionHistory been removed from OpenCV 3 python 3?

Slightly off topic but if you have experience with Arch Linux packages, does this pkgbuild look right for building opencv with the contrib repo: http://slexy.org/view/s2zowjaWY3

2015-05-10 12:00:44 -0600 commented question has updateMotionHistory been removed from OpenCV 3 python 3?

Where is this bug?

2015-05-10 11:06:59 -0600 commented question has updateMotionHistory been removed from OpenCV 3 python 3?

IS there a good changelog somewhere that has differences between the cv2 and cv3? I wish the wiki had name change information for each of the functions.

2015-05-10 10:43:13 -0600 asked a question has updateMotionHistory been removed from OpenCV 3 python 3?

I am trying to resurrect some old object tracking code written for opencv2 and python 2. Currently I am using opencv 3 (directly from the git repository) and python 3. Due to the method name changes (WHY is everything renamed? There must be a reason but everything is broken) I am going through everything and replacing the methods with the new ones. I can't seem to find a replacement for updateMotionHistory. Has it been removed completely? I