Sebastián Gurin
ca79f75b32
OpenCV.js docker container build instructions
...
backport of commit: 59b0314a0e
5 years ago
jxu
b9399a5df8
Fix python setup in ubuntu dependencies
5 years ago
Alexander Alekhin
779f59da6b
pre: OpenCV 3.4.7 (version++)
5 years ago
Ahmed Ashour
5c56b8ce92
java: generated code to have javadoc
6 years ago
mehlukas
0ecc2b8c17
Merge pull request #14674 from mehlukas:3.4-moveObjdetect
...
Merge two Haar Cascade tutorials (#14674 )
* move haar cascade introduction, add code explanation, mark content as moved
* switch to ref for include to provide correct breadcrumb navigation
6 years ago
Lukas Mehl
2acc7c96e7
remove bgsgm tutorial, set references to OpenCV-Tutorials
6 years ago
catree
33cb9c5ca5
Add SOLVEPNP_IPPE for planar pose estimation. Add solvePnPGeneric function that returns all the pose solutions and the reprojection errors.
6 years ago
mehlukas
6bff0e24f8
Merge pull request #14314 from mehlukas:3.4-opticalflow
...
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
6 years ago
mehlukas
47c45e5bd3
Merge pull request #14393 from mehlukas:3.4-meanshift
...
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
6 years ago
Fady Essam
1b294c013a
remove unnecessary imports in knn tutorials
6 years ago
catree
dac31e84fb
Add solvePnPRefineLM to refine a pose according to a Levenberg-Marquardt iterative minimization process. Add solvePnPRefineVVS to refine a pose using a virtual visual servoing scheme.
6 years ago
Manthan Keim
269c28e69e
Update py_svm_opencv.markdown
...
Fixes a broken link for histograms of Oriented Gradients.
6 years ago
Nick Yang
169dc9c311
Merge pull request #14297 from shxuy:patch-1
...
fix just a typo of the word 'word' (#14297 )
6 years ago
Alexander Alekhin
a0a1fb5fec
python: discover tests from module/misc/python/test paths
6 years ago
Alexander Alekhin
d38869eb76
docs: fix links
...
- replace tutorial links via docs.opencv.org
- remove link on OpenCV 2.4
- avoid links on outdated packages
6 years ago
mehlukas
ab21dc6d47
Merge pull request #14245 from mehlukas:3.4-fixtutorial
...
* improve thresholding tutorial, fix grammar issues and incorrections
* keep full list of simple thresholding types
6 years ago
George Wilson
982e6fc721
Merge pull request #14154 from GeorgeWilson96:bugfix/14148
...
* Fixed #14148 Broken Documentation Link
* fixup: use 3.4 branch
6 years ago
Pedro Ferreira da Costa
9cef78b685
Merge pull request #14109 from PedroFerreiradaCosta:adding_python_version_to_anisotropic_tutorial
...
* Created python version of the code for the anisotropic image segmentation tutorial. Created python/cpp toggles for the markdown file.
* fix doxygen warnings
6 years ago
Pedro Ferreira da Costa
4fac12c8d3
adding missing quick navigation to ImageProc module
6 years ago
Alexander Alekhin
80e5642ca2
pre: OpenCV 3.4.6 (version++)
6 years ago
LaurentBerger
af0a83f0b3
Tutorial create pattern grid for calibration using gen_pattern.py
6 years ago
Dmitry Kurtaev
110e80f0ee
Add onRuntimeInitialized for opencv.js
6 years ago
catree
bbf39b0964
Add Hand-Eye calibration methods (Tsai, Park, Horaud, Andreff, Daniilidis).
6 years ago
RAJKIRAN NATARAJAN
98f89f9079
Need -DBUILD_DOCS CMake flag to build docs
...
Must have that flag. Otherwise following "doxygen overview" tutorial won't work.
6 years ago
LaurentBerger
4ebb617000
Check return value in python tutorial
6 years ago
klemens
5d9c6723ee
spelling fixes
...
backport 997b7b18af
6 years ago
Oleh
c8777da2d6
Update video_input_psnr_ssim.markdown
6 years ago
Maksim Shabunin
9205ad6990
Enabled #include documentation in all members
6 years ago
atinfinity
e48682a9f7
Merge pull request #13616 from atinfinity:fixed-py_matcher-tutorial
...
* fixed tutorial code of py_matcher
* fixed imread mode
6 years ago
Alexander Alekhin
8f1356c3c5
OpenCV version++ (3.4.5)
...
OpenCV 3.4.5
6 years ago
Madan Ram
c1e9a7ee4b
Update template_matching.markdown
...
Replaced CV_TM_SQDIFF to TM_SQDIFF and the rest since methods are renamed in opencv 3.4
6 years ago
Alexander Alekhin
742f22c09b
photo: move TonemapDurand to opencv_contrib
6 years ago
Matthias Winkelmann
24acd5fb83
Merge pull request #13228 from MatthiasWinkelmann:master
...
Add URLs, harmonise formatting, and fix parse error in bibliography (#13228 )
* Fixed parse error in bibliography
* Removed extra curly braces
* harmonized whitespace
* changed organisation -> publisher where appropriate. Organisation is intended as the author's organisation, not the publishing.
* harmonized capitalisation and whitespace
* Add links to about 1/3 of references
6 years ago
Alexander Alekhin
a1fe8f754f
OpenCV version++ (3.4.4)
...
OpenCV 3.4.4
6 years ago
Alexander Alekhin
43002c0c1d
Merge pull request #13188 from alalek:samples_rename
...
* samples: rename starter_imagelist.cpp
* samples: rename intelperc_capture.cpp => videocapture_intelperc.cpp
* samples: rename openni_capture.cpp => videocapture_openni.cpp
* samples: rename image_sequence.cpp => videocapture_image_sequence.cpp
* samples: rename gstreamer_pipeline.cpp => videocapture_gstreamer_pipeline.cpp
* samples: rename autofocus.cpp => videocapture_gphoto2_autofocus.cpp
* samples: rename live_detect_qrcode.cpp => qrcode.cpp
6 years ago
Alexander Alekhin
96c71dd3d2
dnn: reduce set of ignored warnings
6 years ago
ssnover95
b24a815ac1
doc(tutorial_py_fourier_transform): Correct errors in tutorial for integer division and filter symmetry
6 years ago
Alexander Alekhin
0e9ac7265d
docs: fix links
...
- cv::at => cv::Mat::at()
- removed unnecessary @ref
6 years ago
Marco A. Gutierrez
6b3469268e
minor typo corrections to python tutorials
6 years ago
Alexander Alekhin
79dc0ed175
docs: intro formatting update, minor cleanup
6 years ago
catree
4bea70a64a
Update background subtraction tutorial with Java and Python codes.
6 years ago
Ali Yasin Eser
28a14df26c
Update depth map for pytho-opencv
6 years ago
Karpushin Vladislav
237b867721
doc: add new tutorial periodic noise removing filter
6 years ago
Peter Whidden
9f0ff03da5
Fix typo "wit" -> "with"
6 years ago
Alexander Alekhin
93b0b03447
docs: DOXYGEN_BLACKLIST CMake variable for modules exclusion
6 years ago
gkaneto
96a50d5eb0
Update py_basic_ops.markdown
...
Correcting indentation of border type flags
6 years ago
gkaneto
79db32bcd9
Update py_trackbar.markdown
...
For some mysterious (for me) reason, two lines of the code appears in my browser (Chrome) in the same line.
I've add an "enter" (just pressed enter), but don't know if it's the best solution.
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
...
find innercircle of contour by using pointPolygonTest: (#12206 )
6 years ago
Vlad Karpushin
7d3a1657c9
doc: add new tutorial motion deblur filter ( #12215 )
...
* doc: add new tutorial motion deblur filter
* Update motion_deblur_filter.markdown
a few minor changes
6 years ago