image processing - How can i close polyline object in Delphi? -
i using code listed below:
hobj:= imageenvect1.addnewobject(iekpolyline, blob.boundingbox, clgreen); imageenvect1.polylineclosingmode:=iecmonnearfinish; imageenvect1.setobjpolylinepoints(hobj,pplist); and these not connected polygons:
how can connect last points , first points of these polygons?
from documentation http://www.imageen.com/help/imageen/timageenvect.polylineclosingmode.html
iecmalways means closes.
with iecmonnearfinish close if end position of polyline close start.

Comments
Post a Comment