Skip to content
Snippets Groups Projects
Commit ad1fddac authored by Julien Michel's avatar Julien Michel
Browse files

maj baseline

parent 1e6487a3
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -73,8 +73,8 @@ int main(int argc, char * argv[])
// Software Guide : BeginCodeSnippet
const unsigned int Dimension = 2;
typedef unsigned char InputPixelType;
typedef unsigned long LabelPixelType;
typedef double InputPixelType;
typedef unsigned short LabelPixelType;
typedef itk::RGBPixel<unsigned char> RGBPixelType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment