@Namespace(value="cv::xfeatures2d") public static class opencv_xfeatures2d.VGG extends opencv_features2d.Feature2D
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Modifier and Type | Field and Description |
|---|---|
static int |
VGG_120
enum cv::xfeatures2d::VGG::
|
static int |
VGG_48
enum cv::xfeatures2d::VGG::
|
static int |
VGG_64
enum cv::xfeatures2d::VGG::
|
static int |
VGG_80
enum cv::xfeatures2d::VGG::
|
| Constructor and Description |
|---|
VGG(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
compute(opencv_core.Mat image,
opencv_core.KeyPointVector keypoints,
opencv_core.Mat descriptors)
\brief Computes the descriptors for a set of keypoints detected in an image (first variant) or image set
(second variant).
|
void |
compute(opencv_core.UMat image,
opencv_core.KeyPointVector keypoints,
opencv_core.UMat descriptors) |
static opencv_xfeatures2d.VGG |
create() |
static opencv_xfeatures2d.VGG |
create(int desc,
float isigma,
boolean img_normalize,
boolean use_scale_orientation,
float scale_factor,
boolean dsc_normalize) |
compute, compute, defaultNorm, descriptorSize, descriptorType, detect, detect, detect, detect, detect, detect, detect, detect, detectAndCompute, detectAndCompute, detectAndCompute, detectAndCompute, empty, position, read, read, read, write, write, writeclear, getDefaultName, save, saveaddress, asBuffer, asByteBuffer, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic static final int VGG_120
public static final int VGG_80
public static final int VGG_64
public static final int VGG_48
public VGG(Pointer p)
Pointer.Pointer(Pointer).@opencv_core.Ptr public static opencv_xfeatures2d.VGG create(int desc, float isigma, @Cast(value="bool") boolean img_normalize, @Cast(value="bool") boolean use_scale_orientation, float scale_factor, @Cast(value="bool") boolean dsc_normalize)
@opencv_core.Ptr public static opencv_xfeatures2d.VGG create()
public void compute(@ByVal opencv_core.Mat image, @ByRef opencv_core.KeyPointVector keypoints, @ByVal opencv_core.Mat descriptors)
opencv_features2d.Feature2Dcompute in class opencv_features2d.Feature2Dimage - image to extract descriptorskeypoints - of interest within imagedescriptors - resulted descriptors arraypublic void compute(@ByVal opencv_core.UMat image, @ByRef opencv_core.KeyPointVector keypoints, @ByVal opencv_core.UMat descriptors)
compute in class opencv_features2d.Feature2DCopyright © 2017. All rights reserved.