1382 Commits (f6ec0cd827310ba801575f846720da4433843e50)

Author SHA1 Message Date
catree 481af5c469 Add Java and Python code for AKAZE local features matching tutorial. Fix incorrect uses of Mat.mul() in Java code. 6 years ago
catree 7469981d1a Add Java and Python code for Image Segmentation with Distance Transform and Watershed Algorithm tutorial. Use more Pythonic code. 6 years ago
Alessandro de Oliveira Faria (A.K.A.CABELO) cc8db99695 Include ELA example (#11819) 6 years ago
Maksim Shabunin fe20fa8326 gstreamer sample: fixed incorrect pipelines being generated 7 years ago
Alexander Alekhin aef16d51ec samples: don't call twice of VideoCapture::open() 7 years ago
catree a11ef2650e Add Java and Python code for the following imgproc tutorials: Finding contours in your image, Convex Hull, Creating Bounding boxes and circles for contours, Creating Bounding rotated boxes and ellipses for contours, Image Moments, Point Polygon Test. 7 years ago
catree afa5b0cc93 Add Java and Python code for cascade classifier and HDR tutorials. 7 years ago
Alexander Alekhin a7047dd4b6 samples: add videocapture_camera sample 7 years ago
take1014 4ec9afac57 add imgproc snippets 7 years ago
Alexander Alekhin 9ba9358ecb documentation: avoid links to 'master' branch from 3.4 maintenance branch 7 years ago
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
Pavel Rojtberg 9573644387 samples: openni_capture - use COLORMAP_JET for depth visualization 7 years ago
Alexander Nesterov 9bd5739125 Remove command line argument related to container 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 Nesterov 1367a58b54 Added encode-pipeline to sample 7 years ago
Vadim Pisarevsky b8b7ca7302
Rewite polar transforms (#11323) 7 years ago
Alexander Alekhin d4688e6474 cmake: require C++11 and CMake 3.5.1+ 7 years ago
Vishwa Prakash H V 6b4fcd5f73
Avoiding Divide By Zero Error 7 years ago
Alexander Alekhin 53944cbebb samples: avoid using of legacy code constructions in viz sample 7 years ago
Alexander Nesterov 7252319966 Added gstreamer pipeline sample 7 years ago
Alexander Alekhin d800a0bd32 samples: suppress vtk warnings 7 years ago
Alexander Alekhin cfdffdd519 samples: apply CV_OVERRIDE/CV_FINAL 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
Maksim Shabunin e283a75a19 Minor refactoring in several C++ samples: 7 years ago
Maksim Shabunin 1ae02c0cc4 Minor refactoring in several C++ samples: 7 years ago
Maksim Shabunin aa7a964139 Merge pull request #10868 from mshabunin:sample-bgsegm 7 years ago
Steven 6f4e35cc0e fix tutorial on real time pose estimation 7 years ago
Maksim Shabunin f78b9468dd Samples: fixed samples build in case the viz module is disabled 7 years ago
Maksim Shabunin c63092781a Samples: fixed viz tutorials building with enabled opencv_world 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 44d7435a48 build: eliminate calls of removed functionality from C++17 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
victor-ludorum 914d9662d3 Merge pull request #10469 from victor-ludorum:stichingbranch 7 years ago
Alexander Alekhin 289a8da39e ml: simplify interfaces of SimulatedAnnealingSolver 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