Inheritance diagram for nipy.neurospin.registration.iconic_registration:
Intensity-based matching.
Questions: alexis.roche@gmail.com
Bases: object
Evaluate the similarity at the transformations specified by sequences of parameter values.
For instance:
explore(T0, (0, [-1,0,1]), (4, [-2.,2]))
Clamp array values that fall within a given mask in the range [0..bins-1] and reset masked values to -1.
| Parameters: | x : ndarray
bins : number
|
|---|---|
| Returns: | y : ndarray
bins : number
|
Tune spacing factors so that the number of voxels in the output block matches a given number.
| Parameters: | data : ndarray or sequence
npoints : number
|
|---|---|
| Returns: | spacing: ndarray :
|