DIP 07 - Image Description (4) - Texture analysis with LBP implemenation in python and skimage

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

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

  • @ivanpakpahan27
    @ivanpakpahan27 3 года назад +1

    thanks Sir , this really helps me in my final test

  • @客家饒舌執牛耳
    @客家饒舌執牛耳 2 года назад +1

    thankyou , well explained!

  • @ahmedtouzani6780
    @ahmedtouzani6780 3 года назад +1

    thank you so much and plz keep going making your content in english bro

  • @shallot881
    @shallot881 3 года назад

    Thanks for your explaining about LBP, but i wonder what is dQ2_H - dQ6_H function on those program?
    i'm looking forward for your answer sir, thank you

    • @akashrprame
      @akashrprame 3 года назад

      He considers the first image im1 as the reference image and the Euclidian distance between the LBP histogram bins of all the other images are calculated with the reference image. These are stored in the variables dQ2_H - dQ6-H

  • @dec13666
    @dec13666 3 года назад

    Hello, and thank you for the tutorial and code. Just one question: if you have "P+2" _labels_ on the histogram, why you had "P+3" in your code?.
    Thanks so much in advance for your time 👍

    • @akashrprame
      @akashrprame 3 года назад +1

      It's the way indexing is done in Python. To get histogram bins in [0,n] range, you have to specify range(0,n+1)

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

    very good

  • @shashankajgaonkar4272
    @shashankajgaonkar4272 4 года назад +1

    can i get the code?