@Namespace(value="cv::detail")
public static class opencv_stitching.ExposureCompensator
extends org.bytedeco.javacpp.Pointer
/** \brief Base class for all exposure compensators.
| 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(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
apply(int index,
opencv_core.Point corner,
opencv_core.GpuMat image,
opencv_core.GpuMat mask) |
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, 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 static final int NO
public static final int GAIN
public static final int GAIN_BLOCKS
public ExposureCompensator(org.bytedeco.javacpp.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)
public void apply(int index,
@ByVal
opencv_core.Point corner,
@ByVal
opencv_core.GpuMat image,
@ByVal
opencv_core.GpuMat mask)
Copyright © 2018. All rights reserved.