Skip to content

Commit da5002a

Browse files
committed
DOC: SpeedFunctionToPathFilter update
1 parent 3654c33 commit da5002a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/itkSpeedFunctionToPathFilter.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ namespace itk
3737
*
3838
* The user must provide the following:
3939
* 1. A real-valued speed function as the filter input
40-
* 2. At least one PathInfo object using AddPathInfo().
40+
* 2. At least one PathInfo object using AddPathInformation().
4141
* The speed function must be a real-valued (float or double) image
42-
* in the range [0,1]. If multiple PathInfo objects are added,
42+
* in the range [0,1]. If multiple PathInformation objects are added,
4343
* multiple paths are extracted and saved to separate filter outputs.
4444
*
4545
* A cost function optimizer may also be provided. If an optimizer

0 commit comments

Comments
 (0)