@Namespace(value="cv::detail") @NoOffset public static class opencv_stitching.BlocksGainCompensator extends opencv_stitching.ExposureCompensator
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocatorGAIN, GAIN_BLOCKS, NO| Constructor and Description |
|---|
BlocksGainCompensator() |
BlocksGainCompensator(int bl_width,
int bl_height) |
BlocksGainCompensator(long size)
Native array allocator.
|
BlocksGainCompensator(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) |
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, 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, put, realloc, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic BlocksGainCompensator(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)
public 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.ExposureCompensatorCopyright © 2017. All rights reserved.