@Namespace(value="cv") public static class opencv_photo.AlignExposures extends opencv_core.Algorithm
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
AlignExposures(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
process(opencv_core.MatVector src,
opencv_core.MatVector dst,
opencv_core.Mat times,
opencv_core.Mat response)
\brief Aligns images
|
void |
process(opencv_core.MatVector src,
opencv_core.MatVector dst,
opencv_core.UMat times,
opencv_core.UMat response) |
void |
process(opencv_core.UMatVector src,
opencv_core.MatVector dst,
opencv_core.Mat times,
opencv_core.Mat response) |
void |
process(opencv_core.UMatVector src,
opencv_core.MatVector dst,
opencv_core.UMat times,
opencv_core.UMat response) |
clear, empty, getDefaultName, position, read, save, save, writeaddress, 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 AlignExposures(Pointer p)
Pointer.Pointer(Pointer).public void process(@ByVal opencv_core.MatVector src, @ByRef opencv_core.MatVector dst, @ByVal opencv_core.Mat times, @ByVal opencv_core.Mat response)
src - vector of input imagesdst - vector of aligned imagestimes - vector of exposure time values for each imageresponse - 256x1 matrix with inverse camera response function for each pixel value, it should
have the same number of channels as images.public void process(@ByVal opencv_core.UMatVector src, @ByRef opencv_core.MatVector dst, @ByVal opencv_core.Mat times, @ByVal opencv_core.Mat response)
public void process(@ByVal opencv_core.MatVector src, @ByRef opencv_core.MatVector dst, @ByVal opencv_core.UMat times, @ByVal opencv_core.UMat response)
public void process(@ByVal opencv_core.UMatVector src, @ByRef opencv_core.MatVector dst, @ByVal opencv_core.UMat times, @ByVal opencv_core.UMat response)
Copyright © 2017. All rights reserved.