@Namespace(value="cv") public static class opencv_photo.MergeRobertson extends opencv_photo.MergeExposures
For more information see \cite RB99 .
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
MergeRobertson(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
process(opencv_core.MatVector src,
opencv_core.Mat dst,
opencv_core.Mat times) |
void |
process(opencv_core.MatVector src,
opencv_core.Mat dst,
opencv_core.Mat times,
opencv_core.Mat response)
\brief Merges images.
|
void |
process(opencv_core.MatVector src,
opencv_core.UMat dst,
opencv_core.UMat times) |
void |
process(opencv_core.MatVector src,
opencv_core.UMat dst,
opencv_core.UMat times,
opencv_core.UMat response) |
void |
process(opencv_core.UMatVector src,
opencv_core.Mat dst,
opencv_core.Mat times) |
void |
process(opencv_core.UMatVector src,
opencv_core.Mat dst,
opencv_core.Mat times,
opencv_core.Mat response) |
void |
process(opencv_core.UMatVector src,
opencv_core.UMat dst,
opencv_core.UMat times) |
void |
process(opencv_core.UMatVector src,
opencv_core.UMat 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 MergeRobertson(Pointer p)
Pointer.Pointer(Pointer).public void process(@ByVal opencv_core.MatVector src, @ByVal opencv_core.Mat dst, @ByVal opencv_core.Mat times, @ByVal opencv_core.Mat response)
opencv_photo.MergeExposuresprocess in class opencv_photo.MergeExposuressrc - vector of input imagesdst - result imagetimes - 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, @ByVal opencv_core.Mat dst, @ByVal opencv_core.Mat times, @ByVal opencv_core.Mat response)
process in class opencv_photo.MergeExposurespublic void process(@ByVal opencv_core.MatVector src, @ByVal opencv_core.UMat dst, @ByVal opencv_core.UMat times, @ByVal opencv_core.UMat response)
process in class opencv_photo.MergeExposurespublic void process(@ByVal opencv_core.UMatVector src, @ByVal opencv_core.UMat dst, @ByVal opencv_core.UMat times, @ByVal opencv_core.UMat response)
process in class opencv_photo.MergeExposurespublic void process(@ByVal opencv_core.MatVector src, @ByVal opencv_core.Mat dst, @ByVal opencv_core.Mat times)
public void process(@ByVal opencv_core.UMatVector src, @ByVal opencv_core.Mat dst, @ByVal opencv_core.Mat times)
public void process(@ByVal opencv_core.MatVector src, @ByVal opencv_core.UMat dst, @ByVal opencv_core.UMat times)
public void process(@ByVal opencv_core.UMatVector src, @ByVal opencv_core.UMat dst, @ByVal opencv_core.UMat times)
Copyright © 2017. All rights reserved.