HOG Features (Theory and Implementation using MATLAB and Python)

Sdílet
Vložit
  • čas přidán 6. 09. 2024

Komentáře • 19

  • @GabrielPamplonaSeiffert
    @GabrielPamplonaSeiffert Před měsícem

    Thank you for the amazing work!

  • @azro7717
    @azro7717 Před rokem +2

    This is clearly explained, thank you a lot it was very useful for me .. I would like from you sir to explain the SURF features with MATLAB code because I need it for my scientific article.

  • @tanmaythaker2905
    @tanmaythaker2905 Před 9 měsíci

    Amazing Explanation!

  • @AndriusCooperis
    @AndriusCooperis Před 5 měsíci

    Phog ( pyramid hog) method? Is it very different from hog?

  • @krlwshu
    @krlwshu Před rokem

    Fantastic

  • @science.20246
    @science.20246 Před 5 měsíci

    deep learning outperform all habd crafted features

  • @claudiocanalesd.6862
    @claudiocanalesd.6862 Před rokem +1

    Dude i love you. thanks a lot

  • @user-nf9vy3lr7z
    @user-nf9vy3lr7z Před rokem

    Great video, but there one question I can't get an answer to. In 5:12 you show a 3x3 pixel group you show the calculation only the for the middle pixel (value = 100). what about the other pixels in the matrix? do we calculate for each pixel in each block? only for the middle pixels?
    Thanks!

    • @exploringtechnologies9
      @exploringtechnologies9  Před rokem

      3x3 is sliding window. It is used for all the pixels of image. I recommend u to read image and filter convolution. U can refer DIP book by Gonzalez.

  • @sahilkrshah6399
    @sahilkrshah6399 Před 10 měsíci

    How do I calculate Image gradient for [0,0]. What would the formula be here as [-1,0] and [0,-1] doesn't exist?

  • @herisusanto2937
    @herisusanto2937 Před 10 měsíci

    how to implementation manual? not use library?

  • @Mateus_M
    @Mateus_M Před rokem

    When I try to apply the same code in spyder it says "negative dimensions are not allowed". Why ?

  • @pavanjoshi8353
    @pavanjoshi8353 Před rokem

    Hi, does scikit implements the HOG algorithm in the same way?

  • @arifhussain9676
    @arifhussain9676 Před rokem

    Hi, Is this handcrafted feature extraction technique?