Accord.Imaging.Moments.HuMoments.HuMoments C# (CSharp) Method

HuMoments() public method

Initializes a new instance of the HuMoments class.
public HuMoments ( Bitmap image, int order = defaultOrder ) : System
image System.Drawing.Bitmap The image whose moments should be computed.
order int The maximum moment order to be computed.
return System
        public HuMoments(Bitmap image, int order = defaultOrder)
            : base(image, order) { }

Same methods

HuMoments::HuMoments ( float image, int order = defaultOrder ) : System
HuMoments::HuMoments ( int order = defaultOrder ) : System