Commit Graph

510 Commits

Author SHA1 Message Date
Vadim Pisarevsky 569b1ad582 embeded cv Python module into cv2. 2011-07-12 12:56:03 +00:00
Ana Huaman 7386269943 Added cornerDetector_Demo.cpp sample for tutorial of cornerMinEigenVal and cornerEigenValsAndVecs 2011-07-12 00:20:06 +00:00
Ana Huaman 442f6b4100 Added cornerSubPix_Demo.cpp tutorial sample code 2011-07-11 22:03:23 +00:00
Ana Huaman 6c9f4d6423 Added goodFeaturesToTrack_Demo.cpp code for tutorials 2011-07-11 21:08:35 +00:00
Ana Huaman e2da35dc6e Added Harris corner detection sample tutorial 2011-07-11 19:59:17 +00:00
Alexander Mordvintsev 3511bf81de help message printing 2011-07-11 09:59:23 +00:00
Alexander Mordvintsev c053532be1 sobel -> Sobel 2011-07-11 09:46:36 +00:00
Alexander Mordvintsev 0217ae3a70 faster detection and timing in facedetect.py 2011-07-11 09:21:27 +00:00
Alexander Mordvintsev 2a19db61e7 command line option for avi output in turing.py 2011-07-11 08:06:51 +00:00
Alexander Mordvintsev c9d9d1ec92 lk_track.py window renamed 2011-07-11 07:47:56 +00:00
Alexander Mordvintsev b175348d93 motempl.py sample works 2011-07-11 07:42:37 +00:00
Alexander Mordvintsev b509cc2a4d contours.py sample added 2011-07-10 22:06:33 +00:00
Alexander Mordvintsev 514711af14 work on motempl.py sample 2011-07-10 21:23:32 +00:00
Bernat Gabor 4168b75edc Some tutorial extending of the Windows install and usage. Display Image retouching. 2011-07-08 19:43:29 +00:00
Alexander Mordvintsev 4151a4590e added lk_track.py sample (currently as a comparison between flow tracker implementations) 2011-07-08 14:58:22 +00:00
Alexander Mordvintsev c3ef6e866f facedetect.py sample works 2011-07-07 22:33:36 +00:00
Alexander Mordvintsev 9af213bf60 work on facedetect sample 2011-07-07 16:14:49 +00:00
Alexander Mordvintsev edf0b40d42 opt_flow.py demo 2011-07-07 07:55:49 +00:00
Alexander Mordvintsev 136d5b534a work on optical flow sample 2011-07-06 19:02:40 +00:00
Ana Huaman 9c8aafba27 Fixed small inconsistency in sample code calcBackProject_Demo2.cpp 2011-07-06 14:48:46 +00:00
Bernat Gabor e18de3c6ab Added the OpenCV with Visual Studio tutorial. Enhanced, extended the Windows Installation one. Some minor CSS changes to avoid unnecessary large spaces inside enumerations in the tutorials. 2011-07-06 00:01:27 +00:00
Ana Huaman 20dd7b70c0 Added tutorial for BackProject in cpp (demo 2) - tutorial code 2011-07-05 18:08:46 +00:00
Andrey Pavlenko 2cce7a87b8 Some of code review feedbacks addressed: CvType moved from Mat, new Mat c-tor, samples updated. 2011-07-05 14:50:16 +00:00
Ana Huaman 4f7a8f6fb0 Added calcBackProject_Demo1.cpp for tutorial sample code 2011-07-05 06:20:39 +00:00
Ana Huaman cc2bfdec30 Added compareHist_demo.cpp code 2011-07-04 23:12:27 +00:00
Ana Huaman 4ae5de7f1e Added MatchTemplate_Demo.cpp to tutorial sample code 2011-07-04 18:58:57 +00:00
Alexander Mordvintsev 55ba0af2bc use addWeighted for blending 2011-07-04 14:13:57 +00:00
Alexander Mordvintsev e9d63665b4 little simplification 2011-07-04 11:38:53 +00:00
Alexander Mordvintsev 15de28b069 turing.py sample added 2011-07-04 11:25:56 +00:00
Alexander Mordvintsev 5596c792bc find_obj.py sample added 2011-07-04 09:05:11 +00:00
Andrey Kamaev d96f533784 Instroduced separate option for Android examples - BUILD_ANDROID_EXAMPLES 2011-07-04 08:18:02 +00:00
Andrey Kamaev 65cb53aa1e Fixed Android tests and samples build 2011-07-04 06:33:10 +00:00
Ana Huaman 6d549490fb Added calcHist_Demo.cpp tutorial code 2011-07-04 03:22:16 +00:00
Ana Huaman 08724393f4 Added tutorial sample code: EqualizeHist_Demo.cpp 2011-07-03 18:55:47 +00:00
Alexander Mordvintsev d3da43c8e5 distrans.py sample added 2011-07-02 22:21:19 +00:00
Alexander Mordvintsev 724cc5b481 floodfill.py sample added 2011-07-02 16:03:17 +00:00
Alexander Mordvintsev afad87b5f2 inpaint.py sample added 2011-07-02 07:13:31 +00:00
Alexander Mordvintsev f0a4185b1f cv.Line -> cv2.line 2011-07-01 17:50:07 +00:00
Alexander Mordvintsev 84568cb18e python Sketcher utility class 2011-07-01 17:33:29 +00:00
Alexander Mordvintsev aa695abad2 watershed.py sample added 2011-07-01 15:09:38 +00:00
Andrey Kamaev f8e42721d3 HelloAndroid sample is moved to samples/android 2011-07-01 13:12:05 +00:00
Andrey Pavlenko c7a3fc5d4e #863: sample text color changed from Green to Red. 2011-07-01 11:12:55 +00:00
Andrey Pavlenko 3159bd1a74 #863: 'string' args support added 2011-07-01 11:10:20 +00:00
Alexander Mordvintsev 382e154cfd morphology python sample 2011-07-01 08:22:45 +00:00
Andrey Kamaev 01b3266612 Fixed Android target name for Android samples and tests 2011-06-30 14:56:39 +00:00
Alexey Spizhevoy 674b763395 GPU: updated upsample, downsample functions, added pyrDown, pyrUp, added support of 16S filtering; put spherical warper on GPU (from opencv_stitching) 2011-06-30 14:39:48 +00:00
Alexander Mordvintsev 7f115db7a7 morphology.py sample stub 2011-06-30 14:17:31 +00:00
Andrey Kamaev 092699783a Added cmake script to build Android samples 2011-06-30 13:37:56 +00:00
Vadim Pisarevsky cc9a1bb62f propagated some more fixes from 2.3 branch to the trunk 2011-06-30 12:06:26 +00:00
Ana Huaman 0a14f76731 Added 02 cpp sample files for tutorials: remap and Geometric Transformations (warpAffine and Rotation2D) 2011-06-29 17:39:12 +00:00