CalibrateCRFProcess Method |
http://www.emgu.com
Recovers inverse camera response.
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic void Process(
IInputArray src,
IOutputArray dst,
IInputArray times
)
Public Sub Process (
src As IInputArray,
dst As IOutputArray,
times As IInputArray
)
public:
void Process(
IInputArray^ src,
IOutputArray^ dst,
IInputArray^ times
)
member Process :
src : IInputArray *
dst : IOutputArray *
times : IInputArray -> unit
Parameters
- src
- Type: Emgu.CVIInputArray
Vector of input images - dst
- Type: Emgu.CVIOutputArray
256x1 matrix with inverse camera response function - times
- Type: Emgu.CVIInputArray
Vector of exposure time values for each image
See Also