EdgeTransition
Description
Decides what is considered as an edge in the image.
Values of this enumeration:
- BrightToDark - Change from bright pixels to dark ones is considered as an edge.
 - DarkToBright - Change from dark pixels to bright ones is considered as an edge.
 - Any - Any change in pixels intensity is going to be considered as an edge.
 
