@Namespace(value="cv::detail") @Properties(inherit=opencv_stitching.class) public class FisheyeProjector extends ProjectorBase
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
FisheyeProjector()
Default native constructor.
|
FisheyeProjector(long size)
Native array allocator.
|
FisheyeProjector(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
mapBackward(float u,
float v,
float[] x,
float[] y) |
void |
mapBackward(float u,
float v,
FloatBuffer x,
FloatBuffer y) |
void |
mapBackward(float u,
float v,
FloatPointer x,
FloatPointer y) |
void |
mapForward(float x,
float y,
float[] u,
float[] v) |
void |
mapForward(float x,
float y,
FloatBuffer u,
FloatBuffer v) |
void |
mapForward(float x,
float y,
FloatPointer u,
FloatPointer v) |
FisheyeProjector |
position(long position) |
k_rinv, k_rinv, k_rinv, k, k, k, r_kinv, r_kinv, r_kinv, rinv, rinv, rinv, scale, scale, setCameraParams, setCameraParams, setCameraParams, setCameraParams, t, t, t
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 FisheyeProjector()
public FisheyeProjector(long size)
Pointer.position(long)
.public FisheyeProjector(Pointer p)
Pointer.Pointer(Pointer)
.public FisheyeProjector position(long position)
position
in class ProjectorBase
public void mapForward(float x, float y, @ByRef FloatPointer u, @ByRef FloatPointer v)
public void mapForward(float x, float y, @ByRef FloatBuffer u, @ByRef FloatBuffer v)
public void mapBackward(float u, float v, @ByRef FloatPointer x, @ByRef FloatPointer y)
public void mapBackward(float u, float v, @ByRef FloatBuffer x, @ByRef FloatBuffer y)
Copyright © 2020. All rights reserved.