| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
opencv_xfeatures2d.Elliptic_KeyPoint |
opencv_xfeatures2d.Elliptic_KeyPoint.axes(opencv_core.Size2f axes) |
opencv_xfeatures2d.Elliptic_KeyPoint |
opencv_xfeatures2d.Elliptic_KeyPoint.position(long position) |
opencv_xfeatures2d.Elliptic_KeyPoint |
opencv_xfeatures2d.Elliptic_KeyPoint.si(float si) |
opencv_xfeatures2d.Elliptic_KeyPoint |
opencv_xfeatures2d.Elliptic_KeyPoint.transf(org.bytedeco.javacpp.FloatPointer transf) |
| Modifier and Type | Method and Description |
|---|---|
void |
opencv_xfeatures2d.AffineFeature2D.detect(opencv_core.GpuMat image,
opencv_xfeatures2d.Elliptic_KeyPoint keypoints) |
void |
opencv_xfeatures2d.AffineFeature2D.detect(opencv_core.GpuMat image,
opencv_xfeatures2d.Elliptic_KeyPoint keypoints,
opencv_core.GpuMat mask) |
void |
opencv_xfeatures2d.AffineFeature2D.detect(opencv_core.Mat image,
opencv_xfeatures2d.Elliptic_KeyPoint keypoints) |
void |
opencv_xfeatures2d.AffineFeature2D.detect(opencv_core.Mat image,
opencv_xfeatures2d.Elliptic_KeyPoint keypoints,
opencv_core.Mat mask)
\brief Detects keypoints in the image using the wrapped detector and
performs affine adaptation to augment them with their elliptic regions.
|
void |
opencv_xfeatures2d.AffineFeature2D.detect(opencv_core.UMat image,
opencv_xfeatures2d.Elliptic_KeyPoint keypoints) |
void |
opencv_xfeatures2d.AffineFeature2D.detect(opencv_core.UMat image,
opencv_xfeatures2d.Elliptic_KeyPoint keypoints,
opencv_core.UMat mask) |
void |
opencv_xfeatures2d.AffineFeature2D.detectAndCompute(opencv_core.GpuMat image,
opencv_core.GpuMat mask,
opencv_xfeatures2d.Elliptic_KeyPoint keypoints,
opencv_core.GpuMat descriptors) |
void |
opencv_xfeatures2d.AffineFeature2D.detectAndCompute(opencv_core.GpuMat image,
opencv_core.GpuMat mask,
opencv_xfeatures2d.Elliptic_KeyPoint keypoints,
opencv_core.GpuMat descriptors,
boolean useProvidedKeypoints) |
void |
opencv_xfeatures2d.AffineFeature2D.detectAndCompute(opencv_core.Mat image,
opencv_core.Mat mask,
opencv_xfeatures2d.Elliptic_KeyPoint keypoints,
opencv_core.Mat descriptors) |
void |
opencv_xfeatures2d.AffineFeature2D.detectAndCompute(opencv_core.Mat image,
opencv_core.Mat mask,
opencv_xfeatures2d.Elliptic_KeyPoint keypoints,
opencv_core.Mat descriptors,
boolean useProvidedKeypoints)
\brief Detects keypoints and computes descriptors for their surrounding
regions, after warping them into circles.
|
void |
opencv_xfeatures2d.AffineFeature2D.detectAndCompute(opencv_core.UMat image,
opencv_core.UMat mask,
opencv_xfeatures2d.Elliptic_KeyPoint keypoints,
opencv_core.UMat descriptors) |
void |
opencv_xfeatures2d.AffineFeature2D.detectAndCompute(opencv_core.UMat image,
opencv_core.UMat mask,
opencv_xfeatures2d.Elliptic_KeyPoint keypoints,
opencv_core.UMat descriptors,
boolean useProvidedKeypoints) |
Copyright © 2018. All rights reserved.