@Namespace(value="cv::detail")
@NoOffset
public static class opencv_stitching.CameraParams
extends org.bytedeco.javacpp.Pointer
/** \brief Describes camera parameters.
\note Translation is assumed to be zero during the whole stitching pipeline. :
| Constructor and Description |
|---|
CameraParams() |
CameraParams(long size)
Native array allocator.
|
CameraParams(opencv_stitching.CameraParams other) |
CameraParams(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| 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(long 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, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic CameraParams(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public CameraParams(long size)
Pointer.position(long).public CameraParams()
public CameraParams(@Const @ByRef
opencv_stitching.CameraParams other)
public opencv_stitching.CameraParams position(long position)
position in class org.bytedeco.javacpp.Pointer@ByRef @Name(value="operator =") public opencv_stitching.CameraParams put(@Const @ByRef opencv_stitching.CameraParams other)
@ByVal 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)
@ByRef public opencv_core.Mat R()
public opencv_stitching.CameraParams R(opencv_core.Mat R)
@ByRef public opencv_core.Mat t()
public opencv_stitching.CameraParams t(opencv_core.Mat t)
Copyright © 2018. All rights reserved.