401 Commits (44572fac44f7b7c4636313d60b01d89466972713)

Author SHA1 Message Date
catree ade21f142e Add Java and Python code for the following features2d tutorials: Harris corner detector, Shi-Tomasi corner detector, Creating your own corner detector, Detecting corners location in subpixels, Feature Detection, Feature Description, Feature Matching with FLANN, Features2D + Homography to find a known object. Use Lowe's ratio test to filter the matches. 7 years ago
catree 4c1c3147d9 Add Java and Python code for the following imgproc tutorials: Affine Transformations, Histogram Equalization, Histogram Calculation, Histogram Comparison, Back Projection. 7 years ago
catree 9f6108ae7a Add Java and Python code for the following imgproc tutorials: Canny, Remap, threshold and threshold inRange. Use HSV colorspace instead of RGB for inRange threshold tutorial. 7 years ago
catree 9fc0cabdf5 Add Java and Python code for trackbar tutorial. 7 years ago
catree 7e3490959a Add Java and Python code for morphology tutorials. 7 years ago
catree d02ecff881 Clarify the Euler angles convention chosen. Replace rotation inverse with matrix transpose. 7 years ago
Dmitry Kurtaev 8488f2e265 EAST: An Efficient and Accurate Scene Text Detector (https://arxiv.org/abs/1704.03155v2) 7 years ago
Sayed Adel e00a58a05f samples: add C++11 override to virtual methods 7 years ago
Dmitry Kurtaev 4ec456f0a0 Custom layers for deep learning networks (#11129) 7 years ago
Alexander Alekhin 53944cbebb samples: avoid using of legacy code constructions in viz sample 7 years ago
Alexander Alekhin d7e9201434 misc: apply CV_OVERRIDE/CV_FINAL 7 years ago
Alexander Alekhin 7f9253ea0a samples: avoid using of legacy C-like API 7 years ago
berak 182b52d23d fix some samples colliding with std::beta 7 years ago
Steven 6f4e35cc0e fix tutorial on real time pose estimation 7 years ago
Maksim Shabunin 2200e13c71 cmake: refactored scripts with samples building: 7 years ago
Maksim Shabunin 633b0e56a5 Fixed compilation warnings in samples: 7 years ago
take1014 03407a9da0 Merge pull request #10646 from take1014:master 7 years ago
luz.paz dbb57cd0ae Misc. ./samples typos 7 years ago
Alexander Alekhin 35738bcadd samples: remove orphan documentation snippet: SBM_Sample.cpp 7 years ago
Fangjun Kuang 8efe7bafaa Improve the doc for cv::Mat::checkVector. 7 years ago
Suleyman TURKMEN dcd4f8f5db Update documentation 7 years ago
catree 87160cb297 Add Demo 5: Basic panorama stitching from a rotating camera in the homography tutorial. 7 years ago
Suleyman TURKMEN 1654dfe3a9 Update samples (#10333) 7 years ago
Alexander Alekhin d5f152494b fix file names 7 years ago
catree b417fb0939 Add tutorial and codes for the homography tutorial. 7 years ago
LaurentBerger 0a19b07055 Use @snippet 7 years ago
LaurentBerger 421c5dee12 3D histogram 7 years ago
tribta 9a2317e063 Tutorial Hough Lines 7 years ago
tribta d99ced6ec8 Tutorial Hough Circles 7 years ago
tribta 9ff33dacfc Tutorial Make Border 7 years ago
tribta a6f5e1f0ca Tutorial Filter2D 7 years ago
tribta 08515281b9 Tutorial Image Pyramids 7 years ago
tribta f7d85bfed8 Tutorial Sobel Derivatives 7 years ago
tribta 3250f11f0c Tutorial Laplace Operator 7 years ago
tribta d068e27420 Tutorial Morph Lines Detection 7 years ago
tribta 18bc4db75c Tutorial Hit-or-Miss 7 years ago
tribta bc18fb481f Tutorial Smoothing Images 7 years ago
vipinanand4 39e742765a Merge pull request #9618 from vipinanand4:goodFeaturesToTrack_added_gradiantSize 7 years ago
Suleyman TURKMEN 50aa4f8887 Merge pull request #9686 from sturkmen72:patch-1 7 years ago
Suleyman TURKMEN d547c6b1a2 documentation improvement 7 years ago
tribta 954e2f9b9c Tutorial Discrete Fourier Transform 7 years ago
tribta 13317bdfda Tutorial Basic Geometric Drawing 7 years ago
tribta c4c1e94088 Tutorial Adding Images 7 years ago
KUANG Fangjun 11fa0094ff Improve the documentation. 7 years ago
Adi Shavit 8a094a5f54 Merge pull request #9445 from adishavit:master 7 years ago
Jiri Horner f6deaf5f2a tracking tutorial: add fps to stats 7 years ago
Ryan Pavlik 5d699e9ba5 Honor fixing principal point in camera calib tutorial. 7 years ago
Suleyman TURKMEN 89480801b8 some improvements on tutorials 7 years ago
Vladislav Sovrasov e5fbb4f5d2 Merge pull request #9034 from sovrasov:mats_from_initializer_list 7 years ago
Tony Lian c8783f3e23 Merge pull request #9075 from TonyLianLong:master 7 years ago