2020-03-18 06:26:11 -0600 | received badge | ● Popular Question (source) |
2018-10-29 06:37:59 -0600 | received badge | ● Good Question (source) |
2018-10-29 06:35:49 -0600 | received badge | ● Good Question (source) |
2017-02-09 11:13:34 -0600 | received badge | ● Notable Question (source) |
2016-08-07 11:40:28 -0600 | asked a question | 3.1 build for "armeabi-v7a with NEON" fails On my OSX machine I added -DANDROID_ABI="armeabi-v7a with NEON" to the cmake command in platforms/scripts/cmake_android_arm.sh When I now execute make -j5 in build_android_arm directory I get following compiler error: |
2016-04-03 00:09:23 -0600 | received badge | ● Notable Question (source) |
2015-12-07 19:29:16 -0600 | received badge | ● Taxonomist |
2015-10-11 05:43:41 -0600 | received badge | ● Teacher (source) |
2015-09-01 02:47:30 -0600 | received badge | ● Nice Question (source) |
2015-08-24 07:57:48 -0600 | received badge | ● Popular Question (source) |
2014-07-21 08:10:24 -0600 | received badge | ● Popular Question (source) |
2014-03-30 06:15:38 -0600 | asked a question | SIGSEGV in LBPEvaluator::Feature::calc I have SIGSEGV in OpenCV 2.4.8 on Android with the following crashdata. Anyone has an idea what goes wrong? StackTrace: Full Crashdump: |
2014-03-10 07:24:59 -0600 | received badge | ● Nice Question (source) |
2014-03-10 05:09:25 -0600 | asked a question | Where to put job offers? Hi, Evotegra GmbH is looking for an opencv expert. We offer over average salary. Job is mostly done in home office. Preferably in Germany. Applications please to info at evotegra dot de. Is there a job board, where I could put a more detailed post? |
2014-02-28 04:41:17 -0600 | received badge | ● Self-Learner (source) |
2014-02-28 04:28:01 -0600 | commented answer | How to compile OpenCV 2.4.8 static libs using MinGW on Windows 7 Not the solution, but still it helped very much to find it. |
2014-02-28 04:26:49 -0600 | answered a question | How to compile OpenCV 2.4.8 static libs using MinGW on Windows 7 Not a typo but still my fault. I am using CmakeUI. What I did was:
That is one jump short. Correct order is: Start CMakeUI
|
2014-02-27 15:05:23 -0600 | asked a question | How to compile OpenCV 2.4.8 static libs using MinGW on Windows 7 In Cmake I set BUILD_SHARED_LIBS to false but the results are exactly equal to the results when setting the flag to true. GCC Version is 4.8.1. |
2013-06-30 06:30:05 -0600 | received badge | ● Self-Learner (source) |
2013-06-05 08:48:07 -0600 | received badge | ● Nice Question (source) |
2013-01-21 10:07:29 -0600 | commented answer | Load cascade classifier from memory? you've got a hint on my below problem?. tia |
2013-01-21 09:57:40 -0600 | answered a question | Load cascade classifier from memory? Unfortunately it is not really working out. The problem is that there is now way I know to copy a buffer from Memory to the FileStorage. I got until here. But now what? I tried FileStorage::writeRaw but thats not quite what the name suggests. |
2013-01-19 02:21:38 -0600 | answered a question | Linker error OpenCv consists of many libraries. Attached you can see my linker configuration I commonly use. But these are not all libraries available. So depending on what you do, you need to add other opencv libs. |
2013-01-18 12:48:04 -0600 | answered a question | Recognizing text in an Image? As a starter you might want at this http://my-tech-talk.blogspot.de/2012/06/digit-recognition-with-opencv.html">codesample that does Digit Recognition . |
2013-01-18 12:45:13 -0600 | asked a question | How to copy a buffer to in memory FileStorage? I am still trying to load a classifier from memory. I got until here. But now what? I tried FileStorage::writeRaw but that did not do it. Thanks for your ideas? |
2013-01-17 10:34:27 -0600 | received badge | ● Scholar (source) |
2013-01-17 05:04:27 -0600 | answered a question | camera preview gives gray images what's the scalar doing in the constructor. I am not using the java api, but try something like notice the C1 at the end. afaik the yuv frame starts with a black and white image |
2013-01-17 04:46:56 -0600 | asked a question | Load cascade classifier from memory? Is it possible to load a cascade classifier from memory? I would like to store it encrypted on disk and then load the decrypted classifier from memory. |
2012-12-14 04:22:09 -0600 | commented answer | Building OpenCV with Visual Studio 2012 That's correct. Had the same problem with the same solution. |
2012-12-14 04:21:31 -0600 | received badge | ● Supporter (source) |
2012-12-14 02:48:09 -0600 | asked a question | Tips on how to build opencv 2.4.3 (VC10) The release notes state: "Much better performance on many-core systems out of the box. You do not need TBB anymore on MacOSX, iOS and Windows. BTW, the binary package for Windows is now built without TBB support. Libraries and DLLs for Visual Studio 2010 use the Concurrency framework." My aim is to run opencv_traincascade on a multi-core machine on Windows 7/VC10. I built OpenCV 2.4.3 without TBB on my machine with VC10. But when I run it it seems using only a single core. How to I build with "Concurrency Framework" or do I have to still use TBB for train_cascade? CMake offers still the build option "with TBB" but no entry to specify the TBB file location. tia |
2012-12-14 01:58:04 -0600 | answered a question | Detect Only circles using the openCV Try using Hough-Circles. After playing with the parameters this is actually quite good in detecting circles. |
2012-10-27 08:42:17 -0600 | commented question | OpenCV Manager cannot detect hardware of the Android emulator Confirmed fixed in 2.4.3 RC |
2012-10-06 15:10:17 -0600 | asked a question | Occasional crashes in cv::CascadeClassifier.detectMultiScale From time to time I get this exception: "X:\Dev\git\opencv-2.4\modules\imgproc\src\shapedescr.cpp:799: error: (-201) Number of points should be >= 5 in function CvBox2D cvFitEllipse2(const CvArr*)" This happens when running opencv on android 4.0.4. We use the latest opencv manager with up to date 2.4.2 neon module. Any ideas howto avoid this? |
2012-09-14 07:15:35 -0600 | answered a question | Installing Sample App / OpenCV Manager For the Tegra 3 there is a special opencv 2.4. pack . Maybe you want to try this. |
2012-08-14 01:13:26 -0600 | asked a question | continue traincascade after computer crash I was calculating a classifier for several days when the computer crashed. Now I would like to continue where I stopped. But when I issue the same command (with the same directories) again train_cascade only says "Stages 0-9 loaded" and exits. How can I continue where I stopped? Tia |
2012-08-13 02:36:34 -0600 | commented answer | Get a probability out of svm->predict I tried setting the params to CvSVM::EPS_SVR. My program has a self test loop where it asserts that the training samples are classified correctly. Using EPS_SVR the self test fails. What would be a good setting for the p parameter? I tried these values CvSVMParams svm_param = CvSVMParams(CvSVM::EPS_SVR,CvSVM::LINEAR, 10,8,1,10,0.5,0.1,NULL,cvTermCriteria(CV_TERMCRIT_ITER+CV_TERMCRIT_EPS, 100000, 0.00000000001) ); |
2012-08-13 02:31:33 -0600 | received badge | ● Student (source) |
2012-08-13 02:19:17 -0600 | asked a question | opencv_traincascade with same size negatives (as positives) We trained an LBP classifier and currently we dump all detections to disk. The size of these detection images is the same size we use for the positive samples (24x24). What I would like to do now is to create a feedback loop in the training process. In other words. Use my false positives detection images to tell opencv_traincascade what is NOT our desired result. Current negatives are quite unspecific. Basically I would like to specify a "negatives.vec" file. However the documentation states that the negatives must be larger than the positives. What's the best way to include these false positives in a run of opencv_traincascade? |
2012-08-13 00:59:42 -0600 | asked a question | Get a probability out of svm->predict I have trained an SVM with 6 classes. I want to determine if my picture belongs to one of the classes and if yes to which class. Currently I use this code The problem with this code is that no matter what picture I send to the svm it always return one out of my 6 classes. So to filter the pictures which belong to none of the classes I would need the probability that this picture belongs to my class. e.g. What I would like to get is: Picture belongs to class N with a probability of P Then I could put a threshold on the probability to filter out my negatives. If this is not working what is suggested way to filter out the negatives? Thanks |