Skip to content

Commit f9638b4

Browse files
committed
📝 Update README file
1 parent 471318d commit f9638b4

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
1-
# ml-for-image-analysis
1+
# Machine Learning for Image and Video Analysis
2+
3+
Hey there! I made this repo where I gathered everything I used for **"Analysis of images and videos"** subject in my fourth year
4+
of Data Science degree at UPV. It's got all my notes for studying the boring theoretical exam 🥱 and all the stuff I did
5+
to smash 💥 the practical evaluation. The bad news is that both the theoretical content and the comments in the Jupyter
6+
notebooks are in Spanish 🇪🇸💃🏽 since the subject was oficially taught in Spanish.
7+
8+
Although it's been almost two years since I finished my degree, I decided to upload this to my GitHub because I had
9+
a blast 🤩 with this subject and I'm still really into this field of study.
10+
11+
> ##### All code is in Python3 using mostly Numpy and Image from PIL. The purpose was to develop the methods "by hand" despite the fact that there are already optimized builtin functions in certain libraries that give the same results.
12+
13+
In **Pract1** directory, you'll find the implementations I made for:
14+
15+
* <span style="color:purple">_Parte1:_</span> Bright and contrast, Stretching, Ecualizer and Local Ecualizer
16+
* <span style="color:purple">_Parte2:_</span> Convolution, Contour detection filters (Sobel, Laplace, Roberts, Prewit)
17+
* <span style="color:purple">_Parte3:_</span> Thresholding (Otsu) and Connected Components
18+
* <span style="color:purple">_Parte4:_</span> Morphological Operators (Erosion, Dilation, Opening, Closing)
19+
* <span style="color:purple">_Ejercicio1:_</span>Use the above methods to calculate and draw Minimum Bounding Boxes for a given image.
20+
* <span style="color:purple">_Ejercicio2:_</span> Count the amount of coins on a given image using a combination of aforementioned methods.
21+

0 commit comments

Comments
 (0)