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)
255 * (intensity - min) / (max - min)
to compute the cost of moving to a neighbor node.
|
Copyright © 2015–2021 Fiji. All rights reserved.