1219 Commits (9d91c63502a0fb6c6c6d78a4f53f435df68a967c)

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
Dmitry Kurtaev 8488f2e265 EAST: An Efficient and Accurate Scene Text Detector (https://arxiv.org/abs/1704.03155v2) 7 years ago
matech96 e98da758cc
Update py_meanshift.markdown 7 years ago
cabelo 1b3e0783f4 select the device (video capture) 7 years ago
abhi-jha a31aff452a fix spelling error 7 years ago
cclauss 8a79b167b8 Define execfile, file, long, raw_input, xrange for Python 3 7 years ago
Dmitry Kurtaev d5b9563263 Custom deep learning layers in Python 7 years ago
Dmitry Kurtaev 4ec456f0a0 Custom layers for deep learning networks (#11129) 7 years ago
Tomoaki Teshima a40354d16f use correct name for NVIDIA 7 years ago
y0umu ade29fc6c9 Merge pull request #11260 from y0umu:patch-1 7 years ago
Alexander Alekhin 4990506948 cuda: WITH_CUDA=OFF by default (need to enable it explicitly) 7 years ago
Alexander Alekhin 82d2a0873d cleanup: biicode 7 years ago
Naoto Mizuno ddf6bc86a7 Update rotated image 7 years ago
Naoto Mizuno e1b66ffd01 Fix center of rotation 7 years ago
Jonathan Martens 1949412979
Update URL to Timing and Profiling in IPython 7 years ago
catree 5a79b90ade Update chessboard pattern image to remove squares overlap. Update also asymmetric pattern image. 7 years ago
Dmitry Kurtaev 538fd42363 Add test for Scalar arguments at CommandLineParser 7 years ago
Dmitry Kurtaev f2440ceae6 Update tutorials. A new cv::dnn::readNet function 7 years ago
Dmitry Kurtaev e8d94ea87c Unite deep learning object detection samples 7 years ago
Alexander Alekhin 6ffc48769a OpenCV version++ 7 years ago
luz.paz e805a55a5b Misc. modules/ typos (cont.) 7 years ago
luz.paz d47b1f3b70 Misc. ./apps ./doc ./platoforms typos 7 years ago
LaurentBerger 6e5da9dbe3 bad image file 7 years ago
Maksim Shabunin 1b0ff57562 Merge pull request #10621 from mshabunin:disable-docs 7 years ago
Alexander Alekhin 8533b45ce9 cmake: Java/Android SDK refactoring 7 years ago
Eric Wang c11895f529 Fix typo in video_input_psnr_ssim 7 years ago
berak dc88a2bcf2 video: clean up bg subtraction tutorial 7 years ago
wxzs5 0a4b1b8d68 Use class' method to set attribute value 7 years ago
wxzs5 25c17b107e Fix functions‘ class attribution error 7 years ago
Chris Hall 50e8f91064 JS examples - FFT didn't work for non-square images because rows/cols were switched, Histogram example misspelled point 7 years ago
wxzs5 b19cd93738 Remove redundant return variable 7 years ago
Suleyman TURKMEN 1ff33e6e4d Update links 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 cac4a7e5b5 OpenCV version++ 7 years ago
Alexander Alekhin d5f152494b fix file names 7 years ago
LaurentBerger 7ad308ea47 Simulated Annealing for ANN_MLP training method (#10213) 7 years ago
catree b417fb0939 Add tutorial and codes for the homography tutorial. 7 years ago
Alexander Alekhin 5560db73bf python: 'cv2.' -> 'cv.' via 'import cv2 as cv' 7 years ago
Alexander Alekhin 768f4cb7bc python: 'sub-module' for binding sources and documentation meta information 7 years ago
Alexander Alekhin b15bc194ef doc: finalize Python signatures injection 7 years ago
Haritha be4fa03fac crop parameter usage in blobFromImage() calls 7 years ago
tribta 164a77e7ad add methods 7 years ago
tribta 6174f62710 Sample for functions 7 years ago
Alexander Alekhin d715badbde doc: update Python signatures generation 7 years ago
tribta 912de363f4 Using __doc__ to add Python signatures to the docs. 7 years ago