ImageGear .NET - Updated
Preprocessing Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecognition Class : Preprocessing Property
Gets access to preprocessing settings.
Syntax
'Declaration
 
Public ReadOnly Property Preprocessing As ImGearRecPreprocessingSettings
'Usage
 
Dim instance As ImGearRecognition
Dim value As ImGearRecPreprocessingSettings
 
value = instance.Preprocessing
public ImGearRecPreprocessingSettings Preprocessing {get;}
public: __property ImGearRecPreprocessingSettings* get_Preprocessing();
public:
property ImGearRecPreprocessingSettings^ Preprocessing {
   ImGearRecPreprocessingSettings^ get();
}

Property Value

ImGearRecPreprocessingSettings class object.
Remarks
These settings can be used to control how the Recognition engine performs preprocessing on images prior to performing recognition.
See Also

Reference

ImGearRecognition Class
ImGearRecognition Members
ImGearRecPreprocessingSettings Class