Tonal resolution (displaying 4 bits ,2bits ,1bit image in matlab)

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

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

  • @geetjanawalkar7226
    @geetjanawalkar7226 3 ปีที่แล้ว

    This was great, helped me a lot in my project to create a spritemap, I could develop my own code based of this in MATLAB to quantise an image from 24-bit to 12-bit and later convert to a .mif file. Thanks a lot!

    • @pratikian
      @pratikian  3 ปีที่แล้ว

      Happy to help 😇

  • @donokasino5275
    @donokasino5275 3 ปีที่แล้ว

    om om india lo keren banget anjirrrr ,good job

  • @denizbaran5804
    @denizbaran5804 5 ปีที่แล้ว +1

    This video is helped me so much, thank you :)

    • @pratikian
      @pratikian  5 ปีที่แล้ว

      Happy to help ..😊 most welcome ..

  • @XD27alexander1
    @XD27alexander1 4 ปีที่แล้ว +1

    What if i want to subsample 16x16?

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

      One way to do this is to directly use the imresize function in matlab

  • @gautamvarma1429
    @gautamvarma1429 5 ปีที่แล้ว

    Your videos are really helpful

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

    Can you share the code

    • @pratikian
      @pratikian  3 ปีที่แล้ว

      I have updated the decription of the video you can find the code there

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

    is it also called compression ? by bit per pixel?

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

      Yes you can say that

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

      Thanks . I am only facing issue where you multiplied C*16 , D*85 and E* 255 these are for 4 bit 2 bit and 1 bit .. what if we have to do it from 1 to 7 bits .. what will be that specific values ? you multiplied with capital C D E ... value for 3 Bit 5 bit, 6 bit ,7 bit ?

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

      @@techbro7265 you can use the following formula for that
      255/((2^n)-1)
      where n is the no. of bits
      for 3 bit n = 3;

  • @jpsama7817
    @jpsama7817 4 ปีที่แล้ว +1

    can we say that you are quantizing

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

      Yes

    • @jpsama7817
      @jpsama7817 4 ปีที่แล้ว +1

      Can you show me how we can quantize a rgb image?

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

      So for a RGB image you basically have 3 different matrix one for each RGB. You can use the above algorithm on all the 3 matrices.

    • @jpsama7817
      @jpsama7817 4 ปีที่แล้ว +1

      Iam getting three same images if i do it ..as you said

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

      @@jpsama7817 right then merge the 3 matrices again to get one rgb image

  • @juhaar4508
    @juhaar4508 3 ปีที่แล้ว