0
4.8kviews
For 3 bit, 4x4 size image perform the following operations i)Thresholding ii)Bit plane slicing for LSB and MSB planes.

For the 3-bit 4x4 size image perform the following operation

  1. Thresholding with T=4
  2. Intensity level slicing with background r1=2 and r2=5
  3. Bit plane slicing for MSB and LSB plane
  4. Negation
4 2 3 0
1 3 5 7
5 3 2 1
2 4 6 7
1 Answer
1
143views
  1. Thresholding:

    Since the image is 3 bit ,L=23=8

    For thresholding

    $S=\bigg\{^{L-1 \ \ \ \ r≥T}_{0 \ \ \ \ otherwise}$

    Here,L-1=7,T=4

    7 0 0 0
    0 0 7 7
    7 0 0 0
    0 7 7 7
  2. Intensity level slicing with background $r_1=2$ and $r_2=5$:

    $S=\bigg\{^{L-1 \ \ \ …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.