| Package | Description |
|---|---|
| org.bytedeco.opencv.global | |
| org.bytedeco.opencv.opencv_cudaimgproc |
| Modifier and Type | Method and Description |
|---|---|
static HoughSegmentDetector |
opencv_cudaimgproc.createHoughSegmentDetector(float rho,
float theta,
int minLineLength,
int maxLineGap) |
static HoughSegmentDetector |
opencv_cudaimgproc.createHoughSegmentDetector(float rho,
float theta,
int minLineLength,
int maxLineGap) |
static HoughSegmentDetector |
opencv_cudaimgproc.createHoughSegmentDetector(float rho,
float theta,
int minLineLength,
int maxLineGap,
int maxLines,
int threshold)
\brief Creates implementation for cuda::HoughSegmentDetector .
|
static HoughSegmentDetector |
opencv_cudaimgproc.createHoughSegmentDetector(float rho,
float theta,
int minLineLength,
int maxLineGap,
int maxLines,
int threshold)
\brief Creates implementation for cuda::HoughSegmentDetector .
|
| Modifier and Type | Method and Description |
|---|---|
static Algorithm |
HoughSegmentDetector.asAlgorithm(HoughSegmentDetector pointer) |
static Algorithm |
HoughSegmentDetector.asAlgorithm(HoughSegmentDetector pointer) |
Copyright © 2024. All rights reserved.