FemtoScan Online SDK Documentation
function findSkeletonByThinning | ^
|
Find image skeleton.
Find image skeleton by thinning feature boundary pixels.
- Source:
- ../fmutl/mathlp.h:224
- Author:
- ATC
- Version:
- 1.0
- Params:
| src
| initial and final data array.
|
| srcStep
| step in bytes through the source data (between consecutive lines).
|
| width
| ROI width
|
| height
| ROI height
|
| min_neighbors
| minimal number of pixel neighbors. For the value of 1,
lines will be kept. For the value 0, lines will be removed, leaving only cells
and connecting lines.
|
- Code:
| public extern "C" FMUTL_API void findSkeletonByThinning ( | unsigned char * src , |
| | int srcStep , |
| | int width , |
| | int height , |
| | int min_neighbors ) |
(C) Advanced Technologies Center, 2002-2006
For support contact us at fsdev@nanoscopy.net