| CalibrateCRFProcess Method |
Recovers inverse camera response.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public virtual void Process(
IEnumerable<Mat> src,
OutputArray dst,
IEnumerable<float> times
)
Public Overridable Sub Process (
src As IEnumerable(Of Mat),
dst As OutputArray,
times As IEnumerable(Of Single)
)
public:
virtual void Process(
IEnumerable<Mat^>^ src,
OutputArray^ dst,
IEnumerable<float>^ times
)
abstract Process :
src : IEnumerable<Mat> *
dst : OutputArray *
times : IEnumerable<float32> -> unit
override Process :
src : IEnumerable<Mat> *
dst : OutputArray *
times : IEnumerable<float32> -> unit
Parameters
- src
- Type: System.Collections.GenericIEnumerableMat
vector of input images - dst
- Type: OpenCvSharpOutputArray
256x1 matrix with inverse camera response function - times
- Type: System.Collections.GenericIEnumerableSingle
vector of exposure time values for each image
See Also