PolimagoFactoryCreatedObject Properties

CVB.Net Documentation

The PolimagoFactoryCreatedObject type exposes the following members.

Properties

  NameDescription
Public propertyCorrection
Correction factors in X and Y direction required to rescale the input images for projection onto the retina.
Public propertyFeatureWindowExtent
The feature window extent that has been used during classifier training.
Public propertyFileName
Name of the file the object has been loaded from (or
System.String.Empty
if the object was not loaded).
Public propertyHandle
Native Manto classifier handle.
(Inherited from PolimagoRefCountedObject.)
Public propertyImagePlanes
The plane count of the images that have been used for generating this classifier. Image on which this classifier is to be used will need to have the same plane count.
Public propertyInterpolation
Interpolation setting used for generating this object.
Public propertyIsDisposed
Tests if the native handle has already been disposed.
(Inherited from PolimagoRefCountedObject.)
Public propertyLambda
Regularization value that has been used for generating this object.
Public propertyOffset
Intercept weight that has been used for generating this object.
Public propertyPreprocessing
Preprocessing code with which this object was generated.
Public propertyRetinaSize
Size of the "Retina" in paxels. The retina is the set of paxels onto which the input image is projected using the preprocessing code prior to application/training of the classifier.
Top
See Also

Reference