halconは1枚の画像が露出したり暗くなったりしたかどうかをテストします
2275 ワード
read_image (Image, '1.bmp')
count_obj (Image, Number)
if(Number<=0)
return()
endif
min_max_gray (Image, Image, 0, Min, Max, Range)
if(Min<1)
*
endif
if(Max>254)
*
endif