public static class opencv_legacy.Cv3dTrackerCameraIntrinsics extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_legacy.Cv3dTrackerCameraIntrinsics() |
opencv_legacy.Cv3dTrackerCameraIntrinsics(int size) |
opencv_legacy.Cv3dTrackerCameraIntrinsics(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
FloatPointer |
distortion() |
float |
distortion(int i) |
opencv_legacy.Cv3dTrackerCameraIntrinsics |
distortion(int i,
float distortion) |
FloatPointer |
focal_length() |
float |
focal_length(int i) |
opencv_legacy.Cv3dTrackerCameraIntrinsics |
focal_length(int i,
float focal_length) |
opencv_legacy.Cv3dTrackerCameraIntrinsics |
position(int position) |
opencv_core.CvPoint2D32f |
principal_point() |
opencv_legacy.Cv3dTrackerCameraIntrinsics |
principal_point(opencv_core.CvPoint2D32f principal_point) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_legacy.Cv3dTrackerCameraIntrinsics()
public opencv_legacy.Cv3dTrackerCameraIntrinsics(int size)
public opencv_legacy.Cv3dTrackerCameraIntrinsics(Pointer p)
public opencv_legacy.Cv3dTrackerCameraIntrinsics position(int position)
public opencv_core.CvPoint2D32f principal_point()
public opencv_legacy.Cv3dTrackerCameraIntrinsics principal_point(opencv_core.CvPoint2D32f principal_point)
public float focal_length(int i)
public opencv_legacy.Cv3dTrackerCameraIntrinsics focal_length(int i, float focal_length)
public FloatPointer focal_length()
public float distortion(int i)
public opencv_legacy.Cv3dTrackerCameraIntrinsics distortion(int i, float distortion)
public FloatPointer distortion()
Copyright © 2014. All Rights Reserved.