public static class opencv_stitching.ProjectorBase extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_stitching.ProjectorBase() |
opencv_stitching.ProjectorBase(int size) |
opencv_stitching.ProjectorBase(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
FloatPointer |
k_rinv() |
float |
k_rinv(int i) |
opencv_stitching.ProjectorBase |
k_rinv(int i,
float k_rinv) |
FloatPointer |
k() |
float |
k(int i) |
opencv_stitching.ProjectorBase |
k(int i,
float k) |
opencv_stitching.ProjectorBase |
position(int position) |
FloatPointer |
r_kinv() |
float |
r_kinv(int i) |
opencv_stitching.ProjectorBase |
r_kinv(int i,
float r_kinv) |
FloatPointer |
rinv() |
float |
rinv(int i) |
opencv_stitching.ProjectorBase |
rinv(int i,
float rinv) |
float |
scale() |
opencv_stitching.ProjectorBase |
scale(float scale) |
void |
setCameraParams() |
void |
setCameraParams(opencv_core.Mat K,
opencv_core.Mat R,
opencv_core.Mat T) |
FloatPointer |
t() |
float |
t(int i) |
opencv_stitching.ProjectorBase |
t(int i,
float 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.ProjectorBase()
public opencv_stitching.ProjectorBase(int size)
public opencv_stitching.ProjectorBase(Pointer p)
public opencv_stitching.ProjectorBase position(int position)
public void setCameraParams(opencv_core.Mat K, opencv_core.Mat R, opencv_core.Mat T)
public void setCameraParams()
public float scale()
public opencv_stitching.ProjectorBase scale(float scale)
public float k(int i)
public opencv_stitching.ProjectorBase k(int i, float k)
public FloatPointer k()
public float rinv(int i)
public opencv_stitching.ProjectorBase rinv(int i, float rinv)
public FloatPointer rinv()
public float r_kinv(int i)
public opencv_stitching.ProjectorBase r_kinv(int i, float r_kinv)
public FloatPointer r_kinv()
public float k_rinv(int i)
public opencv_stitching.ProjectorBase k_rinv(int i, float k_rinv)
public FloatPointer k_rinv()
public float t(int i)
public opencv_stitching.ProjectorBase t(int i, float t)
public FloatPointer t()
Copyright © 2014. All Rights Reserved.