@Namespace(value="cv::detail") public static class opencv_stitching.GainCompensator extends opencv_stitching.ExposureCompensator
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocatorGAIN, GAIN_BLOCKS, NO| Constructor and Description |
|---|
GainCompensator()
Default native constructor.
|
GainCompensator(long size)
Native array allocator.
|
GainCompensator(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
|
DoublePointer |
gains() |
opencv_stitching.GainCompensator |
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 GainCompensator()
public GainCompensator(long size)
Pointer.position(long).public GainCompensator(Pointer p)
Pointer.Pointer(Pointer).public opencv_stitching.GainCompensator 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.ExposureCompensator@StdVector public DoublePointer gains()
Copyright © 2017. All rights reserved.