Initial commit

This commit is contained in:
2022-11-22 20:51:20 +03:00
parent fbe67387fb
commit 5408430646
10 changed files with 4604 additions and 0 deletions

21
lab2_2/Operate.txt Normal file
View File

@@ -0,0 +1,21 @@
1.Image
2.Linear filter
3.Blur
4.Median blur
5.GaussianBlur
6.Erode
7.Dilate
8.1.MORPH_MORPH_OPEN
8.2.MORPH_MORPH_CLOSE
8.3.MORPH_MORPH_GRADIENT
8.4.MORPH_MORPH_TOPHAT
8.5.MORPH_MORPH_BLACKHAT
9.Sobel_X
10.Sobel_Y
11.Sobel_Gradient
12.Laplacian
13.Canny
14.CalcHist
15.EqualizeHist
16.Add Figure
17.Del Figure