What we are doing by slicing the red channel of the image's array? I see no difference only white colour is changed to purple colour or violet colour. Please explain this professor.
what is the difference between plt.imshow() and plt.show() ? why do we need to use both to display the image?.
How to change the color of the border of an image?
since the index value starts from zero which is correctimg[74:225,75:225] orimg[75:225,75:225]
What is the meaning of the value 2 or 4 in the below functions:-plt.imshow(img[::2,::2])plt.imshow(img[::4,::4])
Sir, when I run command G = plt.imread('squares.png') I get error that no such file or directoryWhile I already downloaded it in home directory
RGB Examples?How to read images into arrays?How to check the dimensions of an array?Example to access parts of an image How to stride over an array?
How to apply image manipulations functions on other formats of image like .jpeg, bmp etc
281 visits
Outline:অ্যারেতে ইমেজ পড়া অ্যারের অংশগুলি অ্যাক্সেস করা imread কমান্ড imshow কমান্ড show কমান্ড অ্যারের ডাইমেনশন যাচাই করা ইমেজের অংশ অ্যাক্সেস করার উদাহরণ অ্যারেতে stride করা RGB ইমেজ অ্যাক্সেস করার উদাহরণ বিভিন্ন ডাইমেনশনের ইমেজ কাটা
অ্যারেতে ইমেজ পড়া অ্যারের অংশগুলি অ্যাক্সেস করা imread কমান্ড imshow কমান্ড show কমান্ড অ্যারের ডাইমেনশন যাচাই করা ইমেজের অংশ অ্যাক্সেস করার উদাহরণ অ্যারেতে stride করা RGB ইমেজ অ্যাক্সেস করার উদাহরণ বিভিন্ন ডাইমেনশনের ইমেজ কাটা
Show video info
Pre-requisite