摘要:
图像经过处理后,还需要进行分割,才能进行比较或识别,下面就是图像分割的算法原始图分割后的图形12345678图像分割代码如下 TImageInfo = record Bmp: TBitmap; Rect: TRect; end; pImageInfo = ^TImageInfo;function BTSegment(Bmp: TBitmap; CType, MaxValue, MinValue: Integer): TList; procedure Connect1(tbmp: tbitmap; x, y: integer; var _xmin, _xmax, _ymin, _ymax: in 阅读全文