Ask Your Question

jay18395729's profile - activity

2019-01-16 07:34:12 -0600 marked best answer OpenCV 3.4.1 Cascade Classifier HOG

Hey,

i trained a HOG classifier and want to test it with my program, but i get the error message: Ex = {msg={cstr_=0x077ba804 "OpenCV(3.4.1) C:\Users\XXX\Downloads\opencv2\opencv_new\source\modules\objdetect\src\cascadedetect.cpp:1472: error: (-213) HOG cascade is not supported in 3.0 in function cv::CascadeClassifier... ...} ...}

Iam using OpenCV 3.4.1 and still get this error. Is it a known bug?

2019-01-16 07:34:12 -0600 received badge  Scholar (source)
2019-01-16 07:34:04 -0600 commented answer OpenCV 3.4.1 Cascade Classifier HOG

Thank you for your response. I will try to build a HOG detector.

2019-01-16 07:22:30 -0600 asked a question OpenCV 3.4.1 Cascade Classifier HOG

OpenCV 3.4.1 Cascade Classifier HOG Hey, i trained a HOG classifier and want to test it with my program, but i get the

2018-11-26 04:17:41 -0600 commented answer OpenCV 3.4.1 with OpenNI2

Thank you for your answere. I will try it with your example and integrate the sdk directly.

2018-11-23 02:14:45 -0600 received badge  Enthusiast
2018-11-22 06:18:24 -0600 received badge  Editor (source)
2018-11-22 06:18:24 -0600 edited question OpenCV 3.4.1 with OpenNI2

OpenCV 3.4.1 with OpenNI2 Hey, i try to build OpenCV 3.4.1 with OpenNI2 and the Kinect 1.X sdk. Iam using the Kinect mo

2018-11-22 06:17:51 -0600 asked a question OpenCV 3.4.1 with OpenNI2

OpenCV 3.4.1 with OpenNI2 Hey, i try to build OpenCV 3.4.1 with OpenNI2 and the Kinect 1.X sdk. Iam using the Kinect mo

2018-11-09 11:53:52 -0600 commented question OpenCV 3.2 Multitracker Read Access Violation

Ok, i did not linked it.My program is running since 9AM and it did not crash until now. I hope the error is solved. Than

2018-11-08 11:03:00 -0600 commented question OpenCV 3.2 Multitracker Read Access Violation

I Change the build now to Version 3.4. The Problem is, that the error just show up after a few hours and so it is hard t

2018-11-08 10:56:26 -0600 commented question OpenCV 3.2 Multitracker Read Access Violation

Hey, thank you for you Response. I checked the linker Settings, but i didnt see any debug libs in my release Project. I

2018-11-08 10:53:00 -0600 commented question OpenCV 3.2 Multitracker Read Access Violation

Hey, thank you for you Response. I checked the linker Settings, but i didnt see any debug libs in my release Project. I

2018-11-08 10:21:08 -0600 asked a question OpenCV 3.2 Multitracker Read Access Violation

OpenCV 3.2 Multitracker Read Access Violation Hi, When i use the Multitracker, i get after 4-8 hours a Read Access Viol

2017-07-06 14:44:17 -0600 asked a question opencv x86 stdcall

Hey, today i tried to install opencv 3.20 on my Windows computer. After i linked every necessary lib into my test project, everything was fine. Afterwards I wanted to link the libraries to my main project which has the calling convention stdcall. In this project i get several linking errors. "unresolved external symbols" So i thought i just have to compile opencv with the stdcall convention instead of cdecl. But when i compile opencv with the calling convention stdcall, i get several compiler errors. Maybe someone has a solution for me.