189 Commits (71c3e67cb2a0c615955bc77a30c4cc1b38e22dcd)

Author SHA1 Message Date
Alexander Mordvintsev eb28bef2db added video_threaded.py sample 13 years ago
Alexander Mordvintsev ddf7fde3b2 fixed gaussian_mix.py sample 13 years ago
Alexander Mordvintsev cef18937a2 made video_dmtx.py description visible in demo.py 13 years ago
Alexander Mordvintsev f4f41df756 removed derivLambda param for LK-tracker 13 years ago
Andrey Kamaev 50ad690993 Merged the trunk till r8291 13 years ago
Vadim Pisarevsky d5a0088bbe merged 2.4 into trunk 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
Alexander Mordvintsev 5ee7596cbc fixed EM sample 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 13 years ago
Alexander Mordvintsev cd9d695f9d fix in RectSelector 13 years ago
Alexander Mordvintsev a869838807 RectSelector in common.py 13 years ago
Alexander Mordvintsev 028c44531f wrapped FlannBasedMatcher (and extended DescriptorMatcher wrapper) 13 years ago
Alexander Mordvintsev d50cc51070 handling Ptr<> arguments and return values in Python wrappers 13 years ago
Alexander Mordvintsev 700ef09a23 opt_flow.py sample fixed 13 years ago
Alexander Mordvintsev fa7e45897f obj_detect.py sample removed 13 years ago
Alexander Mordvintsev e61f4c4a4b lk_homography.py sample added 13 years ago
Alexander Mordvintsev 785428546b lk_track.py description 13 years ago
Alexander Mordvintsev 6abb46254d mser.py sample added 13 years ago
Alexander Mordvintsev 02788eb32e camshift.py description 13 years ago
Vadim Pisarevsky df1b04c302 removed irrelevant pyc file 13 years ago
Vadim Pisarevsky ae83fe7645 added hybrid (feature-based & meanshift-based) tracker (by Pushkar) 13 years ago
Alexander Mordvintsev fc771363d3 all video processing samples use camera as default source (and fallback to synth in case of capture error) 13 years ago
Vadim Pisarevsky 628447c251 replaced non-available in MacOSX' numpy deg2rad in motempl.py 13 years ago
Vadim Pisarevsky 8dacbeb157 fixed 2 bugs in python samples (crash in camshift and running samples from within the demo) 13 years ago
Alexander Mordvintsev fd69c8b34a running demos with enter key 13 years ago
Alexander Mordvintsev 67cbcd2fa6 work on demo.py: sample running 13 years ago
Alexander Mordvintsev 0de8ed1099 demo description url parsing 13 years ago
Alexander Mordvintsev 5b00763bb0 work on demo.py shell 13 years ago
Alexander Mordvintsev b3ae2c181a added flann matching to find_obj.py 13 years ago
Alexander Mordvintsev 5bc5d9a47e camshift.py sample 13 years ago
Alexander Mordvintsev a0af870719 added CV_OUT to CvANN_MLP::predict 13 years ago
Alexander Mordvintsev 622bd42224 work on MLP sample in letter_recog.py (in progress...) 13 years ago
Alexander Mordvintsev d2da81401f work on camshift.py 13 years ago
Alexander Mordvintsev 8c06a275f7 use default HOG people detector 13 years ago
Alexander Mordvintsev d80a41a543 comment 13 years ago
Alexander Mordvintsev d7a2081230 peopledetect.py sample added (TODO: use builtin svm data instead of people_hog.txt) 13 years ago
Alexander Mordvintsev 6fdbf15aed updated lt_track.py sample 13 years ago
Vadim Pisarevsky 16ba62dcd5 added COLOR_... enumeration to imgproc.hpp and EVENT_... enumeration to highgui.hpp 14 years ago
Alexander Mordvintsev af99bee344 adjust cosine threshold in squares.py 14 years ago
Alexander Mordvintsev ae5dd1d748 math.pi -> np.pi 14 years ago