Alexander Mordvintsev
724cc5b481
floodfill.py sample added
14 years ago
Alexander Mordvintsev
afad87b5f2
inpaint.py sample added
14 years ago
Alexander Mordvintsev
f0a4185b1f
cv.Line -> cv2.line
14 years ago
Alexander Mordvintsev
84568cb18e
python Sketcher utility class
14 years ago
Alexander Mordvintsev
aa695abad2
watershed.py sample added
14 years ago
Andrey Kamaev
f8e42721d3
HelloAndroid sample is moved to samples/android
14 years ago
Andrey Pavlenko
c7a3fc5d4e
#863 : sample text color changed from Green to Red.
14 years ago
Andrey Pavlenko
3159bd1a74
#863 : 'string' args support added
14 years ago
Alexander Mordvintsev
382e154cfd
morphology python sample
14 years ago
Andrey Kamaev
01b3266612
Fixed Android target name for Android samples and tests
14 years ago
Alexey Spizhevoy
674b763395
GPU: updated upsample, downsample functions, added pyrDown, pyrUp, added support of 16S filtering; put spherical warper on GPU (from opencv_stitching)
14 years ago
Alexander Mordvintsev
7f115db7a7
morphology.py sample stub
14 years ago
Andrey Kamaev
092699783a
Added cmake script to build Android samples
14 years ago
Vadim Pisarevsky
cc9a1bb62f
propagated some more fixes from 2.3 branch to the trunk
14 years ago
Ana Huaman
0a14f76731
Added 02 cpp sample files for tutorials: remap and Geometric Transformations (warpAffine and Rotation2D)
14 years ago
Andrey Kamaev
3df6548c4a
Android samples fixed - line endings are converted to unix style; autogenerated folders are added to ignore list
14 years ago
Andrey Kamaev
d6b6734619
Added new Android sample (Java API + Native)
14 years ago
Andrey Kamaev
4b61683071
Added one more Android sample (using OpenCV from native)
14 years ago
Andrey Kamaev
6e3142f04b
Added second sample for Android Java API
14 years ago
Andrey Kamaev
334cb1dcd1
Android sample is refactored according to Google code style guidelines for Android developers
14 years ago
Ana Huaman
8f01f2cc9f
Added 02 tutorials for Hough Lines and Circle detection in tutorial_code -- based on code existent
14 years ago
Andrey Kamaev
d673197d01
Added base Android Java sample
14 years ago
Ana Huaman
832262e376
Added Laplace and Canny reST tutorials and corrected a small bug in Canny sample code
14 years ago
Ana Huaman
3a0d3ebdde
Added Laplace, Canny and Sobel samples in tutorial cpp code
14 years ago
Alexander Mordvintsev
0dbbb89e8d
added stereo_match.py sample
14 years ago
Ana Huaman
65575cef7e
Added two new sample files for copyMakeBorder and filter2D
14 years ago
Vadim Pisarevsky
f0624c08dc
propagated some more changes from 2.3 to trunk
14 years ago
Ana Huaman
22e59e933b
Added Threshold.cpp in samples/cpp/tutorial_code/ImgProc
14 years ago
Ana Huaman
5df9da1576
Added Pyramids.cpp sample tutorial code
14 years ago
Ana Huaman
a8d37509fa
Added tutorial in reST for Morphology 2
14 years ago
Ana Huaman
2819438fe6
Reorganized code and added Morphology 2 cpp code
14 years ago
Vadim Pisarevsky
2e520b05c4
fixed positioning in ffmpeg wrapper (thanks to mike_at_nrec for the patch). Added frame positioning feature to laplace demo to test the feature
14 years ago
Alexander Mordvintsev
32825893bd
work on obj_detect.py
...
added square_size cmd line param for calibrate.py
added _coverage.py script to compute cv2 api coverage by samples (just for interest, may be removed later)
14 years ago
Ana Huaman
5006ba773f
Morphology code 1 added to tutorial-code/Image_Processing
14 years ago
Ana Huaman
52b3391067
Added Smoothing tutorial in reST and links to the code in samples/cpp/tutorial_code
14 years ago
Vadim Pisarevsky
f4dc4b43e4
fixed calibrateCamera API (ticket #1143 )
14 years ago
Vadim Pisarevsky
d5ba7c3826
fixed crashes in camshiftdemo (ticket #875 )
14 years ago
Ana Huaman
3ca31dcdb6
New basic filter sample added
14 years ago
Alexander Mordvintsev
4582226567
work on obj_detect.py sample (in progress...)
14 years ago
Ana Huaman
98e13cec87
Added sample code for tutorial - cpp
14 years ago
Maria Dimashova
d84b5a9b36
removed old data
14 years ago
Alexander Mordvintsev
83a4a41cde
work on obj_detect sample
14 years ago
Vladimir Dudnik
6e38b6aaed
removed trailing backspaces, reduced number of warnings (under MSVC2010 x64) for size_t to int conversion, added handling of samples launch without parameters (should not have abnormal termination if there was no paramaters supplied)
14 years ago
P. Druzhkov
e20d570ed1
brief gbt documentation added. some sample fixes made. code updated.
14 years ago
Alexander Mordvintsev
1a208fe132
use cv2 function
...
added color_histogram.py sample
work on VideoSynth (chessboard)
14 years ago
Vadim Pisarevsky
0876f69dbf
added variational stereo correspondence (by Sergey Kosov) and polynomial fitting (by Onkar Raut)
14 years ago
Alexander Mordvintsev
194506397e
python helper routines (common.py) added
14 years ago
Maria Dimashova
1580806730
removed DOT implementation
14 years ago
Alexander Mordvintsev
6616606ea4
work on calibration sample
14 years ago
Vadim Pisarevsky
3c8cff3d7e
fixed ellipse orientation in fitellipse.py
14 years ago