Skip to content

Centerline extraction should not be done in template_preprocessing.py #32

@jcohenadad

Description

@jcohenadad

else:
print(subject_name + ' SC segmentation does not exist. Extracting centerline from ' + fname_image)
im_seg = Image(fname_image).change_orientation('RPI')
param_centerline = ParamCenterline(algo_fitting = 'optic', contrast = contrast, smooth = smooth, degree = 5, minmax = minmax)

To implement in https://github.com/neuropoly/template/edit/nb/updated_all

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions