Extraction of bit planes in a grayscale image using MATLAB

Поділитися
Вставка
  • Опубліковано 6 січ 2025

КОМЕНТАРІ • 78

  • @junaid5388
    @junaid5388 7 років тому +4

    Thank you for sharing such a useful lecture. I have successfully employed the bit planes idea in my research.
    Respect from PAKISTAN.

  • @geokurian4801
    @geokurian4801 6 років тому +1

    ma'am, your class is very much useful. clear n clean.

  • @youngresearcher.
    @youngresearcher.  11 років тому +2

    Thanks! You could run PCA on your template database to generate an orthogonal template basis

  • @ankurkumar7568
    @ankurkumar7568 11 років тому +1

    Awesum explaination Rashi.. well done !!

  • @ericgoetz3282
    @ericgoetz3282 10 років тому +2

    Great video. This was extremely helpful.

  • @juanmartinsancheznegrette9259
    @juanmartinsancheznegrette9259 10 років тому +1

    Love the video and the accent is so cute.. thanks

  • @josephj4273
    @josephj4273 4 роки тому

    Why do we take 159 decimal value as a basis to our bit plane extractions?

  • @tariqkhanPathanKabuliwala
    @tariqkhanPathanKabuliwala 6 років тому

    Great work, Thanks for sharing knowledge.

  • @blink1747
    @blink1747 8 років тому

    Great Work Sista!

  • @kailashkolluru2398
    @kailashkolluru2398 6 років тому

    How the conversion of gray level image to RGB is Possible as the gray level image only stores a matrix?

  • @ammarkhalil4907
    @ammarkhalil4907 6 років тому

    did you have any video on semi fragile watermarking?

  • @yashgokhale5238
    @yashgokhale5238 8 років тому

    Excellent Explaination!!
    Thanks .

  • @budapesteBR2012
    @budapesteBR2012 6 років тому

    When i put more values to show the image like c7,c8,c9. The matlab says the image its too big. I dont get it.why tis occur??

  • @Aao_Baat_Krenge
    @Aao_Baat_Krenge 6 років тому

    can anyone tell which calculator she is using @ 7:45

  • @shubhammishra1294
    @shubhammishra1294 8 років тому

    is cascade image detector ,gray thresh function,face classifier module features available on Matlab R2010a

  • @amrutvaishampayan1776
    @amrutvaishampayan1776 9 років тому

    Ma'am, I watched ur DIP tutorial video 5, to convert image into bit plane.
    when we combined all the images then we need to convert it back to uint8 to show image, but when we showed c0, directly by imshow(c0); without conversion, please explain why?

  • @mayurshankar3181
    @mayurshankar3181 5 років тому

    Do you have videos for image transmission ;since i have been working on li-fi image transmissiomn project

  • @rishabhrastogi2880
    @rishabhrastogi2880 9 років тому

    Ma'am, what if we don't use floor function? I've tried obtaining the same without it, i.e a7= mod((ad/128),2); for obtaining MSB and I am getting a more clear image than the previous one, the floor one. Can you please explain, what exactly the floor function does.

  • @mengyuen9827
    @mengyuen9827 7 років тому

    if i want to extract a picture with color from an image(e.g extract a butterfly from an image) , what method do you suggest?

  • @nouraaliabuhlega4023
    @nouraaliabuhlega4023 5 років тому

    you saved my day thank you so much

  • @njr00710
    @njr00710 8 років тому +1

    how to find bit planes without using any standard matlab function?

  • @TheMyopinion
    @TheMyopinion 10 років тому

    Rashi, thanks for this video. I transferred the image to gray scale, but now I want to put a black rectangle on the eyes how to make that? Thanks

  • @vikrantkumar6400
    @vikrantkumar6400 7 років тому

    Ma'am, Please Help me out of this error in matlab R2013a
    my image is stored in a and I am doing this operation down below
    >> b = a>78;
    >> imshow(b);
    -->>IT IS SHOWING ME THIS ERROR MESSAGE
    Error using imageDisplayValidateParams>validateCData (line 121)
    If input is logical (binary), it must be two-dimensional.
    Error in imageDisplayValidateParams (line 31)
    common_args.CData = validateCData(common_args.CData,image_type);
    Error in imageDisplayParseInputs (line 79)
    common_args = imageDisplayValidateParams(common_args);
    Error in imshow (line 220)
    [common_args,specific_args] = ...

  • @shubhamdeshpande7436
    @shubhamdeshpande7436 9 років тому

    brilliant work madam!!Thanx alot!!

  • @kartikkulkarni4007
    @kartikkulkarni4007 7 років тому

    Ma'am how can I remove the odd number stored values from an array of pixels?

  • @chandankumarjha3594
    @chandankumarjha3594 9 років тому

    Yo have a very beautiful voice ma'am. Apologies but couldn't stop myself from putting this compliment. :)

  • @amangupta8137
    @amangupta8137 6 років тому

    Can be perform the same bit operation on rgb image...??

  • @saeedshayanmehr5271
    @saeedshayanmehr5271 7 років тому

    hello .do you can learn image processing with out function?

  • @SudhanshuSinghcs
    @SudhanshuSinghcs 10 років тому +1

    Mam...Can you help me with Fingerprint recognition through matlab?

  • @anmaraljanabi7137
    @anmaraljanabi7137 6 років тому

    many thanks for sharing

  • @annapurnah8627
    @annapurnah8627 9 років тому

    Thank you very much. very useful video

  • @ahmedshareef7659
    @ahmedshareef7659 5 років тому +2

    u can use "bitget()" function to make that easy ^_^

  • @ritikajain4393
    @ritikajain4393 8 років тому +1

    Hello ma'am, thanks for ur videos. They r gr8..but I have a doubt.
    I am little confused when to typecast into double or uint8 as you mentioned that in order to display it, we should convert it back into uint8 but when you display all bit plane images from LSB to MSB, (like you used imshow(c0) ) you didn't convert them into uint8, but all operations were done in double type, so how it displays properly? Can you plz explain me?

    • @sweetnasa1
      @sweetnasa1 8 років тому

      Nice observation. Please explain this. If you convert c0 to uint8 and display them, you will see black. Every extracted bit needs to be displayed in double and their combination 0..255 needs to be converted to uint8. Why is this so?

    • @narendrakumar-gz5or
      @narendrakumar-gz5or 8 років тому

      imshow() for double expects values between 0 and 1 to display , which is mentioned in video at 0.53 sec ,
      in second video there is data ranges for different data types : greyscale - unit 8 - (0,255) , double precision float -(0.0 to 0.1)
      so, Here c0 to c7 all are in between 0 and 1 with having variation at significant figures, so as imshow(c0) and etc displays respective figure with respect to their planes.so here no need to convert them to unit8 as to display images having values within 0 and 1 in DOUBLE datatype for imshow.
      but when combined all the pictures gives image of grey scale with datarange (0,255) which is in double but as imshow expects b'n 0 and 1 values in double, which cant get from grey scale, so it showing white image.
      so in order to get actual image, we are using unit8 data type.

  • @nehasheikh6698
    @nehasheikh6698 7 років тому

    helo do u hav matlab code for extraction of group of images into single one

  • @kamakshinaik7902
    @kamakshinaik7902 9 років тому

    How can I do it for uint 16 dicom images

  • @rajamohdafiq480
    @rajamohdafiq480 10 років тому +1

    thank you. this video help me

  • @florosass
    @florosass 10 років тому

    Hello Rashi,
    I would like to contact you.
    I'm using the IPT to process information obtained from an infrared sensor but I'm having trouble with the visualization of the images.
    Regards.
    Florencia

  • @amirsawiopa
    @amirsawiopa 7 років тому

    hello and thank you very much for making these videos they are great. i got a question, when you create the second plane what do you mean by shifting it one to the left, why did you divide by these numbers and not others? thank you in advance

  • @akashbhardwaj9114
    @akashbhardwaj9114 7 років тому

    i couldn't get the use of double clearly.

  • @aartikasethi8719
    @aartikasethi8719 11 років тому

    hello mam..i have a doubt can we pass images to a function for banarisation /enhancement...if so wat should be the arguments ??

    • @youngresearcher.
      @youngresearcher.  11 років тому

      You can refer to my lectures on enhancement, You can read the image as a 2d array and pass it to functions which operate on arrays.

    • @aartikasethi8719
      @aartikasethi8719 11 років тому

      mam are u talkin abt the one on bit plane extraction??

    • @youngresearcher.
      @youngresearcher.  11 років тому

      no..the ones for histogram stretching n equalisation

    • @yaminatajafri5026
      @yaminatajafri5026 10 років тому

      hello Aartika Sethi can i ask you ?

  • @souravmishra5828
    @souravmishra5828 10 років тому

    mam i tried to extract the bitplanes of a rgb image and i succeeded. but i have a doubt- why dont we convert the individual bit planes to uint8 before displaying. as told in the first part of the lecture why are we not getting an error by doing this. i tried to convert the bitplanes to uint8 before showing them in the figure but i got completely black images. can you tell why this happened although going by the first part of the lecture it should not have happened

  • @RameezAhmad1981
    @RameezAhmad1981 9 років тому

    very good, helping idea

  • @shreyaovalekar6764
    @shreyaovalekar6764 6 років тому

    Thank you ma'am

  • @vartikaagrawal6445
    @vartikaagrawal6445 10 років тому

    not able to find further vedios...
    pls share the link if some1 finds it

    • @youngresearcher.
      @youngresearcher.  10 років тому

      ua-cam.com/play/PLEo-jHOqGNyUWoCSD3l3V-FjX9PnHvx5n.html

    • @vartikaagrawal6445
      @vartikaagrawal6445 10 років тому

      rashi agrawal are there any further videos uploaded by you after these 20 videos ???

    • @youngresearcher.
      @youngresearcher.  10 років тому

      vartika agrawal am in the process of making more as my course is progressing in the class

  • @rashmi1060
    @rashmi1060 10 років тому +2

    very helpful video mam..thanks a tonn..i have a doubt
    how to get a green channel image from rgb image??

    • @youngresearcher.
      @youngresearcher.  10 років тому

      ry456 read a color image into variable 'a'. use : g = a(:,:,2); to extract green component

    • @firdausanua3495
      @firdausanua3495 7 років тому

      +rashi agrawal can you give your email i want to ask regarding my project

    • @amangupta8137
      @amangupta8137 6 років тому

      what does this 2 means here mam...??

  • @vartikaagrawal6445
    @vartikaagrawal6445 10 років тому

    mam can you pls help me out with one ques??
    Suppose given an image of a human, how can we detect the position of its eye?

    • @youngresearcher.
      @youngresearcher.  10 років тому

      u need to explore..u could use hough transform for circle detection for finding iris...add a similar size constraint and a symmetry constraint for a start...

    • @sweetnasa1
      @sweetnasa1 8 років тому

      you can use some Machine Learning if you know them too. Or else simply use feature extraction or Circle Hough Transform for preliminary results.

  • @ankushgaurav8797
    @ankushgaurav8797 8 років тому

    really useful

  • @gayaniwijesinghe8656
    @gayaniwijesinghe8656 9 років тому

    madam I watched ur all videos , I have doubt with bacteria image ,that need to apply three colors for the bacteria cells . pls help me

  • @mahigour522
    @mahigour522 11 років тому +1

    awesome work...
    can anyone tell me how to convert this matlab code to c or c++ code ??
    please

  • @snehashisjha4694
    @snehashisjha4694 11 років тому

    thanks,that was really helpful.can you tell me how could i scan an image in different pattern? like by default matlab scans with raster pattern, but what if i want to scan it with spiral scan pattern or diagonal pattern or orthogonal pattern? it will be very helpful if u help me out with this.
    -- snehashis

  • @issrahamad4699
    @issrahamad4699 11 років тому

    thanks,so much

  • @freesoul2677
    @freesoul2677 8 років тому

    Thank you

  • @jenthiyam3065
    @jenthiyam3065 10 років тому

    sister ,it will be very kind of you if you upload videos about how to extract text from images.I got stuck here in extracting connected componet

  • @musicnevres
    @musicnevres 10 років тому +1

    great

  • @yaminatajafri5026
    @yaminatajafri5026 10 років тому

    thanks for your video .
    Mam rashi agrawal can i ask you please about enhancing arabic manuscripts??

  • @sunkaripranay5948
    @sunkaripranay5948 8 років тому

    madam plz make a video on hot spot detection of IR imagery in MATLAB plz plz plz plz

  • @dr.mahanteshhanamasagar453
    @dr.mahanteshhanamasagar453 10 років тому

    Hellow Madam,
    I am working on DIC. have taken set of images of specimens before and during loading.
    I am using Digital image correlation and tracking with matlab., by
    Eberl, C., Thompson, R. and Gianola, D
    www.mathworks.com/matlabcentral/leexchange/12413.
    Now I want to know, how to convert the deformations from pixels to mm.

  • @conman2317
    @conman2317 11 років тому +2

    I'm from india, and I take computer science: generic indian slime comment

  • @corlfranco9371
    @corlfranco9371 9 років тому

  • @sudhansumtripathy
    @sudhansumtripathy 9 років тому

    madam are you there , need some help and sent you a mail to your Gmail

  • @karanchandra9789
    @karanchandra9789 5 років тому

    Mam your explanation is not good I'm not able to understand please go from basics