96 - What is Gaussian Denoising Filter?

Поділитися
Вставка
  • Опубліковано 25 сер 2024

КОМЕНТАРІ • 22

  • @namansinghal3685
    @namansinghal3685 3 роки тому +10

    I accidentally stumbled upon this channel and wondering "WHERE WAS IT ALL THIS TIME?"...I'm going to start from video 1 all the way up to learn OPEN CV

  • @DAYYAN294
    @DAYYAN294 2 роки тому +1

    Thank.u sir ALLAH almighty bless u amin

  • @manojkumarmanikonda3804
    @manojkumarmanikonda3804 Рік тому

    thank you very much sir

  • @FPChris
    @FPChris 2 роки тому

    Do you have a video on structured light projected color bands to denoise them and deal with color bleed? Thx.

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

    How could bluring is denoising? I am learning image processing for computer vision and it is also said that blurring (spesifically gaussian blurring/smoothing) is denoising algorithm? It even makes information inside the image less clear

    • @DigitalSreeni
      @DigitalSreeni  4 роки тому +2

      Good question. The answer is ... denoising is a side effect of gaussian blurring. When you select small kernel sizes the resulting image may be useful with minimal loss in information. But for large kernel sizes you may lose information due to blurring. Therefore Gaussian is usually not preferred for denoising if edge preservation or texture information is useful.

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

      @@DigitalSreeni what do you think a good denoising method if I want to preserve edge and remove other noises?

    • @teddybest02
      @teddybest02 2 роки тому

      @@DigitalSreeni it can be applied for fundus photography?

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

    Thank you for your work

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

    at 3:35, how do we apply that matrix to the image?

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

      Please watch full video for answer to your question.

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

    Is itbpossable to unblur an image

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

      Yes, many ways. Please look up deep learning based deblurring.

  • @duyphientran175
    @duyphientran175 2 роки тому

    Great

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

    Suppose we have two images... One original and another one is blurr.. Now we have to overlap these two images with DCT transform then take averaging of d sample.... Then take idct..

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

    How to Remove Haze from images??

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

      There is no simple filter I know of for haze removal. Please search for dark channel prior for haze removal, it is an old classical approach but works fine. I do not have code ready to share for that. I think neural network approach may work better. I will have to experiment and if it works I will create a video and share the code. Here is a good reference: openaccess.thecvf.com/content_ICCV_2017/papers/Li_AOD-Net_All-In-One_Dehazing_ICCV_2017_paper.pdf

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

      try increasing contrast.

  • @ronaldtamsar
    @ronaldtamsar Рік тому

    Why the image size of gaussian is increase from real size of image before filtering gaussian?

  • @markcuello5
    @markcuello5 2 роки тому

    PLEASE HELP ME