Click or drag to resize
CalibrateCRF Class
http://www.emgu.com
The base class for camera response calibration algorithms.
Inheritance Hierarchy
SystemObject
  Emgu.CVCalibrateCRF

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public abstract class CalibrateCRF

The CalibrateCRF type exposes the following members.

Constructors
  NameDescription
Protected methodCalibrateCRF
Initializes a new instance of the CalibrateCRF class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodProcess
Recovers inverse camera response.
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Protected field_calibrateCRFPtr
The pointer the the calibrateCRF object
Top
See Also