99 Commits (efdc055fb1958cb47838804c821d1a0ecd6bfef5)

Author SHA1 Message Date
Andrey Kamaev aa911275c3 Merged the trunk r8907, r8908 13 years ago
Andrey Kamaev b368f99d03 Merged the trunk r8852:8880 13 years ago
Marina Kolpakova ab69f5e091 merged python samles 13 years ago
Marina Kolpakova 162f9fd7ea merged the trunk r8735:8766, r8769, r8777:8780, r8790 and r8800:8811 13 years ago
Marina Kolpakova 6cca6a4548 merged the trunk r8669:8702 13 years ago
Andrey Kamaev f666bd221f Merged the trunk r8595:8668 (except iOS and new gpu functionality) 13 years ago
Andrey Kamaev ab20da0f53 Merged the trunk r8547:8574, r8587 13 years ago
Andrey Kamaev 81a5988015 Merged the trunk r8467:8507 (inclusive) (big bunch of documentation fixes) 13 years ago
Andrey Kamaev 052d2dc23a Merged the trunk r8459:8466 (inclusive) 13 years ago
Andrey Kamaev 949c4edf41 Merged the trunk r8408:8457 (inclusive) 13 years ago
Andrey Kamaev 50ad690993 Merged the trunk till r8291 13 years ago
Vadim Pisarevsky 9b382d07f6 modified data matrix detection interface (that does not use any new data structures). Added Python sample for data matrix detection. Ticket #1664 13 years ago
Vadim Pisarevsky 33bc089506 fixed HOGDescriptor::detect and HOGDescriptor::detectMultiScale signatures (ticket #1304) 13 years ago
Gary Bradski ad2ee1d572 import as cv not cv2. Fixed 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
Vadim Pisarevsky 191e969243 fixed angle check in squares.py (thanks to Abid Rahman) 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
Gary Bradski 778b51a6a1 Adding python example of mouse interaction and use of correlation on an image 13 years ago
Alexander Mordvintsev 39268013d5 frame size specification for video sources in video.py 14 years ago
Alexander Mordvintsev cd9d695f9d fix in RectSelector 14 years ago
Alexander Mordvintsev a869838807 RectSelector in common.py 14 years ago
Alexander Mordvintsev 028c44531f wrapped FlannBasedMatcher (and extended DescriptorMatcher wrapper) 14 years ago
Alexander Mordvintsev d50cc51070 handling Ptr<> arguments and return values in Python wrappers 14 years ago
Alexander Mordvintsev 700ef09a23 opt_flow.py sample fixed 14 years ago
Alexander Mordvintsev fa7e45897f obj_detect.py sample removed 14 years ago
Alexander Mordvintsev e61f4c4a4b lk_homography.py sample added 14 years ago
Alexander Mordvintsev 785428546b lk_track.py description 14 years ago
Alexander Mordvintsev 6abb46254d mser.py sample added 14 years ago
Alexander Mordvintsev 02788eb32e camshift.py description 14 years ago
Vadim Pisarevsky df1b04c302 removed irrelevant pyc file 14 years ago
Vadim Pisarevsky ae83fe7645 added hybrid (feature-based & meanshift-based) tracker (by Pushkar) 14 years ago
Alexander Mordvintsev fc771363d3 all video processing samples use camera as default source (and fallback to synth in case of capture error) 14 years ago
Vadim Pisarevsky 628447c251 replaced non-available in MacOSX' numpy deg2rad in motempl.py 14 years ago
Vadim Pisarevsky 8dacbeb157 fixed 2 bugs in python samples (crash in camshift and running samples from within the demo) 14 years ago
Alexander Mordvintsev fd69c8b34a running demos with enter key 14 years ago
Alexander Mordvintsev 67cbcd2fa6 work on demo.py: sample running 14 years ago
Alexander Mordvintsev 0de8ed1099 demo description url parsing 14 years ago
Alexander Mordvintsev 5b00763bb0 work on demo.py shell 14 years ago
Alexander Mordvintsev b3ae2c181a added flann matching to find_obj.py 14 years ago
Alexander Mordvintsev 5bc5d9a47e camshift.py sample 14 years ago
Alexander Mordvintsev a0af870719 added CV_OUT to CvANN_MLP::predict 14 years ago
Alexander Mordvintsev 622bd42224 work on MLP sample in letter_recog.py (in progress...) 14 years ago
Alexander Mordvintsev d2da81401f work on camshift.py 14 years ago
Alexander Mordvintsev 8c06a275f7 use default HOG people detector 14 years ago
Alexander Mordvintsev d80a41a543 comment 14 years ago
Alexander Mordvintsev d7a2081230 peopledetect.py sample added (TODO: use builtin svm data instead of people_hog.txt) 14 years ago