| Interface | Description |
|---|---|
| Cost |
Interface for cost function implementations used by
SearchInterface |
| Class | Description |
|---|---|
| Difference | |
| DifferenceSq | |
| OneMinusErf |
A cost function inspired by an A* search implementation in the
Janelia Workstation,
where the cost of moving to a new voxel is given by the complementary error function
1 - erf(z), where
|
| Reciprocal |
Uses the reciprocal of voxel intensity, rescaled to the interval (double precision)
(2^16 - 1) * (intensity - min) / (max - min)
to compute the cost of moving to a neighbor node.
|
Copyright © 2018–2021 Morphonets. All rights reserved.