HOG Features (Theory and Implementation using MATLAB and Python)

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

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

  • @GabrielPamplonaSeiffert
    @GabrielPamplonaSeiffert 4 หลายเดือนก่อน

    Thank you for the amazing work!

  • @tanmaythaker2905
    @tanmaythaker2905 ปีที่แล้ว

    Amazing Explanation!

  • @krlwshu
    @krlwshu ปีที่แล้ว

    Fantastic

  • @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.

  • @claudiocanalesd.6862
    @claudiocanalesd.6862 2 ปีที่แล้ว +1

    Dude i love you. thanks a lot

  • @science_electronique
    @science_electronique 8 หลายเดือนก่อน

    deep learning outperform all habd crafted features

  • @arifhussain9676
    @arifhussain9676 ปีที่แล้ว

    Hi, Is this handcrafted feature extraction technique?

  • @herisusanto2937
    @herisusanto2937 ปีที่แล้ว

    how to implementation manual? not use library?

  • @pavanjoshi8353
    @pavanjoshi8353 ปีที่แล้ว

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

  • @Mateus_M
    @Mateus_M 2 ปีที่แล้ว

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

  • @AndriusCooperis
    @AndriusCooperis 8 หลายเดือนก่อน

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

  • @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?

    • @exploringtechnologies9
      @exploringtechnologies9  ปีที่แล้ว

      Padding is done on border. Like zero padding, symmetric, periodic padding