Enlarging the pixels of an image creating the enhance_image() function

Channel:
Subscribers:
36
Published on ● Video Link: https://www.youtube.com/watch?v=ycxFlwPt8r0



Duration: 4:00
54 views
1


This video shows how to create a simple function that would enlage the picture elements of an image. Despite the fact that a similar function is already implemented within Matlab, it's a good practice to create one's own function.

00:00 Introduction
00:18 mapresize()
00:44 The Original Map
01:30 enhance_image() - a walkthrough
02:40 Application
03:25 A New Map
03:43 Conclusion

#matlab #algorithm #dataprocessing