DatacodeEdgeTracker
Description
Decides how strongly edge tracker preserves continuity of an edge.
Values of this enumeration:
- VeryWeak - Good for tracking very clean edges. Works very fast.
 - Weak - Can track reasonably clean edges and when there is no significant noise.
 - Medium - Provides a good balance between handling noise and working fast.
 - Strong - Can track edges even if they are uneven or in presence of strong noise.
 - VeryStrong - Can track very uneven or noisy edges, but may also catch many false edges in the background noise.
 
