Image processing notes
There are some notes taken for learning image processing
Files explication
-
Main_General_Methods.ipynbcontains basic methods for image processing, such as:- Intensity Transformation
- Morphological Operations
- Spatial filtering
- Frequency domain filtering
- Geometric Transformation
-
Main_Notes.mdcontains the notes taken in the classes for each topics, in complementary ofMainjupyter notebook codes. -
MRI_Compressed_Sensing.ipynbis a small application to deal with Magnetic resonance imaging (MRI), where we can get a look at the k-space as well.