- 01 Feb, 2020 1 commit
-
-
Gourav Roy authored
* Add python version of panorama_stitching_rotating_camera and perspective_correction * Updated code * added in the docs * added python code in the docs * docs change * Add java tutorial as well * Add toggle in documentation * Added the link for Java code * format code * Refactored code
-
- 12 Jan, 2020 1 commit
-
-
ihsan314 authored
Python code examples for file IO in xml and yml format * Initial "Pythonization" of file_input_output.cpp * Moved file_input_output.py to correct location * Nearly done Pythonizing file_input_output.cpp * Python equivalent of file_input_output.py created * Started Pythonizing camera_calibration.cpp * Completed Python tutorial/sample code for file_input_output * Resolved whitespace issues * Removed tabs in file_input_output.cpp * Patched import order and wrapped code in main function * Changed string to docstring format in help file * Updated link to Python example code
-
- 16 Oct, 2019 1 commit
-
-
Alexander Alekhin authored
pylint 1.8.3
-
- 15 Aug, 2019 1 commit
-
- 23 Jun, 2019 1 commit
-
-
tribta authored
Fix Python code, for the tutorial_laplace_operator, to get the same result between the Cpp, Java and Python
-
- 06 Jun, 2019 2 commits
- 04 Jun, 2019 1 commit
-
-
SchultzC authored
because t = (time.time() - t) will return seconds, dividing by 1000 to obtain seconds will be incorrect.
-
- 15 May, 2019 2 commits
-
-
mehlukas authored
Extend optical flow tutorial (#14314) * extend python optical flow tutorial with cpp example code and add it to general tutorial directory * remove unused parameters, fix comparison between signed and unsigned int * fix hsv range problem * switch to samples::findFile for sample file location * switch to command line parameter for path * remove old tutorial as in 14393 * minor fixes
-
mehlukas authored
Extend meanshift tutorial (#14393) * copy original tutorial and python code * add cpp code, fix python code * add camshift cpp code, fix bug in meanshift code * add description to ToC page * fix shadowing previous local declaration * fix grammar: with -> within * docs: remove content of old py_meanshift tutorial, add link * docs: replace meanshift tutorial subpage in Python tutorials * switch to ref to fix wrong breadcrumb navigation * switch to cmdline for path as in #14314 * Apply suggestions from code review * order programming languages alphabetically
-
- 21 Mar, 2019 1 commit
-
-
Pedro Ferreira da Costa authored
* Created python version of the code for the anisotropic image segmentation tutorial. Created python/cpp toggles for the markdown file. * fix doxygen warnings
-
- 04 Dec, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 16 Nov, 2018 1 commit
-
-
Alexander Alekhin authored
-
- 26 Oct, 2018 1 commit
-
-
catree authored
-
- 11 Sep, 2018 1 commit
-
-
jsxyhelu authored
find innercircle of contour by using pointPolygonTest: (#12206)
-
- 17 Aug, 2018 1 commit
-
-
Suleyman TURKMEN authored
-
- 13 Jul, 2018 1 commit
-
-
catree authored
-
- 11 Jul, 2018 1 commit
-
-
catree authored
- Changing the contrast and brightness of an image! - Operations with images
-
- 02 Jul, 2018 1 commit
-
-
catree authored
Add Java and Python code for AKAZE local features matching tutorial. Fix incorrect uses of Mat.mul() in Java code. Uniform Lowe's ratio test in the code.
-
- 27 Jun, 2018 1 commit
-
-
catree authored
Add Java and Python code for Image Segmentation with Distance Transform and Watershed Algorithm tutorial. Use more Pythonic code.
-
- 10 Jun, 2018 1 commit
-
-
catree authored
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.
-
- 08 Jun, 2018 1 commit
-
-
catree authored
-
- 04 Jun, 2018 1 commit
-
-
Alexander Alekhin authored
Tested with: - pylint 1.9.1
-
- 29 May, 2018 1 commit
-
-
catree authored
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.
-
- 23 May, 2018 1 commit
-
-
catree authored
Add Java and Python code for the following imgproc tutorials: Affine Transformations, Histogram Equalization, Histogram Calculation, Histogram Comparison, Back Projection.
-
- 18 May, 2018 2 commits
- 16 May, 2018 1 commit
-
-
catree authored
-
- 03 May, 2018 2 commits
- 24 Jan, 2018 1 commit
-
-
Jozef Mlich authored
* hogsvm compatibility with python3
-
- 11 Dec, 2017 1 commit
-
-
Alexander Alekhin authored
-
- 05 Oct, 2017 8 commits