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
4 years ago
Souriya Trinh
30d6766db4
Add conventional Bayer naming.
4 years ago
Suleyman TURKMEN
259c39a63a
additional changes
4 years ago
Suleyman TURKMEN
9b76872708
restore LSD
4 years ago
Amir Tulegenov
86a51015b1
Merge pull request #19554 from amirtu:OCV-215_cvtColorTwoPlane_wrong_output_when_Y_Plane_Mat_has_step
...
different paddings in cvtColorTwoPlane() for biplane YUV420
* Different paddings support in cvtColorTwoPlane() for biplane YUV420
* Build fix for dispatch case.
* Resoted old behaviour for y.step==uv.step to exclude perf regressions.
Co-authored-by: amir.tulegenov <amir.tulegenov@xperience.ai>
Co-authored-by: Alexander Smorkalov <alexander.smorkalov@xperience.ai>
4 years ago
AleksandrPanov
25cd7c7c50
add note about Python's dsize to doc
4 years ago
AleksandrPanov
d773691848
add note about hierarchy in python version
4 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
5 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
5 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
5 years ago
kadi soheib
613ff61de7
Added reference to paper.
5 years ago
Suleyman TURKMEN
c262eea84a
Update warpPerspective_demo.cpp
5 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
Brian Wignall
f9c514b391
Fix spelling typos
...
backport commit 659ffaddb4
5 years ago
shimat
b89581960c
s/Voroni/Voronoi/g
5 years ago
Steve Nicholson
acb3b3bd4d
Add documentation and example program for intersectConvexConvex
6 years ago
jasjuang
4c7db02925
document CC_STAT_MAX in ConnectedComponentsTypes
6 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
6 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
7 years ago
Suleyman TURKMEN
4d0ed5c13c
Merge pull request #12971 from sturkmen72:upd_imgproc_hpp
...
* Update imgproc.hpp
* update color conversion codes
7 years ago
Apoorv Goel
b8aa0cddab
Merge pull request #12777 from UnderscoreAsterisk:document-cvtColorTwoPlane
...
* Add documentation for cvtColorTwoPlane
* Change brief and add links
7 years ago
take1014
57ae3ac7a2
fix document about HoughLines
7 years ago
Alexander Alekhin
8a3c394d6a
don't use constructors for C API structures
7 years ago
Alexander Alekhin
ad146e5a6b
core: remove constructors from C API structures
...
POD structures can't have constructors.
7 years ago
Kuang Fangjun
ab8ba047a5
fix a typo.
7 years ago
Kuang Fangjun
cecc19381f
fix an error in the formula for cv::cornerSubPix
7 years ago
Suleyman TURKMEN
c61bc3a0cb
Update documentation and samples
7 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