HOG Features (Theory and Implementation using MATLAB and Python)

Поделиться
HTML-код
  • Опубликовано: 24 янв 2025

Комментарии • 19

  • @GabrielPamplonaSeiffert
    @GabrielPamplonaSeiffert 5 месяцев назад

    Thank you for the amazing work!

  • @tanmaythaker2905
    @tanmaythaker2905 Год назад

    Amazing Explanation!

  • @azro7717
    @azro7717 2 года назад +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.

  • @OfirMor-o9t
    @OfirMor-o9t Год назад

    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  Год назад

      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.

  • @krlwshu
    @krlwshu Год назад

    Fantastic

  • @claudiocanalesd.6862
    @claudiocanalesd.6862 2 года назад +1

    Dude i love you. thanks a lot

  • @herisusanto2937
    @herisusanto2937 Год назад

    how to implementation manual? not use library?

  • @AndriusCooperis
    @AndriusCooperis 9 месяцев назад

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

  • @arifhussain9676
    @arifhussain9676 Год назад

    Hi, Is this handcrafted feature extraction technique?

  • @science_electronique
    @science_electronique 10 месяцев назад

    deep learning outperform all habd crafted features

  • @Mateus_M
    @Mateus_M 2 года назад

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

  • @pavanjoshi8353
    @pavanjoshi8353 Год назад

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

  • @sahilkrshah6399
    @sahilkrshah6399 Год назад

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