Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initializations and how to have an influence on them? #5

Open
seb110393 opened this issue Oct 8, 2012 · 0 comments
Open

Initializations and how to have an influence on them? #5

seb110393 opened this issue Oct 8, 2012 · 0 comments
Assignees
Labels

Comments

@seb110393
Copy link

Hi,

I have some questions regarding your algorithm.

I would like to know how your algorithm does its initializations and if it's possible to have an influence on them?

Because to segment an mp2rage image, I use this command:

brain_seg -g -n 4 -C mprage.nii rmp2rage.nii -x mask.nii --em-iterations 3 --output-steps -o prefix2 -l 0.3

So "-g" means I'm using posteriori probability which is more robust than use an atlas. Am I right?

Do you have any recommendations in order to increase the quality of the results of segmentation in the case of an mp2rage?

Is it possible to find a paper that explains how the algorithm works?

Otherwise, I use this command:

brain_seg -g -n 4 -C mprage.nii --bias-ouput --bias-corrected-output -x mask.nii --em-iterations 3 --output-steps -o prefix2 -l 0.3

in order to get the estimated Bias field and the corrected input image. In this case (mprage), it works very well.

Thanks in advance.

seb

@ghost ghost assigned oesteban Oct 8, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants