@Namespace(value="cv::xfeatures2d") @NoOffset @Properties(inherit=opencv_xfeatures2d.class) public class Elliptic_KeyPoint extends KeyPoint
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
Elliptic_KeyPoint() |
Elliptic_KeyPoint(long size)
Native array allocator.
|
Elliptic_KeyPoint(Point2f pt,
float angle,
Size axes,
float size,
float si) |
Elliptic_KeyPoint(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
Size2f |
axes()
the lengths of the major and minor ellipse axes
|
Elliptic_KeyPoint |
axes(Size2f setter) |
Elliptic_KeyPoint |
position(long position) |
float |
si()
the integration scale at which the parameters were estimated
|
Elliptic_KeyPoint |
si(float setter) |
FloatPointer |
transf()
the transformation between image space and local patch space
|
Elliptic_KeyPoint |
transf(FloatPointer setter) |
angle, angle, class_id, class_id, convert, convert, convert, convert, convert, convert, hash, octave, octave, overlap, pt, pt, response, response, size, size
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public Elliptic_KeyPoint(Pointer p)
Pointer.Pointer(Pointer)
.public Elliptic_KeyPoint(long size)
Pointer.position(long)
.public Elliptic_KeyPoint()
public Elliptic_KeyPoint position(long position)
public Elliptic_KeyPoint axes(Size2f setter)
public float si()
public Elliptic_KeyPoint si(float setter)
@ByRef @Cast(value="cv::Matx23f*") public FloatPointer transf()
public Elliptic_KeyPoint transf(FloatPointer setter)
Copyright © 2020. All rights reserved.