halcon - sub_image

sub_image(ImageMinuendImageSubtrahend :ImageSub : MultAdd : )    求两张图像的差值

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

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