public class CalibrateCRF extends Algorithm
Modifier | Constructor and Description |
---|---|
protected |
CalibrateCRF(long addr) |
Modifier and Type | Method and Description |
---|---|
static CalibrateCRF |
__fromPtr__(long addr) |
protected void |
finalize() |
void |
process(List<Mat> src,
Mat dst,
Mat times)
Recovers inverse camera response.
|
clear, empty, getDefaultName, getNativeObjAddr, save
public static CalibrateCRF __fromPtr__(long addr)
public void process(List<Mat> src, Mat dst, Mat times)
src
- vector of input imagesdst
- 256x1 matrix with inverse camera response functiontimes
- vector of exposure time values for each imageGenerated on Wed Oct 9 2019 23:24:43 UTC / OpenCV 4.1.2