@NoOffset @Properties(inherit=opencv_calib3d.class) public class CvLevMarq extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Modifier and Type | Field and Description |
---|---|
static int |
CALC_J
enum CvLevMarq::
|
static int |
CHECK_ERR
enum CvLevMarq::
|
static int |
DONE
enum CvLevMarq::
|
static int |
STARTED
enum CvLevMarq::
|
Constructor and Description |
---|
CvLevMarq() |
CvLevMarq(int nparams,
int nerrs) |
CvLevMarq(int nparams,
int nerrs,
CvTermCriteria criteria,
boolean completeSymmFlag) |
CvLevMarq(long size)
Native array allocator.
|
CvLevMarq(Pointer p)
Pointer cast constructor.
|
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 static final int DONE
public static final int STARTED
public static final int CALC_J
public static final int CHECK_ERR
public CvLevMarq(Pointer p)
Pointer.Pointer(Pointer)
.public CvLevMarq(long size)
Pointer.position(long)
.public CvLevMarq()
public CvLevMarq(int nparams, int nerrs, @ByVal(nullValue="CvTermCriteria(cvTermCriteria(CV_TERMCRIT_EPS+CV_TERMCRIT_ITER,30,DBL_EPSILON))") CvTermCriteria criteria, @Cast(value="bool") boolean completeSymmFlag)
public CvLevMarq(int nparams, int nerrs)
public void init(int nparams, int nerrs, @ByVal(nullValue="CvTermCriteria(cvTermCriteria(CV_TERMCRIT_EPS+CV_TERMCRIT_ITER,30,DBL_EPSILON))") CvTermCriteria criteria, @Cast(value="bool") boolean completeSymmFlag)
public void init(int nparams, int nerrs)
@Cast(value="bool") public boolean update(@Const @ByPtrRef CvMat param, @ByPtrRef CvMat J, @ByPtrRef CvMat err)
@Cast(value="bool") public boolean updateAlt(@Const @ByPtrRef CvMat param, @ByPtrRef CvMat JtJ, @ByPtrRef CvMat JtErr, @ByPtrRef DoublePointer errNorm)
@Cast(value="bool") public boolean updateAlt(@Const @ByPtrRef CvMat param, @ByPtrRef CvMat JtJ, @ByPtrRef CvMat JtErr, @ByPtrRef DoubleBuffer errNorm)
@Cast(value="bool") public boolean updateAlt(@Const @ByPtrRef CvMat param, @ByPtrRef CvMat JtJ, @ByPtrRef CvMat JtErr, @ByPtrRef double[] errNorm)
public void clear()
public void step()
@opencv_core.Ptr public CvMat mask()
@opencv_core.Ptr public CvMat prevParam()
@opencv_core.Ptr public CvMat param()
@opencv_core.Ptr public CvMat J()
@opencv_core.Ptr public CvMat err()
@opencv_core.Ptr public CvMat JtJ()
@opencv_core.Ptr public CvMat JtJN()
@opencv_core.Ptr public CvMat JtErr()
@opencv_core.Ptr public CvMat JtJV()
@opencv_core.Ptr public CvMat JtJW()
public double prevErrNorm()
public CvLevMarq prevErrNorm(double setter)
public double errNorm()
public CvLevMarq errNorm(double setter)
public int lambdaLg10()
public CvLevMarq lambdaLg10(int setter)
@ByRef public CvTermCriteria criteria()
public CvLevMarq criteria(CvTermCriteria setter)
public int state()
public CvLevMarq state(int setter)
public int iters()
public CvLevMarq iters(int setter)
public CvLevMarq completeSymmFlag(boolean setter)
public int solveMethod()
public CvLevMarq solveMethod(int setter)
Copyright © 2020. All rights reserved.