@Namespace(value="cv::detail") @NoOffset @Properties(inherit=opencv_stitching.class) public class BundleAdjusterBase extends Estimator
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
BundleAdjusterBase(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
double |
confThresh() |
Mat |
refinementMask() |
void |
setConfThresh(double conf_thresh) |
void |
setRefinementMask(Mat mask) |
void |
setTermCriteria(TermCriteria term_criteria) |
TermCriteria |
termCriteria() |
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, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public BundleAdjusterBase(Pointer p)
Pointer.Pointer(Pointer)
.public double confThresh()
public void setConfThresh(double conf_thresh)
@ByVal public TermCriteria termCriteria()
public void setTermCriteria(@Const @ByRef TermCriteria term_criteria)
Copyright © 2020. All rights reserved.