@Namespace(value="cv::detail") @NoOffset public static class opencv_stitching.BlocksGainCompensator extends opencv_stitching.ExposureCompensator
GAIN, GAIN_BLOCKS, NO| Constructor and Description |
|---|
BlocksGainCompensator() |
BlocksGainCompensator(int bl_width,
int bl_height) |
BlocksGainCompensator(long size)
Native array allocator.
|
BlocksGainCompensator(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) |
void |
feed(opencv_core.PointVector corners,
opencv_core.UMatVector images,
opencv_core.UMatBytePairVector masks)
\overload
|
opencv_stitching.BlocksGainCompensator |
position(long position) |
createDefault, feedaddress, 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, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic BlocksGainCompensator(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public BlocksGainCompensator(long size)
Pointer.position(long).public BlocksGainCompensator(int bl_width,
int bl_height)
public BlocksGainCompensator()
public opencv_stitching.BlocksGainCompensator position(long position)
position in class org.bytedeco.javacpp.Pointerpublic void feed(@Const @ByRef
opencv_core.PointVector corners,
@Const @ByRef
opencv_core.UMatVector images,
@Const @ByRef
opencv_core.UMatBytePairVector masks)
opencv_stitching.ExposureCompensatorfeed in class opencv_stitching.ExposureCompensatorpublic void apply(int index,
@ByVal
opencv_core.Point corner,
@ByVal
opencv_core.Mat image,
@ByVal
opencv_core.Mat mask)
opencv_stitching.ExposureCompensatorapply in class opencv_stitching.ExposureCompensatorindex - 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)
apply in class opencv_stitching.ExposureCompensatorpublic void apply(int index,
@ByVal
opencv_core.Point corner,
@ByVal
opencv_core.GpuMat image,
@ByVal
opencv_core.GpuMat mask)
apply in class opencv_stitching.ExposureCompensatorCopyright © 2018. All rights reserved.