Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我有灰度图像,则强度在 [0,255] 范围内。我是否应该理解任何强度值的直方图是具有强度值的像素数? 非常感谢你。
强度直方图将给出具有强度值的像素数。因此,该图将由 256 个数字组成,并且所有像素的分布都将在图上描绘(基本上是计数)!