@Namespace(value="cv::detail") public static class opencv_stitching.ExposureCompensator extends Pointer
/** \brief Base class for all exposure compensators.
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Modifier and Type | Field and Description |
|---|---|
static int |
GAIN
enum cv::detail::ExposureCompensator::
|
static int |
GAIN_BLOCKS
enum cv::detail::ExposureCompensator::
|
static int |
NO
enum cv::detail::ExposureCompensator::
|
| Constructor and Description |
|---|
ExposureCompensator(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
apply(int index,
opencv_core.Point corner,
opencv_core.Mat image,
opencv_core.Mat mask)
\brief Compensate exposure in the specified image.
|
void |
apply(int index,
opencv_core.Point corner,
opencv_core.UMat image,
opencv_core.UMat mask) |
static opencv_stitching.ExposureCompensator |
createDefault(int type) |
void |
feed(opencv_core.PointVector corners,
opencv_core.UMatVector images,
opencv_core.UMatBytePairVector masks)
\overload
|
void |
feed(opencv_core.PointVector corners,
opencv_core.UMatVector images,
opencv_core.UMatVector masks) |
address, asBuffer, asByteBuffer, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, physicalBytes, position, position, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic static final int NO
public static final int GAIN
public static final int GAIN_BLOCKS
public ExposureCompensator(Pointer p)
Pointer.Pointer(Pointer).@opencv_core.Ptr public static opencv_stitching.ExposureCompensator createDefault(int type)
public void feed(@Const @ByRef opencv_core.PointVector corners, @Const @ByRef opencv_core.UMatVector images, @Const @ByRef opencv_core.UMatVector masks)
corners - Source image top-left cornersimages - Source imagesmasks - Image masks to update (second value in pair specifies the value which should be used
to detect where image is)public void feed(@Const @ByRef opencv_core.PointVector corners, @Const @ByRef opencv_core.UMatVector images, @Const @ByRef opencv_core.UMatBytePairVector masks)
public void apply(int index,
@ByVal
opencv_core.Point corner,
@ByVal
opencv_core.Mat image,
@ByVal
opencv_core.Mat mask)
index - Image indexcorner - Image top-left cornerimage - Image to processmask - Image maskpublic void apply(int index,
@ByVal
opencv_core.Point corner,
@ByVal
opencv_core.UMat image,
@ByVal
opencv_core.UMat mask)
Copyright © 2017. All rights reserved.