Woolz Image Processing  Version 1.8.3
WlzThinToPoints.c File Reference

Functions for extracting point locations by thinnning. More...

Data Structures

struct  _WlzThinToPointsHeapEntry
 

Typedefs

typedef struct _WlzThinToPointsHeapEntry WlzThinToPointsHeapEntry
 

Functions

WlzObjectWlzThinToPoints (WlzObject *gObj, int gThin, int gStart, int gInc, WlzErrorNum *dstErr)
 Extracts a points object in which the points are the centres of thinned regions of the input domain object. If the object has grey values and gThin is set then the object is erroded by successive thresholding while collecting all disconnected regions or if the object has no values the object is simply labeled to give a collection of disconnected regions. The disconnected regions are then eroded (morphologicaly) again collecting disconnected regions. More...
 

Detailed Description

Functions for extracting point locations by thinnning.

Author
Bill Hill
Date
March 2016
Version
Id
f0b130ab59eb03f25371c1230beda67e4a5b2d4b
Address: MRC Human Genetics Unit, MRC Institute of Genetics and Molecular Medicine, University of Edinburgh, Western General Hospital, Edinburgh, EH4 2XU, UK.
Copyright (C), [2016], The University Court of the University of Edinburgh, Old College, Edinburgh, UK.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

Typedef Documentation

◆ WlzThinToPointsHeapEntry