Тёмный
No video :(

Basic image functions and data type (imshow,imread,uint8) 

Pratik Jain
Подписаться 5 тыс.
Просмотров 12 тыс.
50% 1

Опубликовано:

 

21 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 31   
@shalinitatipally824
@shalinitatipally824 Год назад
So informative thank you
@hiteshmalhotra8785
@hiteshmalhotra8785 4 года назад
Sir, you teach really well. Please upload more videos on image processing
@pratikian
@pratikian 4 года назад
Thank you so much for the feedback ... yes ... I will upload more .. 😊
@yohanaadnew1818
@yohanaadnew1818 Год назад
can you help me this Question? Learn the matlab built-in function for Adaptive Histogram equalization and apply it for the camera man. Estimate the optimal window size that gives ‘better’ enhancement
@pratikian
@pratikian Год назад
www.mathworks.com/help/images/ref/adapthisteq.html#d124e7403 I guess this is the function your professor wants you to understand about.
@renumargaj7533
@renumargaj7533 2 года назад
sir you teach really well Please help me solve this error int_imread can not open file in scilab
@pratikian
@pratikian 2 года назад
So you are using scilab. Make sure you have the image processing toolbox and replace int_imread by imread
@paulmanoharsatyala9181
@paulmanoharsatyala9181 Год назад
What is the solution when it shows out of memory if we use imread function to display a dataset of 800 images in for loop?
@pratikian
@pratikian Год назад
So out of memory error happens when you don't have enough RAM in your PC to load so many images. You may have ti change the code to be more efficient so that it does not take a lot of memory
@shalinitatipally824
@shalinitatipally824 Год назад
How to get a horizontal intensity scan line in the middle of image?
@pratikian
@pratikian Год назад
I dont understand, what do you mean by horizontal intensity scan line ?
@shraddhapandey5299
@shraddhapandey5299 4 года назад
Bhaiya aap bht acche ho...aapne krishnaji ki photo lgai hai😃
@pratikian
@pratikian 4 года назад
Thank you ... 😄🙏
@Employeesadda-nq8fr
@Employeesadda-nq8fr 2 года назад
Error in imread?
@pratikian
@pratikian 2 года назад
Probably you don't have the image processing toolbox installed.
@sirjitendrakumarmishra7922
@sirjitendrakumarmishra7922 4 года назад
Sir, can I get idea to remove error written below Undefined function or method 'immse' for input arguments of type 'uint8'
@pratikian
@pratikian 4 года назад
I guess your matlab version is older than 2014 hence it is giving the error. (source: in.mathworks.com/matlabcentral/answers/397002-undefined-function-immse-for-input-arguments-of-type-uint8) So what I suggest is you could manually write the code for mse %Say a and b are the 2 input image %First Convert them to double a = double(a) b = double(b) %then just do (mean(mean((a-b).^2))) %if the image is color then do mean(mean(mean((a-b).^2))) hope that helps
@joshuasangeeth
@joshuasangeeth 4 года назад
can we get a user input value for images like getting the file path from the user f = input('filepath ','s'); A = importdata(f); im = imread(A); ??????????????????????????????????????
@pratikian
@pratikian 4 года назад
Yes Look at this video I have explained how can you use gui to get the image path ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-rgl6HTxM440.html
@umeshbagade1060
@umeshbagade1060 3 года назад
Imshow not working, its not showing the image
@pratikian
@pratikian 3 года назад
Please check the data type of the image.
@ahlamrafeek9141
@ahlamrafeek9141 2 года назад
Can we label axis of an image?
@pratikian
@pratikian 2 года назад
Yes you can use xlabel and ylabel functions to label the axis
@ahlamrafeek9141
@ahlamrafeek9141 2 года назад
@@pratikian what appropriate label can use?
@pratikian
@pratikian 2 года назад
@@ahlamrafeek9141 what do you mean by appropriate label?
@ahlamrafeek9141
@ahlamrafeek9141 2 года назад
@@pratikian I mean in case of histogram I can label x axis as pixel value and y axis as number of pixels. But in case of an image what is suitable to be labeled for x-axis and y-axis?
@pratikian
@pratikian 2 года назад
@@ahlamrafeek9141 so image is a 2d signal unlike histogram which is 1d. So both the axis in the image acctually represent pixels. The only label that comes to my mind now is rows for the y axis and columns for the x axis.
@naveedzaman3608
@naveedzaman3608 3 года назад
Sir, your video is very helpful. You should upload more video. I need help little bit. If you give me your email id.
@pratikian
@pratikian 3 года назад
Thanks yes I will .. 😇 jainpratik412@gmail.com
Далее
How to Read, Write & Display Images in MATLAB
8:52
Просмотров 12 тыс.
Digital negative and Contrast stretching in Matlab
14:30
Image Restoration Basics and Inverse Filter
9:30
Просмотров 37 тыс.
The Greenwich Meridian is in the wrong place
25:07
Просмотров 793 тыс.
K-means Segmentation with Matlab
28:10
Просмотров 11 тыс.
The Clever Way to Count Tanks - Numberphile
16:45
Просмотров 995 тыс.