Lecture 5: Background Removal using Image thresholding technique

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

КОМЕНТАРІ • 53

  • @anushahp959
    @anushahp959 3 роки тому

    how to use this for multiple images.

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

    hi..may i know,.. why you choose L a b comapare to other?

  • @vaishnavikadganve8822
    @vaishnavikadganve8822 11 місяців тому

    Can i use online matlab with image processing toolbox?
    Is there any another way to use this online

    • @Xjapan360d
      @Xjapan360d  11 місяців тому

      Unfortunately, MATLAB Online does not currently support the Image Processing Toolbox. This means you cannot directly access image processing functionalities within the online version of MATLAB.
      Here's a breakdown of the limitations:
      Supported Features: MATLAB Online offers a subset of core MATLAB functionalities, including basic mathematical operations, plotting, and scripting.
      Image Processing Toolbox: This toolbox requires additional resources and isn't included in the online version due to computational demands.
      However, there are alternative options to consider:
      1. MATLAB Trial: You can download a free trial of MATLAB that includes the full functionality of the Image Processing Toolbox for a limited period. This allows you to explore and experiment with image processing tasks locally on your computer.
      2. Cloud-based alternatives: Some cloud-based platforms offer image processing capabilities. These platforms might have different pricing models and functionalities, so research them thoroughly before committing.
      3. Open-source alternatives: Open-source libraries like OpenCV and scikit-image provide image processing functionalities for Python. These libraries offer free access and can be a good option for basic tasks or learning purposes.
      While online MATLAB doesn't offer the Image Processing Toolbox, exploring the alternatives mentioned above can help you achieve your image processing goals.

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

    IT IS possible to crop whole black color and apple is left in image

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

    Assalam-o-allaikum waqas, why this code remove other colors target. if i take yellow object then it also remove it?

  • @MUHAMMADILYAS-ct8bt
    @MUHAMMADILYAS-ct8bt 7 років тому +1

    awesome work in the field of image processing....

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

    Oh, that's great! is it possible to remove or mask green pixels if an image is disease leaf image?

  • @jaspreetkaur-yh1ve
    @jaspreetkaur-yh1ve 6 років тому +1

    is it possible to measure the features of an image i mean diameter or length , width etc'

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

      Thank you for watching my tutorials. Yes, you can calculate such information with regionprops() method. But before using regionprops() method, you must remove the background from the image in order to isolate the object/region/area of interest in image of which you want to measure such features and then convert the image into binary (black and white) format. After the image is converted to binary format, the regionprops method will calculate any property (feature) of the white region in the image. But you should do a little research on regionprops method, so, that you should be able to calculate the required features you want. Hope this will your query. Thanks

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

      i want code of background removal of MATLAB

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

      let say i want to remove the background of image in which i am interested in CAT animal object only so for that we how we have to define the threshold value for this image

  • @AD-ft1mf
    @AD-ft1mf 5 років тому

    Is that applicable for removing any components of image for example nose from face

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

      Thanks for your comment. This is color thresholding based image segmentation. So, the face inclusing mouth nose have same color, so you will not be able to remove the nose in this way. The solution to remove the nose from the face image is possible by using Haar method. Use Viola-Jones face detection method, and then detect the nose in the image, then remove the nose from the image will solve your problem.
      Hope this will help!

    • @AD-ft1mf
      @AD-ft1mf 5 років тому

      Ty for the assistance brother but cant actually find exact haar method can u send this method will be grateful

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

      @@Xjapan360d I couldn't use backround_removal function. showed unrecognized function?

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

    how can i contact with you i want extract part from color image and apply this code but show regions not need to apper

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

    Sir i wrote same code but image is not changing sir

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

    sir i want same code in matlab 2013a version

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

    my matlab doesn't have toolbox color thresholder. how can i appear it?

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

      Thanks for watching my video. Which MATLAB version are you using? Please use 2014 or current version, as this facility is available only in these versions of MATALB.

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

      @@Xjapan360d 2019 version

  • @sachinsingh-xq8dw
    @sachinsingh-xq8dw 7 років тому

    I m using real image taken from webcam as a command for next operation which must be performed in few secs. So tell me the way to how to use lab color space in that case

    • @Xjapan360d
      @Xjapan360d  7 років тому +1

      Thats good. Please open the color threshold application, there you will find several color spaces (like RGB, LAb etc). Use the one that best fit your algorithm. I hope this will answer your question.

    • @sachinsingh-xq8dw
      @sachinsingh-xq8dw 7 років тому +1

      Muhammad Waqas thanks for your precious time.

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

      Welcome!

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

    is there any method to implent background subtraction for real time video using webcam

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

      Hi, did you get how to do this

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

    Sir, I want this code in 2013 MATLAB

  • @hameedsyedabdul-yn6sx
    @hameedsyedabdul-yn6sx 7 місяців тому +1

    Thank you sir

  • @sachinsingh-xq8dw
    @sachinsingh-xq8dw 7 років тому

    Is it possible to remove background using this method for a real time image taken from webcams. Pls reply as early as possible. If not pls tell me some other way.

  • @mahdirezaei4569
    @mahdirezaei4569 4 роки тому +1

    Thanks, it's useful for me

    • @Xjapan360d
      @Xjapan360d  6 місяців тому

      Thank you brother, also could you please subscribe to my channel please for my useful insights!

  • @Jaya.M78
    @Jaya.M78 3 роки тому +1

    Thank you so much sir!!

    • @Xjapan360d
      @Xjapan360d  6 місяців тому

      Thank you, also could you please subscribe to my channel please for my useful insights!

  • @AbbasKhan-ew5bn
    @AbbasKhan-ew5bn 7 років тому +1

    Great tutorials!

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

    Thank you!

    • @Xjapan360d
      @Xjapan360d  6 місяців тому

      Thank you brother, also could you please subscribe to my channel please for my useful insights!

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

    Thanks for nice video!

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

      Thanks to hearing from you. Please subscribe to the channel to watch more videos.

  • @sachinsingh-xq8dw
    @sachinsingh-xq8dw 7 років тому

    Thanks for reply

  • @saqotech7615
    @saqotech7615 7 років тому +1

    Nice!

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

      Thanks, please subscribe to my channel to learn more about image processing using MATLAB

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

    Awesome

  • @ronnieserfajuan
    @ronnieserfajuan 5 років тому +1

    Thank you!

    • @Xjapan360d
      @Xjapan360d  6 місяців тому +1

      Thank you brother, also could you please subscribe to my channel please for my useful insights!

    • @ronnieserfajuan
      @ronnieserfajuan 6 місяців тому

      @@Xjapan360d done!!!