DIP 07 - Image Description (3) - Texture descriptors: Haralick (GLCM) and LBP

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

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

  • @jennysspiceoflife8581
    @jennysspiceoflife8581 3 ปีที่แล้ว +1

    Thank you the very clear illustration!

  • @aminramezani9947
    @aminramezani9947 2 ปีที่แล้ว +1

    Great explanation. Thanks!

  • @diy__diy
    @diy__diy 4 ปีที่แล้ว

    so, this is fundamental of texture descriptors introduction. thanks sir

  • @nishchaykumar6942
    @nishchaykumar6942 7 หลายเดือนก่อน

    1:00 how tf are we looking at the pixel to the right hand side of the pixel whom we are comparing with? its 0x1 so 0 rows and one row above. so it should be the pixel directly over the head of the main test pixel right?

    • @MoacirAntonelliPontiUSP
      @MoacirAntonelliPontiUSP  7 หลายเดือนก่อน

      it represents a shift in (row,column), therefore 0,1 means we are comparing the current pixel (at each position x,y), with the pixel x+0, y+1, therefore it would be the pixel on the right hand side for the person that it is looking at the matrix.

    • @jewel9458
      @jewel9458 17 วันที่ผ่านมา

      i also had that doubt then i figured it out, in digital image processing the matrix representation starts from top left corner and is not like a conventional graph axes, i.e., in the given figure (0,5) would be 0 according to traditional graph but using the image processing it would be (0,0) hence you have to take top left corner as (0,0) basically tilt your head right and then use the traditional graph method.

  • @purple3036
    @purple3036 6 หลายเดือนก่อน

    Luke Smith?

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

    At 5:37 how did you normalise the GLCM matrix?

    • @symmercool7672
      @symmercool7672 2 ปีที่แล้ว +1

      I got it. divide each element by sum of all elements. i.e., (2+2+1+4+5+2+4 =20)

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

    thx ! good video !

  • @StoriesFromWeb13
    @StoriesFromWeb13 2 หลายเดือนก่อน

    thank u sir very helpful

  • @honey-xm8vc
    @honey-xm8vc 3 ปีที่แล้ว

    sir can you share the code?