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

RawMoments() public method

Initializes a new instance of the Moments class.
public RawMoments ( Bitmap image, Rectangle area, int order = DefaultOrder ) : System
image System.Drawing.Bitmap
area System.Drawing.Rectangle
order int
return System
        public RawMoments(Bitmap image, Rectangle area, int order = DefaultOrder)
            : base(order)
        {
            Compute(image, area);
        }

Same methods

RawMoments::RawMoments ( Bitmap image, int order = DefaultOrder ) : System
RawMoments::RawMoments ( UnmanagedImage image, Rectangle area, int order = DefaultOrder ) : System
RawMoments::RawMoments ( UnmanagedImage image, int order = DefaultOrder ) : System
RawMoments::RawMoments ( float image, Rectangle area, int order = DefaultOrder ) : System
RawMoments::RawMoments ( float image, int order = DefaultOrder ) : System
RawMoments::RawMoments ( int order = DefaultOrder ) : System