Тёмный

Resizing images by inbuilt commands and our own matlab program 

Dr. Rashi Agarwal
Подписаться 17 тыс.
Просмотров 107 тыс.
50% 1

In this session we learn the resizing of images by matrix manipulation of the image and also the inbuilt commands.

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

 

3 авг 2013

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 44   
@soumiksarkar6034
@soumiksarkar6034 4 года назад
awesome content. Thanks a lot. It worked.
@mohanm9911
@mohanm9911 5 лет назад
Good voice quality....gud wrk...
@youngresearcher.
@youngresearcher. 9 лет назад
@Sourav Mishra: The c matrix is a double one when we assign construct it using zeros(). U can check the type of the variable by whos or in the variable details
@ImtiazKhan92
@ImtiazKhan92 10 лет назад
Thank you so much :) you are awesome
@hamza_nadeem
@hamza_nadeem 4 года назад
I read some comments where were people complaining about getting 3 images, this is due to they are resizing RGB image while the code is for gray-scale images
@youngresearcher.
@youngresearcher. 10 лет назад
thanks!
@PRAD61
@PRAD61 9 лет назад
great videos.. Big fan!
@youngresearcher.
@youngresearcher. 9 лет назад
Thanks!
@MustafaMKS
@MustafaMKS 8 лет назад
great job, but i hope to make a video about, how to draw on a image, like draw a line, circle or triangle on a image, (big like)
@waheedullah8990
@waheedullah8990 8 лет назад
Your all videos are really helpful, but I have a suggestion for you sister that you should ZOOM IN the code area, so it would be more clear for us. Thanks
@Mohammad2k24
@Mohammad2k24 7 лет назад
Great Video ******* Ma'am please share videos related to the topics 1. detecting human in image and videos detecting parts of human body in images and videos Waiting for your response
@da7oo0oome2000
@da7oo0oome2000 10 лет назад
helpful :)
@souravmishra5828
@souravmishra5828 9 лет назад
why is c/255 required when we have assigned elements of a directly to elements of c. so both a and c are expected to be of uint8 type.
@harshithareddy8986
@harshithareddy8986 8 лет назад
hello rashi , Great information from your videos :) In the 14th line we take c/255 for imshow() why dont we take c/255 for imagesc()
@youngresearcher.
@youngresearcher. 10 лет назад
14th line is simply: figure,imshow(c/255)
@alexmagidovich3499
@alexmagidovich3499 10 лет назад
hi rashi, first of all thank you for the video it helps a lot. i used your code to resize my pic but i dont understand why do i get the photo 3 times in one figure here is my code : l=imread('dani_smartphone2.jpg'); [rows,columns]=size(l); i=1; j=1; c=zeros(rows/2,columns/2); for x=1:2:rows for y=1:2:columns c(i,j)=l(x,y); j=j+1; end i=i+1; j=1; end figure,imshow(c/255); colormap(gray);
@akashbhowmick6853
@akashbhowmick6853 8 лет назад
shows an error in line four stating"size input must be integers '
@monkeith5705
@monkeith5705 7 лет назад
Just asking, can imresize be used in zooming (zero order hold method)? Btw your videos are really helpful. New subscriber here :))
@zerodefenderX
@zerodefenderX 9 лет назад
c = a (1:2:N, 1:2:M, : ); I believe this line would make the same as all the for loops
@bhaveshshah9487
@bhaveshshah9487 6 лет назад
hi. thank you for the videos!! how to shrink the image by a factor of 10 ?
@sameersawant8733
@sameersawant8733 9 лет назад
hiii mam i had a question : i want to get matrix data of an image . how we get this data
@deekshagowda-vd8ff
@deekshagowda-vd8ff 5 лет назад
Which algorithm used in this program?
@mahaveer1993
@mahaveer1993 8 лет назад
Hello mam, Can i know how to size image by bilinear interpolation??
@helenahmed1166
@helenahmed1166 8 лет назад
Hi, Can you explaine the for loop , please ?
@MsMaano0
@MsMaano0 10 лет назад
kindly write me the code of 14th line, i cant see it! please
@snehashisjha4694
@snehashisjha4694 10 лет назад
can u show how to use BLOCKPROC function in order to process a subblock of an image?
@khalid_kk2007
@khalid_kk2007 10 лет назад
why my figure is showing 3 replica of same image of output figure ?
@thimvaichaw5108
@thimvaichaw5108 9 лет назад
how you solve you 3 replica of same image? i also have the same problem. Can you let me know your solution?
@sudeepnaik4686
@sudeepnaik4686 10 лет назад
Hi, when the image pixel size is doubled or increased., so we will need to add something in between so what does it add at the position in between,.
@hundaeece5763
@hundaeece5763 8 лет назад
I think Matlab uses zero order hold resizing, so if you resized the image up to scale 4 in both directions, each pixel will be replicated 16 times in a completed square ( new large pixel ).
@swapnanildas
@swapnanildas 6 лет назад
can i get the .pdf extension files of your slides?
@rachitmaheshwari2129
@rachitmaheshwari2129 6 лет назад
i am getting 3 images in subsize imageof same type
@Uiuuyyy
@Uiuuyyy 8 лет назад
dear Miss rashi can you provide a code in which we can enhance a low resolution image to high resolution without loosing its quality. I shall be extremely thankful
@mubinkhan1740
@mubinkhan1740 5 лет назад
mam whats the need of creating zero matrix
@ajijuliana7042
@ajijuliana7042 10 лет назад
I need sample for button gui matlab
@amangupta8137
@amangupta8137 6 лет назад
As you haven't applied jet colormap on the image its simply an grayscale image then why you are using grayscale colormap....??
@sachinkv6854
@sachinkv6854 4 года назад
How to resize colour image
@anshumadan8082
@anshumadan8082 10 лет назад
Hello Grettings.. Here anshul madan and i just want a bit map for the monochrome images.. so can i do using matlab..? help me.. Thank you
@youngresearcher.
@youngresearcher. 10 лет назад
you want a colormap ie. the values of all bits in the image?
Далее
Introduction to Image processing toolbox of Matlab
9:38
Boots on point 👢
00:24
Просмотров 4,1 млн
USING MATLAB TO READ RGB & INDEXED IMAGES
4:50
Просмотров 175 тыс.
Intel's CPUs Are Failing, ft. Wendell of Level1 Techs
23:59
What is an API and how do you design it? 🗒️✅
15:26
Point tranformations in Matlab-Part1
4:41
Просмотров 58 тыс.