Back to FabImage Library website
You are here: Start » Function Reference » 1D Edge Detection
1D Edge Detection
Select a function from the list below.
Icon | Name | Description |
---|---|---|
CreateScanMap | Used together with 1D Edge Detection filters, but can be moved before the loop if only the scan parameters do not change. | |
![]() | ScanExactlyNEdges | Very fast object detection (or presence verification), when the expected number of edges is clearly defined. |
![]() | ScanExactlyNRidges | Very fast detection (or presence verification) of thin structures like scratches or scale marks. |
![]() | ScanExactlyNStripes | Very fast detection (or presence verification) of multiple pairs of opposite edges. |
![]() | ScanMultipleEdges | Very fast detection of multiple edge points - usually for object counting or displacement detection. |
![]() | ScanMultipleRidges | Very fast detection of multiple thin structures like scratches or scale marks - usually for counting or distance measurements. |
![]() | ScanMultipleStripes | Very fast detection of multiple pairs of opposite edges - usually for counting or width measurements. |
![]() | ScanSingleEdge | Very fast detection of an object (e.g. horizontal displacement of a bottle) and simple measurements (e.g. liquid level in a bottle). |
![]() | ScanSingleRidge | Very fast detection of a thin structure like a scratch or a scale mark. |
![]() | ScanSingleStripe | Very fast detection or measurement of an object defined by a pair of opposite edges. |
Select Filter Equivalent below.
Icon | Name | Description |
---|---|---|
![]() | FisFilter_ScanExactlyNEdges | Very fast object detection (or presence verification), when the expected number of edges is clearly defined. |
![]() | FisFilter_ScanExactlyNRidges | Very fast detection (or presence verification) of thin structures like scratches or scale marks. |
![]() | FisFilter_ScanExactlyNStripes | Very fast detection (or presence verification) of multiple pairs of opposite edges. |
![]() | FisFilter_ScanMultipleEdges | Very fast detection of multiple edge points - usually for object counting or displacement detection. |
![]() | FisFilter_ScanMultipleRidges | Very fast detection of multiple thin structures like scratches or scale marks - usually for counting or distance measurements. |
![]() | FisFilter_ScanMultipleStripes | Very fast detection of multiple pairs of opposite edges - usually for counting or width measurements. |
![]() | FisFilter_ScanSingleEdge | Very fast detection of an object (e.g. horizontal displacement of a bottle) and simple measurements (e.g. liquid level in a bottle). |
![]() | FisFilter_ScanSingleRidge | Very fast detection of a thin structure like a scratch or a scale mark. |
![]() | FisFilter_ScanSingleStripe | Very fast detection or measurement of an object defined by a pair of opposite edges. |