@Namespace(value="cv") @Properties(inherit=opencv_photo.class) public class CalibrateCRF extends Algorithm
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
CalibrateCRF(Algorithm pointer)
Downcast constructor.
|
CalibrateCRF(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Algorithm |
asAlgorithm() |
static Algorithm |
asAlgorithm(CalibrateCRF pointer) |
void |
process(GpuMatVector src,
GpuMat dst,
GpuMat times) |
void |
process(GpuMatVector src,
Mat dst,
Mat times) |
void |
process(GpuMatVector src,
UMat dst,
UMat times) |
void |
process(MatVector src,
GpuMat dst,
GpuMat times) |
void |
process(MatVector src,
Mat dst,
Mat times)
\brief Recovers inverse camera response.
|
void |
process(MatVector src,
UMat dst,
UMat times) |
void |
process(UMatVector src,
GpuMat dst,
GpuMat times) |
void |
process(UMatVector src,
Mat dst,
Mat times) |
void |
process(UMatVector src,
UMat dst,
UMat times) |
clear, empty, getDefaultName, getPointer, position, read, save, save, write, write, writeaddress, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic CalibrateCRF(Pointer p)
Pointer(Pointer).public CalibrateCRF(Algorithm pointer)
public Algorithm asAlgorithm()
asAlgorithm in class Algorithm@Namespace @Name(value="static_cast<cv::Algorithm*>") public static Algorithm asAlgorithm(CalibrateCRF pointer)
public void process(@ByVal MatVector src, @ByVal Mat dst, @ByVal Mat times)
src - vector of input imagesdst - 256x1 matrix with inverse camera response functiontimes - vector of exposure time values for each imageCopyright © 2024. All rights reserved.