| Package | Description |
|---|---|
| org.bytedeco.opencv.global | |
| org.bytedeco.opencv.opencv_cudaimgproc |
| Modifier and Type | Method and Description |
|---|---|
static CannyEdgeDetector |
opencv_cudaimgproc.createCannyEdgeDetector(double low_thresh,
double high_thresh) |
static CannyEdgeDetector |
opencv_cudaimgproc.createCannyEdgeDetector(double low_thresh,
double high_thresh) |
static CannyEdgeDetector |
opencv_cudaimgproc.createCannyEdgeDetector(double low_thresh,
double high_thresh,
int apperture_size,
boolean L2gradient)
\brief Creates implementation for cuda::CannyEdgeDetector .
|
static CannyEdgeDetector |
opencv_cudaimgproc.createCannyEdgeDetector(double low_thresh,
double high_thresh,
int apperture_size,
boolean L2gradient)
\brief Creates implementation for cuda::CannyEdgeDetector .
|
| Modifier and Type | Method and Description |
|---|---|
static Algorithm |
CannyEdgeDetector.asAlgorithm(CannyEdgeDetector pointer) |
static Algorithm |
CannyEdgeDetector.asAlgorithm(CannyEdgeDetector pointer) |
Copyright © 2024. All rights reserved.