public static class opencv_legacy.CvCamera extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_legacy.CvCamera() |
opencv_legacy.CvCamera(int size) |
opencv_legacy.CvCamera(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
FloatPointer |
distortion() |
float |
distortion(int i) |
opencv_legacy.CvCamera |
distortion(int i,
float distortion) |
FloatPointer |
imgSize() |
float |
imgSize(int i) |
opencv_legacy.CvCamera |
imgSize(int i,
float imgSize) |
FloatPointer |
matrix() |
float |
matrix(int i) |
opencv_legacy.CvCamera |
matrix(int i,
float matrix) |
opencv_legacy.CvCamera |
position(int position) |
FloatPointer |
rotMatr() |
float |
rotMatr(int i) |
opencv_legacy.CvCamera |
rotMatr(int i,
float rotMatr) |
FloatPointer |
transVect() |
float |
transVect(int i) |
opencv_legacy.CvCamera |
transVect(int i,
float transVect) |
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.CvCamera()
public opencv_legacy.CvCamera(int size)
public opencv_legacy.CvCamera(Pointer p)
public opencv_legacy.CvCamera position(int position)
public float imgSize(int i)
public opencv_legacy.CvCamera imgSize(int i, float imgSize)
public FloatPointer imgSize()
public float matrix(int i)
public opencv_legacy.CvCamera matrix(int i, float matrix)
public FloatPointer matrix()
public float distortion(int i)
public opencv_legacy.CvCamera distortion(int i, float distortion)
public FloatPointer distortion()
public float rotMatr(int i)
public opencv_legacy.CvCamera rotMatr(int i, float rotMatr)
public FloatPointer rotMatr()
public float transVect(int i)
public opencv_legacy.CvCamera transVect(int i, float transVect)
public FloatPointer transVect()
Copyright © 2014. All Rights Reserved.