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, savepublic 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 imageCopyright © 2020. All rights reserved.