Median filter to remove Salt & Pepper noise

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ม.ค. 2025

ความคิดเห็น • 29

  • @mudassarshahzad1285
    @mudassarshahzad1285 7 ปีที่แล้ว +1

    Maam your video lectures are up to mark thanks for all this stuff,can you please help me to understand fuzzy rule based filtering for impulse noise removal?

  • @prateekchauhan3211
    @prateekchauhan3211 4 ปีที่แล้ว

    amazing video please make such simple videos more regarding matlab. you can simplify any topic

  • @kushikarthik4536
    @kushikarthik4536 7 ปีที่แล้ว +1

    why do we need to apply salt and pepper noise to image... if we do not apply any noise ... then what do median filter do ?? and then if how to check that there is any noise in image .. is there any help with median filter to remove noise without applying by ourselves

  • @AliAbbas-pt9to
    @AliAbbas-pt9to 4 ปีที่แล้ว

    thanks for video. can you help me about red eye detection in matlab

  • @vemulapallisharmista7651
    @vemulapallisharmista7651 10 ปีที่แล้ว

    Hi, the method was effective but there is a small error turning up like Undefined function or method 'conv2' for input arguments of type 'double' and
    attributes 'full 3d real'.
    Error in ==> filter2 at 73
    y = conv2(hcol, hrow, x, shape);
    how to deal with it ??

    • @kinderlandkanpur
      @kinderlandkanpur  10 ปีที่แล้ว

      thelearningsquare.in/2014/09/median-filter-remove-salt-pepper-noise/ try the code by copy paste...if it doesn't work get back to me

    • @pranay3670
      @pranay3670 8 ปีที่แล้ว +1

      hey it's showing that page not found

  • @benjaminlim328
    @benjaminlim328 10 ปีที่แล้ว

    thank you! by the way, are there any techniques of implementing histeq() as a function in either nlfilter() or colfilt() ?

    • @kinderlandkanpur
      @kinderlandkanpur  10 ปีที่แล้ว +1

      Rather than using nlfilter or colfilter u can try
      fun =@(block_struct) histeq(block_struct.data);
      b = blockproc(a,[8,8],fun);

    • @benjaminlim328
      @benjaminlim328 10 ปีที่แล้ว

      rashi agrawal thanks for the heads up!

  • @cyberpunknexus
    @cyberpunknexus 9 ปีที่แล้ว

    Very useful thank you!! :)

  • @vemulapallisharmista7651
    @vemulapallisharmista7651 10 ปีที่แล้ว

    Thank you, this one worked got the image

  • @mohammadal-shorbaji8763
    @mohammadal-shorbaji8763 6 ปีที่แล้ว

    how can I use Adaptive noise reduction filter??

  • @manishkoundal1408
    @manishkoundal1408 6 ปีที่แล้ว

    mam....why you take tif format image ...why dont jpg or png ??

  • @hammassattar7513
    @hammassattar7513 4 ปีที่แล้ว

    Mam please give code on SVM classifier for image classification

  • @bashiruotokiti5340
    @bashiruotokiti5340 10 ปีที่แล้ว

    what if i dont want to use the predefined matlab function medfilt2 or medfilt, what other functions can be used??

    • @kinderlandkanpur
      @kinderlandkanpur  10 ปีที่แล้ว +1

      Bashiru Otokiti u can use the theory behind to make a function of ur own.,...will try n make it asap

    • @moussalamousse
      @moussalamousse 10 ปีที่แล้ว +1

      rashi agrawal can you show us how?

  • @rafiidhaslegowo319
    @rafiidhaslegowo319 9 ปีที่แล้ว

    Hi, Ms. Why I got an error said error in filter2 :(

  • @nehalkriti
    @nehalkriti 9 ปีที่แล้ว

    why we need to corrupt the noise at the first place? is it necessary to use salt and pepper before median???
    reply asap...

    • @kinderlandkanpur
      @kinderlandkanpur  9 ปีที่แล้ว +1

      Nehal Kriti we are corrupting the image to show the use of median filter on an image corrupted with S&P. You can try median filter on an image which has S&P kinda noise

  • @SahadevanVigneshN
    @SahadevanVigneshN 4 ปีที่แล้ว

    This is the error I am having
    Error using conv2
    N-D arrays are not supported.
    Error in filter2 (line 59)
    y = conv2(hcol, hrow, x, shape);

  • @komalgaikwad568
    @komalgaikwad568 7 ปีที่แล้ว

    hi maam,i had designed Super resolution using adaptive wiener filter now i want to show how adaptive wiener filter is better than median and average filter how to compare show that in same code.thnx

  • @sunitayadav445
    @sunitayadav445 8 ปีที่แล้ว

    gives error in filter2

    • @CodeEmporium
      @CodeEmporium 7 ปีที่แล้ว

      you could try to use imfilter instead. It has more features. Although it may be slower, the function is certainly easy to use. Here is a link to mathworks on the same:
      in.mathworks.com/matlabcentral/answers/37199-imfilter-and-filter2

  • @manishkoundal1408
    @manishkoundal1408 6 ปีที่แล้ว

    mam, can you mail me this word file

  • @danish010
    @danish010 8 ปีที่แล้ว

    need c++ code :(

  • @pratyushkesharwani2179
    @pratyushkesharwani2179 5 ปีที่แล้ว

    not understandable