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

Matlab path? #57

Open
GPana opened this issue Nov 2, 2020 · 2 comments
Open

Matlab path? #57

GPana opened this issue Nov 2, 2020 · 2 comments

Comments

@GPana
Copy link

GPana commented Nov 2, 2020

Sorry for this, but I am not a coder! This is a bit awkward..

How do I add the folder code in the Matlab path?

How do I run the script AxonSeg?

Kind Regards,

George

@alexfoias
Copy link

Hi @GPana ,

  1. Download the latest release (3.4) of Axon Segmentation Toolbox : https://github.com/neuropoly/axonseg/releases
  2. Unzip the axonseg-3.4 archive file
  3. In the MATLAB - Command Window execute:
    folder = 'PATH_TO_UNZIPPED_axonseg-3.4'
    where PATH_TO_UNZIPPED_axonseg-3.4 is the path of the unzipped axonseg-3.4 archive
  4. In the MATLAB - Command Window execute:
    addpath(genpath(folder));
    This command will add the scripts and subfolders to the MATLAB Environment
  5. Run AxonSeg. In the matlab command window execute:
    AxonSeg

You can consult our tutorial script under /as_tutorial.m

@mathieuboudreau
Copy link
Member

Hi @GPana - I'd also like to chime in to say that this project isn't being actively used anymore, I'd recommend you check out our more up-to-date AxonDeepSeg project here for a more automated approach at axon/myelin segmentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants