@Namespace(value="cv") public static class opencv_photo.CalibrateCRF extends opencv_core.Algorithm
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_photo.CalibrateCRF(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)
\brief Recovers inverse camera response.
|
clear, empty, getDefaultName, position, read, save, save, writeaddress, asBuffer, asByteBuffer, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, maxBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, position, put, setNull, sizeof, toString, totalBytes, withDeallocator, zeropublic opencv_photo.CalibrateCRF(Pointer p)
Pointer.Pointer(Pointer).public void process(@ByVal opencv_core.MatVector src, @ByVal opencv_core.Mat dst, @ByVal opencv_core.Mat times)
src - vector of input imagesdst - 256x1 matrix with inverse camera response functiontimes - vector of exposure time values for each imageCopyright © 2016. All rights reserved.