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
8 years ago
Suleyman TURKMEN
fcc28fecb6
Make Up
8 years ago
PkLab.net
4b099e8ade
Fix rho,phi exchange and amend linearPolar & logPolar docs with details and pics.
8 years ago
Alexander Alekhin
460b1dc2fa
imgproc: Canny with custom gradient
8 years ago
Vladislav Vinogradov
1c8b1b2d2b
add note about "maxCorners <= 0" case in goodFeaturesToTrack
8 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
5e9192287d
Added HAL cvtColor interface
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
Maksim Shabunin
83379695a0
HAL interface for morphology operations
9 years ago
Leonid Volnitsky
bebab8d647
fix: 6149 (through CV_Error on wrong image type)
9 years ago
Maksim Shabunin
98fff4a601
Added separate hal::SepFilter2D class
9 years ago
Maksim Shabunin
17cd1dac06
HAL Filter2D interface: Updated according to comments
9 years ago
Maksim Shabunin
27abd4d3a3
Filter2D HAL interface
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
Lorena García
252feb4774
Hit and Miss morphological op
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.
9 years ago
Suleyman TURKMEN
f660461bb3
documentation patch
9 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'
9 years ago
a-andre
b757359ff8
fix documentation builder warnings
9 years ago
Seon-Wook Park
6803d1ed28
Support non continuous, BORDER_REPLICATE
...
TODO: HAL-accelerated code
10 years ago
LaurentBerger
ca0114228c
In adaptiveThreshold ADAPTIVE_THRES_GAUSSIAN_C gaussianBlur is computed using float
...
number
10 years ago
LaurentBerger
56b2b450ce
A new constant in adaptivethreshold is created to calculate
...
gaussianBlur with CV_32F. hence rouding error are avoided
10 years ago
Seon-Wook Park
e633c991b0
spatialGradient: Doc, fix dangling newline error
10 years ago
Seon-Wook Park
9f1c641199
spatialGradient: Add test class and Sobel proxy method
10 years ago
Suleyman TURKMEN
caa0058d5b
Update imgproc.hpp
10 years ago
Suleyman TURKMEN
dac715ad1f
Update imgproc.hpp
10 years ago
Suleyman TURKMEN
061131a5ee
Update imgproc.hpp
10 years ago
Dikay900
7ca0557b40
typos in comments
10 years ago
Christian Richardt
6425ac3b13
Added color map similar to Matlab's new default color map 'parula'.
10 years ago
Belev
2200e0fb7e
Fix typo
...
Fixed difference in the given arguments to the ellipse function and the description after that
Fixed two more typos
Replaced unnecessary the with to
10 years ago
Samyak Datta
20efcff166
Added doxygen comments for sqrBoxFilter() method
10 years ago
StevenPuttemans
6902fa6b1c
fix formula getGaussianKernel in docs
10 years ago
StevenPuttemans
7401b02022
fix ellipse fitting notice
10 years ago
karelknoest
b5bd2fd880
Improved documentation and method comment to clarify that LineSegmentDetector::detect method accepts both Vec4i and Vec4f as return vector.
10 years ago
karelknoest
1ded2de2dd
Let LineSegmentDetector output line segment coordinates in float precision, as supported by the LSD algorithm.
10 years ago
Yan Wang
46ed461e22
Add template match with mask.
...
Signed-off-by: Yan Wang <yan.wang@linux.intel.com>
10 years ago
Maksim Shabunin
11591b3e9d
Added Qt help generation support
10 years ago
Maksim Shabunin
c485aee464
Included c-headers for better 2.4 compatibility
10 years ago
Maksim Shabunin
91e21847e2
Some changes to make migration to 3.0 easier
10 years ago
Maksim Shabunin
03e213ccae
Doxygen documentation: BiB references and fixes
10 years ago
Maksim Shabunin
1523fdcc1c
Doxygen documentation: more fixes and cleanups
10 years ago