445 Commits (746bd47ce55a153e34eeb80603e303b4581e14ca)

Author SHA1 Message Date
changh95 101d50703c fix typo 'undistorsed'->'undistorted' 4 years ago
Daniel Playfair Cal 65b51e1538
Merge pull request #19690 from hedgepigdaniel:fix/calibration_fisheye 4 years ago
APrigarina 96570820ef handle empty cameraMatrix 4 years ago
Suleyman TURKMEN 2387813428 Update imageSegmentation.cpp, imageSegmentation.py 4 years ago
Christos Malliaridis 3c25fd1ba5 Update and expand erosion / dilation tutorial 4 years ago
dmici 6876f3b91d fix missing 0.5 factor in anisotropic segmentation tutorial 4 years ago
Suleyman TURKMEN 2566d13100 Update documentation of imwrite() 4 years ago
Alexander Alekhin a327418767 features2d(sift): move SIFT tests / headers / build fixes 5 years ago
Maksim Shabunin f84cae833a TickMeter: added FPS and AvgTime, improved docs, reformatted 5 years ago
Alexander Alekhin f0ffc52435 fix files permissions 5 years ago
mehlukas 75bd9f86b2
Merge pull request #16889 from mehlukas:3.4-consolidateImshow 5 years ago
Gourav Roy 8b5efc6f4c
Merge pull request #16586 from themechanicalcoder:video-psnr 5 years ago
ihsan314 2c21ea2dd7 Merge pull request #14666 from ihsan314:file_io_xml_yml 5 years ago
Brian Wignall f9c514b391 Fix spelling typos 5 years ago
Alexander Alekhin a45928045a
Merge pull request #16150 from alalek:cmake_avoid_deprecated_link_private 5 years ago
Alexander Alekhin f21bde4d9f
Merge pull request #16046 from alalek:issue_15990 5 years ago
float13 1accf3b3f4 Tutorial - Make required input args positional. 5 years ago
Suleyman TURKMEN f73395122c Update Samples 5 years ago
Alexander Alekhin 18151e79bb cmake(samples): use LINK_PRIVATE in target_link_libraries 6 years ago
mehlukas 6bff0e24f8 Merge pull request #14314 from mehlukas:3.4-opticalflow 6 years ago
mehlukas 47c45e5bd3 Merge pull request #14393 from mehlukas:3.4-meanshift 6 years ago
catree 3c92d40f6e Fix arguments parsing. Add possibility to choose between different features type. Add keypoints matching visualization. Auto format code. 6 years ago
Alexander Alekhin 742f22c09b photo: move TonemapDurand to opencv_contrib 6 years ago
Alexander Alekhin c4c31f5bba samples: use findFile() in "cpp" 6 years ago
catree 4bea70a64a Update background subtraction tutorial with Java and Python codes. 6 years ago
catree 644846c702 Add a function that draws frame axes. Useful for debugging purpose and to check the correctness of the output of a pose estimation method. 6 years ago
Karpushin Vladislav 237b867721 doc: add new tutorial periodic noise removing filter 6 years ago
Karpushin Vladislav c5687caf1a doc: add new tutorial anisotropic image segmentation 6 years ago
jsxyhelu 7828854c9d Merge pull request #12206 from jsxyhelu/3.4 6 years ago
Vlad Karpushin 7d3a1657c9 doc: add new tutorial motion deblur filter (#12215) 6 years ago
Alexander Alekhin e86287d8ae cleanup: IPP Async (IPP_A) 6 years ago
Suleyman TURKMEN c61bc3a0cb Update documentation and samples 6 years ago
luz.paz 2003eb1b9b Misc. typos 6 years ago
Karpushin Vladislav a8e9a3a88d doc: add new tutorial "Out of focus deblur filter" 6 years ago
catree 41b95cae38 Add Java and Python code for ML tutorials. 6 years ago
catree c9fe6f1afe Add Java and Python code for the following tutorials: 6 years ago
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
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
take1014 4ec9afac57 add imgproc snippets 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
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