I have two histograms 200X200
of 8
bit image and one is 800X800
of 16-bit
. How can I compare them? Is it even possible to compare them or not?
Asked
Active
Viewed 63 times
0

Cœur
- 37,241
- 25
- 195
- 267

Rana Junaid Javed
- 11
- 1
- 6
-
How does 16-bit image corresponds to 8-bit? Is 16-bit monochrome? `200X200` - is it image size or you really need bi-dimensional histogram? Give more details. – MBo Mar 22 '16 at 06:19
1 Answers
0
Yes you can compare these two histograms. First convert the 16 bit image into 8 bit through normalization then compare these two.

Usama nadeem
- 411
- 7
- 15