halcon - sub_image

sub_image(ImageMinuend, ImageSubtrahend :ImageSub : Mult, Add : )    求两张图像的差值

  ImageSub = (ImageMinuend - ImageSubtrahend) * Mult + Add ;

  Mult: 差值图像的对比度; Add: 差值图像的亮度;

猜你喜欢

转载自blog.csdn.net/u010096608/article/details/80940168