gbowser3@gmail.com
e7a787aa41
Imgproc: Fix doxygen typo
2 years ago
scorpiozj
bd54ba911d
Update imgproc.hpp
...
fix Rect value of integral image example;
3 years ago
Povilas Kanapickas
6a4c3b61e6
Improve doc of calcHist overload that accepts vectors
...
It's not clear how ranges argument should be used in the overload of
calcHist that accepts std::vector. The main overload uses array of
arrays there, while std::vector overload uses a plain array. The code
interprets the vector as a flattened array and rebuilds array of arrays
from it. This is not obvious interpretation, so documentation has been
added to explain the expected usage.
3 years ago
Yulv-git
15ac54d5d6
Fix some typos in modules/.
3 years ago
lamm45
0d32a24cba
Fix some doc references in geometric image transformations module
3 years ago
Suleyman TURKMEN
ffee1a4126
fix cv::floodfill() for calling it with an empty mask
3 years ago
lamm45
5064b6f747
Update LineIterator documentation
3 years ago
Stefano Allegretti
91817bffe1
Merge pull request #21275 from stal12:CCL_improvements
...
Improve CCL with new algorithms and tests
* Improve CCL with new algorithms and tests
* Split CCL test into dedicated tests cases
3 years ago
tv3141
cb286a66be
Merge pull request #21030 from tv3141:fix_seg_fault_houghlinespointset
...
Fix seg fault houghlinespointset
* Clarify parameter doc for HoughLinesPointSet
* Fix seg fault.
* Add regression test.
* Fix latex typo
3 years ago
Souriya Trinh
30d6766db4
Add conventional Bayer naming.
3 years ago
Suleyman TURKMEN
259c39a63a
additional changes
3 years ago
Suleyman TURKMEN
9b76872708
restore LSD
3 years ago
AleksandrPanov
25cd7c7c50
add note about Python's dsize to doc
3 years ago
AleksandrPanov
d773691848
add note about hierarchy in python version
3 years ago
thezane
c0162a64d1
Merge pull request #20103 from thezane:make-div-spectrums-public
...
* Make divSpectrums public
* Add unit test
4 years ago
Suleyman TURKMEN
ec8b7c933a
Update Documentation
4 years ago
Federico Bolelli
9695165877
Merge pull request #19631 from prittt:sota-ccl
...
* Add Spaghetti algorithm for CCL
* Add stat tests for new and old algorithms
* Switch license header to short version
4 years ago
LaurentBerger
84080c12fd
python binding blendLinear
4 years ago
Rachel A
f98e567f49
Solution to documentation issue https://github.com/opencv/opencv/issues/18836
4 years ago
lizz
331b73c8e4
Typo in docstring of distanceTransform
4 years ago
Welton Rodrigo Torres Nascimento
25163eb008
Doc: INTER_LINEAR_EXACT unsupported in remap
...
Update documentation to reflect INTER_LINEAR_EXACT being
unsupported in remap
4 years ago
Yosshi999
7495a4722f
Merge pull request #18053 from Yosshi999:bit-exact-resizeNN
...
Bit-exact Nearest Neighbor Resizing
* bit exact resizeNN
* change the value of method enum
* add bitexact-nn to ResizeExactTest
* test to compare with non-exact version
* add perf for bit-exact resizenn
* use cvFloor-equivalent
* 1/3 scaling is not stable for floating calculation
* stricter test
* bugfix: broken data in case of 6 or 12bytes elements
* bugfix: broken data in default pix_size
* stricter threshold
* use raw() for floor
* use double instead of int
* follow code reviews
* fewer cases in perf test
* center pixel convention
4 years ago
kadi soheib
613ff61de7
Added reference to paper.
4 years ago
Suleyman TURKMEN
c262eea84a
Update warpPerspective_demo.cpp
4 years ago
Alexander Smorkalov
abceef74e0
Added reference to Original Wu's articte about SAUF connected components search method.
5 years ago
Ken Shirriff
00e1bc49c8
Merge pull request #17708 from shirriff:patch-1
...
Clarify component statistics documentation
* Change ConnectedComponentsTypes documentation
Change from "algorithm output formats" to "statistics" because it specifies types of statistics, not formats.
* Documentation: clarify component statistics
Explain that ConnectedComponentTypes selects a statistic.
5 years ago
Michal W. Tarnowski
5393185add
Merge pull request #17360 from mwtarnowski:fix-documentation-imgproc-blur
...
* fix documentation for cv::blur
* correct the position of ksize parameter
5 years ago
jsxyhelu
48e9e651a4
add DeepGreen colormap
5 years ago
Ganesh Kathiresan
0be2c7018b
Formula Fixes for 3.4 branch
...
Foumula fix 1
Foumula fix 2
Foumula fix 3
Foumula fix 4
Foumula fix 5
Foumula fix 8
5 years ago
Vadim Pisarevsky
5c6d319ebc
Merge pull request #16493 from vpisarev:bordertype_sgbm_doc_fixes
...
* added note about BORDER_TYPE in separable filters; fixed SGBMStereo description
* added # to BORDER_ constants to generate hyperlinks
5 years ago
shimat
b89581960c
s/Voroni/Voronoi/g
5 years ago
Steve Nicholson
acb3b3bd4d
Add documentation and example program for intersectConvexConvex
5 years ago
jasjuang
4c7db02925
document CC_STAT_MAX in ConnectedComponentsTypes
5 years ago
atinfinity
824465ea27
Merge pull request #15388 from atinfinity:impl-turbo-colormap
...
Implementation of colormap "Turbo" (#15388 )
* implemented turbo colormap
* add colormap image
* changed float value to avoid cast
* sorted flag check alphabetically
5 years ago
catree
7ed858e38e
Fix issue with solvePnPRansac and Nx3 1-channel input when the number of points is 5. Try to uniform the input shape of projectPoints and undistortPoints.
6 years ago
Suleyman TURKMEN
3f9343e238
Update imgproc.hpp
6 years ago
Alexander Alekhin
3ba49ccecc
imgproc: removed LSD code due original code license conflict
6 years ago
catree
d745af6763
Add Matplotlib Perceptually Uniform Sequential colormaps (viridis, plasma, inferno, magma, cividis, twilight and twilight shifted).
6 years ago
Namgoo Lee
83c7dfb6a4
Fix error in LineIterator example code in doc
6 years ago
Suleyman TURKMEN
4d0ed5c13c
Merge pull request #12971 from sturkmen72:upd_imgproc_hpp
...
* Update imgproc.hpp
* update color conversion codes
6 years ago
Apoorv Goel
b8aa0cddab
Merge pull request #12777 from UnderscoreAsterisk:document-cvtColorTwoPlane
...
* Add documentation for cvtColorTwoPlane
* Change brief and add links
6 years ago
take1014
57ae3ac7a2
fix document about HoughLines
6 years ago
Kuang Fangjun
ab8ba047a5
fix a typo.
6 years ago
Kuang Fangjun
cecc19381f
fix an error in the formula for cv::cornerSubPix
6 years ago
Suleyman TURKMEN
c61bc3a0cb
Update documentation and samples
6 years ago
tompollok
061149cbbd
imgproc: update cornerSubPix documentation
7 years ago
Kuang Fangjun
83039c8752
fix a typo.
7 years ago
take1014
4ec9afac57
add imgproc snippets
7 years ago
yuki takehara
ed207d79e7
Merge pull request #11108 from take1014:hough_4303
...
* Added accumulator value to the output of HoughLines and HoughCircles
* imgproc: refactor Hough patch
- eliminate code duplication
- fix type handling, fix OpenCL code
- fix test data generation
- re-generated test data in debug mode via plain CPU code path
7 years ago
Vadim Pisarevsky
7ea5029ae5
Grabcut with frozen models ( #11339 )
...
* model is not learned when grabcut is called with GC_EVAL
* fixed test, was writing to wrong file.
* modified patch by Iwan Paolucci; added GC_EVAL_FREEZE_MODEL in addition to GC_EVAL (which semantics is retained)
7 years ago