@Namespace(value="cv::detail") @NoOffset public static class opencv_stitching.BundleAdjusterBase extends opencv_stitching.Estimator
| Constructor and Description |
|---|
BundleAdjusterBase(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
confThresh() |
opencv_core.Mat |
refinementMask() |
void |
setConfThresh(double conf_thresh) |
void |
setRefinementMask(opencv_core.Mat mask) |
void |
setTermCriteria(opencv_core.TermCriteria term_criteria) |
opencv_core.TermCriteria |
termCriteria() |
applyaddress, 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, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic BundleAdjusterBase(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).@Const @ByVal public opencv_core.Mat refinementMask()
public void setRefinementMask(@Const @ByRef
opencv_core.Mat mask)
public double confThresh()
public void setConfThresh(double conf_thresh)
@ByVal public opencv_core.TermCriteria termCriteria()
public void setTermCriteria(@Const @ByRef
opencv_core.TermCriteria term_criteria)
Copyright © 2018. All rights reserved.