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