Курсовая работа: Програма обробки зображень

#region IKernel Members

public int[,] Kernel

{

get

{

return new int[,]

{ { 0, 0, 0, 0, 0},

{0, 0, 0, 0, 0},

{0, 0, 0, 0, 0},

{0, 0, 0, 0, 0},

{0, 0, 0, 0, 0}};

}

}

public string Text

{

get { return "Произвольный"; }

}

#endregion

}

}

Program.cs

using System;

using System.Collections.Generic;

using System.Windows.Forms;

namespace Kursach

{

static class Program

{

/// <summary>

К-во Просмотров: 679
Бесплатно скачать Курсовая работа: Програма обробки зображень