InterpolationType Enumeration

CVB.Net Documentation
Interpolation to be used when extracting image data for classifier generation.

Namespace:  Stemmer.Cvb.Polimago
Assembly:  Stemmer.Cvb.Polimago (in Stemmer.Cvb.Polimago.dll) Version: 14.0.0.0
Syntax

public enum InterpolationType
Members

  Member nameValueDescription
None0 Image data is (if necessary) extracted without interpolation.
Linear1 Image data is (if necessary) extracted with linear interpolation.
See Also

Reference