|
MeVisLab Toolbox Reference
|
Functions | |
| MLCSO_EXPORT void | redistributeSeedPointsEveryNthPathPoint (CSO *cso, int everyNthPathPoint, bool notifyObservers=true) |
The CSOGenerateSeedPoints namespace offers methods to compute seed points for specified CSOs while retaining the path points.
| MLCSO_EXPORT void ml::CSOGenerateSeedPoints::redistributeSeedPointsEveryNthPathPoint | ( | CSO * | cso, |
| int | everyNthPathPoint, | ||
| bool | notifyObservers = true ) |
Redistributes the seed points of a specified CSO so that they are evenly distributed along the original path points with roughly the specified target distance from each other. The algorithm distributes always at least three seed points to a contour.
| notifyObservers | If true (the default) a "CSO finished" notification is sent after completion. |
References MLCSO_EXPORT, and redistributeSeedPointsEveryNthPathPoint().
Referenced by redistributeSeedPointsEveryNthPathPoint().