@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 |
|---|
opencv_stitching.BlocksGainCompensator() |
opencv_stitching.BlocksGainCompensator(int bl_width,
int bl_height) |
opencv_stitching.BlocksGainCompensator(long size)
Native array allocator.
|
opencv_stitching.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 |
feed(opencv_core.PointVector corners,
opencv_core.UMatVector images,
opencv_core.UMatBytePairVector masks)
\overload
|
opencv_stitching.BlocksGainCompensator |
position(long position) |
createDefault, feedaddress, asBuffer, asByteBuffer, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic opencv_stitching.BlocksGainCompensator(Pointer p)
Pointer.Pointer(Pointer).public opencv_stitching.BlocksGainCompensator(long size)
Pointer.position(long).public opencv_stitching.BlocksGainCompensator(int bl_width,
int bl_height)
public opencv_stitching.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 maskCopyright © 2016. All rights reserved.