797 Commits (c776bff95bf6605a6842fb5a73cc2e87832e0404)

Author SHA1 Message Date
Andrey Kamaev e72a23243b Reworked build scripts for Android Java API, tests and examples 13 years ago
Vadim Pisarevsky 7a62413c94 added houghcircles sample, improved circle detection (ticket #951) 13 years ago
Vadim Pisarevsky e8fab91d51 added DIST_LABEL_PIXEL labelType to distanceTransform, ticket #1641 (thanks to Mikhail Matrosov for the patch) 13 years ago
Maria Dimashova 550fd8e57c added image and depth synchronization 13 years ago
Vadim Pisarevsky cec8f719a3 added face recognition algorithms, LDA, colormaps (all by Philipp Wagner) 13 years ago
Vadim Pisarevsky 648669cb81 preliminary version of a multi-level findcontours 13 years ago
Andrey Kamaev 9b2d7e19db Added "fat" mode for Java wrapper 13 years ago
Alexey Spizhevoy 45fd8a6a63 Added load and save motion args into videostab sample 13 years ago
Alexey Spizhevoy 984583981c Split stabilizer into OnePassStabilizer and TwoPassStabilizer 13 years ago
Andrey Pavlenko 6708869425 updating Java samples to meet Java API changes 13 years ago
Maria Dimashova c1a6cb6221 added oni-files reading 13 years ago
Alexey Spizhevoy 3323ee9d18 Added distance threshold argument into videostab sample 13 years ago
Gary Bradski ad2ee1d572 import as cv not cv2. Fixed 13 years ago
Alexey Spizhevoy dcb5464b3c Added more inpainting methods. Fixed some errors. 13 years ago
Marina Kolpakova 577dabb8bc fixed bug #1571 13 years ago
Alexey Spizhevoy be73f8e29c Added quiet mode into videostab sample 13 years ago
Alexey Spizhevoy e4651fa697 Fixed ensureInclusionConstraint 13 years ago
Alexey Spizhevoy 3abd941774 Minor changes in videostab sample 13 years ago
Alexey Spizhevoy bde7456256 Updated videostab sample 13 years ago
Alexey Spizhevoy a60dc947b1 Added first version of videostab module 13 years ago
Marina Kolpakova 1d2c6ef410 fixed sample for new signature of calcOpticalFlowPyrLK 13 years ago
Alexey Spizhevoy e87a07e2aa Fixed bug #1693. Also corrected default parameters for stitching. 13 years ago
Gary Bradski a4de511eb7 Added cv.DestroyAllWindows() to file close 13 years ago
Gary Bradski 5878ab6a0f added destroyAllWindows at end 13 years ago
Gary Bradski 8a48b8dffd added destroy all windows 13 years ago
Gary Bradski c29f0dfdfa added destroy all windows 13 years ago
Vadim Pisarevsky c8e206c2ab added LogPolar Blind Spot Model (thanks to Fabio Solari for the contribution) 13 years ago
Marina Kolpakova 082e988173 Fixed bug #1666 13 years ago
Vadim Pisarevsky d60623279c switched to non-constant references in Algorithm::addParam, which is more safe. 13 years ago
Vadim Pisarevsky 846e37ded5 fixed many warnings from GCC 4.6.1 13 years ago
Vadim Pisarevsky 4985c1b632 fixed hundreds of warnings from MSVC 2010. 13 years ago
Maria Dimashova baa81de122 renamed property of openni camera 13 years ago
Maria Dimashova 00aca7e77a renamed property of openni camera 13 years ago
Maria Dimashova 930c7bf20e minor refactoring CvCapture_OpenNI 13 years ago
Vadim Pisarevsky 957e80abbd lot's of changes; nonfree & photo modules added; SIFT & SURF -> nonfree module; Inpainting -> photo; refactored features2d (ORB is still failing tests), optimized brute-force matcher and made it non-template. 13 years ago
Gary Bradski c47c1adc94 remove some unneeded imports 13 years ago
Gary Bradski dfaabd88fc added cv2.destroyAllWindows() 13 years ago
Gary Bradski 41d2a3c832 Examples of using histograms in python 13 years ago
Gary Bradski 9164ccbaaf added 0xFF & in front of every waitKey so that it works on linux 13 years ago
Ivan Korolev 6e2507c197 Added some new warpers. 13 years ago
Maria Dimashova f67d9d9038 added ability to pass initial transformation to rgbd odometry 13 years ago
Vadim Pisarevsky 191e969243 fixed angle check in squares.py (thanks to Abid Rahman) 13 years ago
Alexander Shishkov 6051e27a09 added support of Asus XtionPRO (thanks to Gustav Karlsson for his patches) #1657 13 years ago
Maria Dimashova fbfc0cc96f added special cases to RGBDOdometry (translation only, rotation only) 13 years ago
Alexander Shishkov be63ce723f #1672 13 years ago
Maria Dimashova 532781e8d2 initial version of rgbd odometry with sample 13 years ago
Alexander Mordvintsev 58174f6ada Added GIL-release code into python wrappers 13 years ago
Alexander Mordvintsev 2727a425e4 fixed distrans.py sample (distanceTransform -> distanceTransformWithLabels) 13 years ago
Alexander Shishkov 1494da339d fixed #1507 13 years ago
Vladislav Vinogradov ec5bdc7de8 added patch error calculation to gpu::PyrLKOpticalFlow 13 years ago