2014-09-30 13:35:15 -0600 | received badge | ● Student (source) |
2014-09-03 03:47:03 -0600 | received badge | ● Supporter (source) |
2014-09-03 03:46:39 -0600 | commented question | PointsClouds Generated by Reporjectimageto3D is So Bad This the code to getting points clouds- - if (disparity.empty()) { return 0; } Q is right, error rate is only 0.181 |
2014-09-03 03:38:25 -0600 | answered a question | Unable to open video from C++ in opencv. It works from python You can use Visual studio, I have written a program about face detecting from a video just right now, and it works without error - -. |
2014-09-03 03:30:05 -0600 | answered a question | Java: dense SIFT? I have written it in C++, You can have a try, because they are simular. initModule_nonfree();//if use SIFT or SURF Ptr<featuredetector> detector = FeatureDetector::create("SIFT"); Ptr<descriptorextractor> descriptor_extractor = DescriptorExtractor::create("SIFT"); Ptr<descriptormatcher> descriptor_matcher = DescriptorMatcher::create("BruteForce"); //if( detector.empty() || descriptor_extractor.empty() ) // MessageBox(_T("aaaaa")); //throw runtime_error("fail to create detector!"); |
2014-09-03 03:15:43 -0600 | answered a question | How to count person in video? like that? or you can detecting body information. |
2014-09-03 02:00:32 -0600 | received badge | ● Editor (source) |
2014-09-03 01:59:58 -0600 | asked a question | PointsClouds Generated by Reporjectimageto3D is So Bad Disparity image seems well but Points Clouds is too bad, anyone catch the problem?
|
2014-09-03 01:54:17 -0600 | answered a question | Unable to open video from C++ in opencv. It works from python You can try to add full path of the file of your video file, and more using // istead of /. |
2014-09-03 01:48:20 -0600 | answered a question | Can someone please create a precompiled framework of OpenCV for Mac OS X Mavericks or a CocoaPod? I only have it in windows- -. |
2014-09-03 01:43:26 -0600 | answered a question | FFmpeg performance decrease after OpenCV 2.4.6 to 2.4.9 upgrade on Windows Perhaps, you should change debug mode to release. |
2014-09-03 01:37:58 -0600 | answered a question | Error while building opencv from source on Windows I have built up OpenCV on windows8 VS2012. I guess your problem must be some error on your include file direction. |