另一种检测边缘的方法是以下序列:
HImage Image("file_xyz"); HImage Mean = Image.MeanImage(11,11); HRegion Threshold = Image.DynThreshold(Mean,5,"light");
请注意以下几点: