Alessandro Gentilini
fc8f1890c0
Fix markdown format.
8 years ago
Hamdi Sahloul
6a856d677c
Wraps cv::EMD for Python and Java
8 years ago
berak
11f3c0741e
imgproc: move ShapeMatchModes enum from c to c++ header
8 years ago
Fangjun KUANG
246d3761ce
Merge pull request #8383 from csukuangfj/patch-10
...
* Improve documentation.
* Update imgproc.hpp
8 years ago
Fangjun KUANG
2a30d8c9f9
Update documentation for cv::accumulate.
...
Make it more clear for the type of input argument.
8 years ago
Fangjun KUANG
34c70e7a1c
Fix typos.
8 years ago
PkLab.net
e03c81d90a
Change image e small fix to cv::ellipse() Doc
8 years ago
Tomoaki Teshima
37be9ddeec
add enum Bayer**2BGRA
...
- let it possible to reach Bayer2BGRA conversion
8 years ago
LaurentBerger
b3c1bd788a
Add note about OTSU and TRIANGLE (comment sovrasov)
8 years ago
LaurentBerger
fa4d32f7dd
Solve issue 8136 opencv doc of threshold
8 years ago
LaurentBerger
e6f27240d5
dd a note in findcontours doc
8 years ago
Lorena García
3650ec02be
HitMiss tutorial
8 years ago
Pavel Rojtberg
40686b5e87
initUndistortRectifyMap: CV_32FC2 is also supported as m1type
8 years ago
LaurentBerger
61b9484155
ApplyColorMap can be used with a user colormap
8 years ago
Michele Cancilla
89a0a46a69
Removed parallel version for CV_16U label type
8 years ago
Michele Cancilla
5b23c0b176
Fixed unnecessary black spaces;
...
Extended parallel version to all frameworks supported by OpenCV;
Added some documentation notes in modules/imgproc/include/opencv2/imgproc.hpp;
8 years ago
monoid911
b879126584
Fix docs explaining the returnPoints argument of convexHull.
8 years ago
Vladislav Sovrasov
af01267f23
Add assertion to prevent processing of large images in remap
8 years ago
Vladislav Sovrasov
34df4ae02a
Add a regression test, fix documentation
8 years ago
Vitaly Tuzov
26c9889c6b
Fix for incorrect line drawing beyond 32768 row or column
8 years ago
StevenPuttemans
947f32d2e0
add border replicate note
8 years ago
Graham Fyffe
57be99ff18
Added getLeadingEdges function to subdivision2d
8 years ago
catree
2dd77f886a
Fix dead link for hit or miss documentation.
8 years ago
sourin
a34fbf7bb1
Fixed identifiers warns
8 years ago
anirudt
2879eada25
docs: truncated commit msg
8 years ago
anirudt
06e0fb25e9
docs: adds doxygen @note for python in docs related to contour moments
9 years ago
Pavel Rojtberg
cfcf8abbb6
doxygen: imgproc - underscores should not be escaped in texttt
9 years ago
Pavel Rojtberg
62cabb58a9
doxygen: undistortPoints - replace matlab code by latex forumlae
9 years ago
anirudt
6825375694
docs: adds note for python in docs related to moments
9 years ago
Vadim Pisarevsky
5ddd25313f
Add Grana's connected components algorithm for 8-way connectivity. ( #6823 )
...
* Add Grana's connected components algorithm for 8-way connectivity. That algorithm is faster than Wu's one (currently implemented in opencv). For more details see https://github.com/prittt/YACCLAB .
* New functions signature and distance transform compatibility
* Add tests to imgproc/test/test_connectedcomponents.cpp
* Change of test_connectedcomponents.cpp for c++98 support
9 years ago
Suleyman TURKMEN
fcc28fecb6
Make Up
9 years ago
PkLab.net
4b099e8ade
Fix rho,phi exchange and amend linearPolar & logPolar docs with details and pics.
9 years ago
Alexander Alekhin
460b1dc2fa
imgproc: Canny with custom gradient
9 years ago
Vladislav Vinogradov
1c8b1b2d2b
add note about "maxCorners <= 0" case in goodFeaturesToTrack
9 years ago
Sergei Nosov
dce310e03c
provide better error messages
9 years ago
Suleyman TURKMEN
abab67b574
Update imgproc.hpp
...
update documentation of calcBackProject() calcHist() compareHist()
9 years ago
Maksim Shabunin
5877debb6f
HAL resize, warpAffine, warpPerspective interface
...
- added HAL documentation support
- added documentation to HAL replacement interface
- updated several HAL functions in imgproc module
9 years ago
Leonid Volnitsky
bebab8d647
fix: 6149 (through CV_Error on wrong image type)
9 years ago
Elad Joseph
238b47dfce
Added param documentation
...
Added param description to remove doxygen warning
9 years ago
Elad Joseph
2234016a22
Added Subdiv2D class documentation
...
Added documentation to the Subdiv2D documentation, based on the previous
C API.
9 years ago
Rahul Chhabra
232f564011
Update imgproc.hpp
...
In reference to Issue #6110 , the order of markerType and color is changed.
9 years ago
Thomas Dunker
6882c10b45
Extension of the camera distortion model for tilted image sensors (Scheimpflug condition) including test
9 years ago
Keita Kita
1621043bd2
Add documentation about detail of image type
...
connectedComponents and connectedComponentsWithStats in
imgproc accept 8-bit single channel image only for input.
9 years ago
Suleyman TURKMEN
51e687f7a9
Update imgproc.hpp
9 years ago
Lorena García
33f77774c5
Hit&Miss morphological operation
9 years ago
StevenPuttemans
587dca9b1c
adding markers to OpenCV
9 years ago
a-andre
a14e524b32
fix documentation builder warnings
9 years ago
Philip Salvaggio
fcf971bded
Improved documentation for connectedComponentsWithStats.
10 years ago
Suleyman TURKMEN
f660461bb3
documentation patch
10 years ago
Lorena García
9d01818e8a
Small update of Colormap documentation
...
Small change in documentation: http://docs.opencv.org/master/d3/d50/group__imgproc__colormap.html#gga9a805d8262bcbe273f16be9ea2055a65a5d4a709cda1130bfa3cc4b4c5ae8f82a&gsc.tab=0
In the enum images, the "parula" colormap has wrongly assigned subtitle 'hot'
10 years ago