Accord.Imaging.Tools.ToDoubleMatrix C# (CSharp) Method

ToDoubleMatrix() private method

private ToDoubleMatrix ( this image, int channel ) : ].double[
image this
channel int
return ].double[
        public static double[,] ToDoubleMatrix(this Bitmap image, int channel)
        {
            return ToDoubleMatrix(image, channel, -1, 1);
        }

Same methods

Tools::ToDoubleMatrix ( this image, int channel, double min, double max ) : ].double[