public static class opencv_stitching.Stitcher extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Modifier and Type | Field and Description |
|---|---|
static int |
ERR_NEED_MORE_IMGS
enum cv::Stitcher::Status
|
static int |
OK
enum cv::Stitcher::Status
|
static int |
ORIG_RESOL
enum cv::Stitcher::
|
| Constructor and Description |
|---|
opencv_stitching.Stitcher() |
opencv_stitching.Stitcher(Pointer p) |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, toString, withDeallocator, zeropublic static final int ORIG_RESOL
public static final int OK
public static final int ERR_NEED_MORE_IMGS
public opencv_stitching.Stitcher()
public opencv_stitching.Stitcher(Pointer p)
public static opencv_stitching.Stitcher createDefault(boolean try_use_gpu)
public static opencv_stitching.Stitcher createDefault()
public double registrationResol()
public void setRegistrationResol(double resol_mpx)
public double seamEstimationResol()
public void setSeamEstimationResol(double resol_mpx)
public double compositingResol()
public void setCompositingResol(double resol_mpx)
public double panoConfidenceThresh()
public void setPanoConfidenceThresh(double conf_thresh)
public boolean waveCorrection()
public void setWaveCorrection(boolean flag)
public int waveCorrectKind()
public void setWaveCorrectKind(int kind)
public opencv_stitching.FeaturesFinder featuresFinder()
public void setFeaturesFinder(opencv_stitching.FeaturesFinder features_finder)
public opencv_stitching.FeaturesMatcher featuresMatcher()
public void setFeaturesMatcher(opencv_stitching.FeaturesMatcher features_matcher)
public opencv_core.Mat matchingMask()
public void setMatchingMask(opencv_core.Mat mask)
public opencv_stitching.BundleAdjusterBase bundleAdjuster()
public void setBundleAdjuster(opencv_stitching.BundleAdjusterBase bundle_adjuster)
public opencv_stitching.WarperCreator warper()
public void setWarper(opencv_stitching.WarperCreator creator)
public opencv_stitching.ExposureCompensator exposureCompensator()
public void setExposureCompensator(opencv_stitching.ExposureCompensator exposure_comp)
public opencv_stitching.SeamFinder seamFinder()
public void setSeamFinder(opencv_stitching.SeamFinder seam_finder)
public opencv_stitching.Blender blender()
public void setBlender(opencv_stitching.Blender b)
public int estimateTransform(opencv_core.Mat images)
public int estimateTransform(opencv_core.Mat images, opencv_core.RectVectorVector rois)
public int composePanorama(opencv_core.Mat pano)
public int composePanorama(opencv_core.Mat images, opencv_core.Mat pano)
public int stitch(opencv_core.Mat images, opencv_core.Mat pano)
public int stitch(opencv_core.Mat images, opencv_core.RectVectorVector rois, opencv_core.Mat pano)
public IntPointer component()
public opencv_stitching.CameraParams cameras()
public double workScale()
Copyright © 2014. All Rights Reserved.