示例#1
0
        private void ShowConvolution(Convolution2D conv)
        {
            byte[][] colors = Convolutions.GetColors(conv, ConvolutionResultNegPosColoring.BlackWhite);

            _image.Source = UtilityWPF.GetBitmap(colors, conv.Width, conv.Height);
        }