public static class opencv_stitching.CameraParams extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_stitching.CameraParams() |
opencv_stitching.CameraParams(int size) |
opencv_stitching.CameraParams(opencv_stitching.CameraParams other) |
opencv_stitching.CameraParams(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
double |
aspect() |
opencv_stitching.CameraParams |
aspect(double aspect) |
double |
focal() |
opencv_stitching.CameraParams |
focal(double focal) |
opencv_core.Mat |
K() |
opencv_stitching.CameraParams |
position(int position) |
double |
ppx() |
opencv_stitching.CameraParams |
ppx(double ppx) |
double |
ppy() |
opencv_stitching.CameraParams |
ppy(double ppy) |
opencv_stitching.CameraParams |
put(opencv_stitching.CameraParams other) |
opencv_core.Mat |
R() |
opencv_stitching.CameraParams |
R(opencv_core.Mat R) |
opencv_core.Mat |
t() |
opencv_stitching.CameraParams |
t(opencv_core.Mat t) |
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_stitching.CameraParams(Pointer p)
public opencv_stitching.CameraParams(int size)
public opencv_stitching.CameraParams()
public opencv_stitching.CameraParams(opencv_stitching.CameraParams other)
public opencv_stitching.CameraParams position(int position)
public opencv_stitching.CameraParams put(opencv_stitching.CameraParams other)
public opencv_core.Mat K()
public double focal()
public opencv_stitching.CameraParams focal(double focal)
public double aspect()
public opencv_stitching.CameraParams aspect(double aspect)
public double ppx()
public opencv_stitching.CameraParams ppx(double ppx)
public double ppy()
public opencv_stitching.CameraParams ppy(double ppy)
public opencv_core.Mat R()
public opencv_stitching.CameraParams R(opencv_core.Mat R)
public opencv_core.Mat t()
public opencv_stitching.CameraParams t(opencv_core.Mat t)
Copyright © 2014. All Rights Reserved.