Skip to content

Commit 085ba41

Browse files
author
ncullen93
committed
add imath data from antsrcore
1 parent 9daabe8 commit 085ba41

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

data/iMathOps.csv

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
"Operation","OperationType","Parameters","Example","Description","OutputDimensionalityChange"
2+
"PadImage","Basic","positive or negative padvalue","iMath(i,op,5)","pads or de-pads image by n voxels on all sides",0
3+
"D","Filter","None","iMath(i,op)","distance transform",0
4+
"MaurerDistance","Filter","None","iMath(i,op)","distance transform",0
5+
"PeronaMalik","Filter","iterations, conductance","iMath(i,op,10,0.5)","perona malik edge preserving smoothing",0
6+
"Grad","Filter","sigma","iMath(i,op,1)","gradient magnitude",0
7+
"Laplacian","Filter","sigma","iMath(i,op,1)","laplacian of intensity",0
8+
"Canny","Filter","sigma","iMath(i,op,1,5,12)","canny edge detector",0
9+
"HistogramEqualization","Filter","alpha-beta-radius","iMath(i,op,alpha,beta,5)","adaptiveHistogramEqualizationImageFilter",0
10+
"MD","Morphology","element radius,value,shape,parametric/lines,thickness,includeCenter","iMath(i,op,1)","dilation",0
11+
"ME","Morphology","element radius,value,shape,parametric/lines,thickness,includeCenter","iMath(i,op,1)","erosion",0
12+
"MO","Morphology","element radius,value,shape,parametric/lines,thickness,includeCenter","iMath(i,op,1)","opening",0
13+
"MC","Morphology","element radius,value,shape,parametric/lines,thickness,includeCenter","iMath(i,op,1)","closing",0
14+
"GD","Morphology","element radius","iMath(i,op,1)","grayscale dilation",0
15+
"GE","Morphology","element radius","iMath(i,op,1)","grayscale erosion",0
16+
"GO","Morphology","element radius","iMath(i,op,1)","grayscale opening",0
17+
"GC","Morphology","element radius","iMath(i,op,1)","grayscale closing",0
18+
"FillHoles","LabelOp","None","iMath(i,op)","fills holes in binary object",0
19+
"FillHolesBinary","LabelOp","None","iMath(i,op)","fills holes in binary object",0
20+
"GetLargestComponent","LabelOp","None","iMath(i,op)","returns largest portion of binary object",0
21+
"LabelStats","LabelOp","roiImage","iMath(i,op,roiImg)","summarizes ROI values",NA
22+
"Normalize","Intensity","None","iMath(i,op)","normalize intensity into 0 1 range",0
23+
"TruncateIntensity","Intensity","lower and upper quantile","iMath(i,op,0.05,0.95)","trim intensities by quantiles",0
24+
"Sharpen","Intensity","None","iMath(i,op)","makes edges sharper",0
25+
"PropagateLabelsThroughMask","Filter","labelImage,stoppingValue,propagationMethod","iMath(mask,op,labels)","Propagates labels to labels all voxels in the mask",0

data/iMathOps.rda

1.06 KB
Binary file not shown.

0 commit comments

Comments
 (0)