05-08-2011 04:25 AM
IMAQ Equalize VI 默认是均衡化整个图像,该函数有一个Range的接口,目前需要把这个函数用C++实现,引入Range参数后,不知道该如何进行像素的映射。希望能得到大家的指点。
05-10-2011 04:26 AM
在函数的说明文档里对于range的映射关系已经说的很明确了。
![]() |
Minimum is the smallest value used for processing. After processing, all pixel values that are less than or equal to the Minimum in the original image are set to 0 for an 8-bit image. In 16-bit and floating-point images, these pixel values are set to the smallest pixel value found in the original image. |
![]() |
Maximum is the largest value used for processing. After processing, all pixel values that are greater than or equal to the Maximum in the original image are set to 255 for an 8-bit image. In 16-bit and floating-point images, these pixel values are set to the largest pixel value found in the original image. |