3374 Commits (3.2.0)
 

Author SHA1 Message Date
canming 4f37548ee3 Updated readme file 15 years ago
canming 7b3fb4ef62 Added plane3D structure and associated functions in C 15 years ago
canming fe801e4bd1 Change the train function signature to match Opencv svn. 15 years ago
canming 2c3944e57d Added two QT related fields for MCvFont to match OpenCV svn 15 years ago
canming 737c4c13fa Eliminated the dependency on zlib.net. Use the unmanaged zlib in OpenCV for compression and decompression. 15 years ago
canming 61482e747e fixes typos in documentation 15 years ago
canming d4d9b22694 deleted ColorPicker, added comments for ColorPickerButton 15 years ago
canming 1970835f93 fixes typos in documentation 15 years ago
canming f48f332bda fixes typos in documentation 15 years ago
canming 4be6b4b316 Updated seq enumeration as per opencv. 15 years ago
canming 7365ad4511 remove the System.Data namespace 15 years ago
canming 0ddb09ef2b Fixed a documentation typo. Thanks to Ankit. 15 years ago
canming 514988ec02 Added color picker 15 years ago
canming 574d2a6e59 Added quaternionsSlerp function in C 15 years ago
canming f0c7013b6b Make it possible for other cmake projects to define the library output folder for emgucv 15 years ago
canming d53e443eb5 dynamically detect SSE4 15 years ago
canming c6344bbdd7 updated the include path of header file 15 years ago
canming 56458d5336 More tests 15 years ago
canming b52e79e19f handle the case when there is zero KeyPoint 15 years ago
canming e844eae7e6 Make MSERDetector implement IKeyPointDetector 15 years ago
canming affd3297fe inlined a few functions 15 years ago
canming 8890a4e102 renamed some parameters 15 years ago
canming 526f47c461 minor comment update 15 years ago
canming e2afaffe21 Moved PatchGenerator and PlanarObjectDetector to Features2D namespace 15 years ago
canming d8dedd5faf change the entry point for the image un-distort functions 15 years ago
canming a8479e2563 For crossplatform support, include folders use forward slash instead of 15 years ago
canming 0e06b56730 Renamed MSERParameter to MSERDetector. Renamed IDescriptorGenerator to IDescriptorExtractor. Added FastDetector. 15 years ago
canming 94d1ff5def rename cv::cvflann back to cv::flann as per opencv svn change. 15 years ago
canming 796a1fb990 Split the build script into two: one for x86 and the other for x86-64. 15 years ago
canming d2e97a5d98 Added support for visual studio 2010 15 years ago
canming 6ea5e15736 Used new headers from opencv 15 years ago
canming bc4998fff5 Added support for fast conversion from Format32bppRgb to Image<,> class 15 years ago
canming d53f6ea117 renamed flan to cvflann as per opencv change 15 years ago
canming 4961f9afbc Updated test codes. 15 years ago
canming 9446718f2d updated SIFT wrapper to match OpenCV svn 15 years ago
canming 0d576f7d75 minor improvement in quaternions.cpp 15 years ago
canming 2db157e640 One more test for quaternions 15 years ago
canming fa5d4f0696 Added Features2D name space for feature detectors; 15 years ago
canming 892f7740bb updated cvextern 15 years ago
canming e36ebecbec Comment out the manual disposal of DisplayedImage. 15 years ago
canming eb822e0775 Use the new opencv structures. Wrapped SIFT detector. 15 years ago
canming d5594511dd add #pragma once in the header files. 15 years ago
canming cec543823c Use LIST(APPEND ...) to improve the performance of CMake scripts. 15 years ago
canming 3670000f02 Fixed the signature for cvProjectPoints2. 15 years ago
canming efa835eb46 Added CvGaussBGStatModel. Thanks to jacovdm. 15 years ago
canming 38d69adee4 Added Index3D for indexing 3D points. 15 years ago
canming c8fddb1a4f better header files 15 years ago
canming f4da831c50 Fixed Bug 14: Wrong cvCalibrateCamera2 DllImport declaration causes FPU stack overflow 15 years ago
canming 8b61324a13 Fixed bug 12. Added functions to find contours step by step. 15 years ago
canming 107938bb5c Fixed bug 11, allow StructuringElementEx in MorphologyEx to be null. 15 years ago