Accord.Tests.Imaging.ImageToMatrixTest.ImageToMatrixConstructorTest1 C# (CSharp) Method

ImageToMatrixConstructorTest1() private method

private ImageToMatrixConstructorTest1 ( ) : void
return void
        public void ImageToMatrixConstructorTest1()
        {
            ImageToMatrix target = new ImageToMatrix();

            Assert.AreEqual(0, target.Min);
            Assert.AreEqual(1, target.Max);
            Assert.AreEqual(0, target.Channel);
        }