![]() |
OpenCV
3.2.0
Open Source Computer Vision
|
Modules | |
| Image Filtering | |
| Imgproc_transform | |
| Imgproc_misc | |
| Imgproc_shape | |
| Imgproc_subdiv2d | |
| Imgproc_feature | |
| Imgproc_motion | |
| Imgproc_hist | |
| Imgproc_object | |
| Imgproc_colormap | |
| Imgproc_draw | |
Classes | |
| class | cv::CLAHE |
| class | cv::GeneralizedHough |
| finds arbitrary template in the grayscale image using Generalized Hough Transform More... | |
| class | cv::GeneralizedHoughBallard |
| class | cv::GeneralizedHoughGuil |
Enumerations | |
| enum | cv::HoughModes { cv::HOUGH_STANDARD = 0, cv::HOUGH_PROBABILISTIC = 1, cv::HOUGH_MULTI_SCALE = 2, cv::HOUGH_GRADIENT = 3 } |
| Variants of a Hough transform. More... | |
Functions | |
| void | cv::blendLinear (InputArray src1, InputArray src2, InputArray weights1, InputArray weights2, OutputArray dst) |
| Performs linear blending of two images. More... | |
| Ptr< CLAHE > | cv::createCLAHE (double clipLimit=40.0, Size tileGridSize=Size(8, 8)) |
| Ptr< GeneralizedHoughBallard > | cv::createGeneralizedHoughBallard () |
| Ptr< GeneralizedHoughGuil > | cv::createGeneralizedHoughGuil () |
| void | cv::demosaicing (InputArray _src, OutputArray _dst, int code, int dcn=0) |
| enum cv::HoughModes |
Variants of a Hough transform.
| void cv::blendLinear | ( | InputArray | src1, |
| InputArray | src2, | ||
| InputArray | weights1, | ||
| InputArray | weights2, | ||
| OutputArray | dst | ||
| ) |
Performs linear blending of two images.
| Ptr<GeneralizedHoughBallard> cv::createGeneralizedHoughBallard | ( | ) |
Ballard, D.H. (1981). Generalizing the Hough transform to detect arbitrary shapes. Pattern Recognition 13 (2): 111-122. Detects position only without traslation and rotation
| Ptr<GeneralizedHoughGuil> cv::createGeneralizedHoughGuil | ( | ) |
Guil, N., González-Linares, J.M. and Zapata, E.L. (1999). Bidimensional shape detection using an invariant approach. Pattern Recognition 32 (6): 1025-1038. Detects position, traslation and rotation
| void cv::demosaicing | ( | InputArray | _src, |
| OutputArray | _dst, | ||
| int | code, | ||
| int | dcn = 0 |
||
| ) |
1.8.20