http://www.emgu.com
Resampling using pixel area relation. It is the preferred method for image decimation that gives moire-free results. In case of zooming it is similar to CV_INTER_NN method
Namespace:
Emgu.CV.CvEnum
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntaxpublic const Inter Cubic = 2
Public Const Cubic As Inter = 2
public:
literal Inter^ Cubic = 2
static val mutable Cubic: Inter
Field Value
Type:
Inter
See Also