图像处理中的强度顺序是什么意思?

what is the meaning of intensity order in image processing?

我正在读这个 article。这篇文章解释了一个新的特征描述符,例如 Sift 和 Surf,它的名字是 MROGH.

在这篇文章的一部分,有这样一句话:

In our work, sample points are segmented based on their intensity orders
and their gradients are then pooled for each segment.

My question is:

  • what is the meaning of intensity order and local intensity of a point in image?

谢谢,


编辑:

@Yves Daoust 联系了我 here 这就是我的答案。

解释似乎在于论文中的那句话:“具体来说, 我们首先根据支持区域中的样本点排序 到他们的强度。然后我们将它们分成几段 同样按照他们的命令。最后是梯度信息 每个段中的样本点被合并, 以及这些段中的梯度方向直方图 连接起来形成这种支持的表示 地区。