Back to Adaptive Vision Library website

You are here: Start » Function Reference » 1D Edge Detection

1D Edge Detection

Select a function from the list below.

IconNameDescription
CreateScanMapUsed together with 1D Edge Detection filters, but can be moved before the loop if only the scan parameters do not change.
ScanExactlyNEdgesVery fast object detection (or presence verification), when the expected number of edges is clearly defined.
ScanExactlyNRidgesVery fast detection (or presence verification) of thin structures like scratches or scale marks.
ScanExactlyNStripesVery fast detection (or presence verification) of multiple pairs of opposite edges.
ScanMultipleEdgesVery fast detection of multiple edge points - usually for object counting or displacement detection.
ScanMultipleRidgesVery fast detection of multiple thin structures like scratches or scale marks - usually for counting or distance measurements.
ScanMultipleStripesVery fast detection of multiple pairs of opposite edges - usually for counting or width measurements.
ScanSingleEdgeVery fast detection of an object (e.g. horizontal displacement of a bottle) and simple measurements (e.g. liquid level in a bottle).
ScanSingleRidgeVery fast detection of a thin structure like a scratch or a scale mark.
ScanSingleStripeVery fast detection or measurement of an object defined by a pair of opposite edges.

Select Filter Equivalent below.

IconNameDescription
AvsFilter_ScanExactlyNEdgesVery fast object detection (or presence verification), when the expected number of edges is clearly defined.
AvsFilter_ScanExactlyNRidgesVery fast detection (or presence verification) of thin structures like scratches or scale marks.
AvsFilter_ScanExactlyNStripesVery fast detection (or presence verification) of multiple pairs of opposite edges.
AvsFilter_ScanMultipleEdgesVery fast detection of multiple edge points - usually for object counting or displacement detection.
AvsFilter_ScanMultipleRidgesVery fast detection of multiple thin structures like scratches or scale marks - usually for counting or distance measurements.
AvsFilter_ScanMultipleStripesVery fast detection of multiple pairs of opposite edges - usually for counting or width measurements.
AvsFilter_ScanSingleEdgeVery fast detection of an object (e.g. horizontal displacement of a bottle) and simple measurements (e.g. liquid level in a bottle).
AvsFilter_ScanSingleRidgeVery fast detection of a thin structure like a scratch or a scale mark.
AvsFilter_ScanSingleStripeVery fast detection or measurement of an object defined by a pair of opposite edges.