Click or drag to resize

ChainApproxMethod Fields

http://www.emgu.com

The ChainApproxMethod type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberChainApproxNone
translate all the points from the chain code into points;
Public fieldStatic memberChainApproxSimple
compress horizontal, vertical, and diagonal segments, that is, the function leaves only their ending points;
Public fieldStatic memberChainApproxTc89Kcos
apply one of the flavors of Teh-Chin chain approximation algorithm
Public fieldStatic memberChainApproxTc89L1
Public fieldStatic memberChainCode
output contours in the Freeman chain code. All other methods output polygons (sequences of vertices).
Public fieldStatic memberLinkRuns
use completely different contour retrieval algorithm via linking of horizontal segments of 1s. Only LIST retrieval mode can be used with this method
Public fieldvalue__
Top
See Also