-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ncullen93
committed
Mar 22, 2024
1 parent
9daabe8
commit 085ba41
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
"Operation","OperationType","Parameters","Example","Description","OutputDimensionalityChange" | ||
"PadImage","Basic","positive or negative padvalue","iMath(i,op,5)","pads or de-pads image by n voxels on all sides",0 | ||
"D","Filter","None","iMath(i,op)","distance transform",0 | ||
"MaurerDistance","Filter","None","iMath(i,op)","distance transform",0 | ||
"PeronaMalik","Filter","iterations, conductance","iMath(i,op,10,0.5)","perona malik edge preserving smoothing",0 | ||
"Grad","Filter","sigma","iMath(i,op,1)","gradient magnitude",0 | ||
"Laplacian","Filter","sigma","iMath(i,op,1)","laplacian of intensity",0 | ||
"Canny","Filter","sigma","iMath(i,op,1,5,12)","canny edge detector",0 | ||
"HistogramEqualization","Filter","alpha-beta-radius","iMath(i,op,alpha,beta,5)","adaptiveHistogramEqualizationImageFilter",0 | ||
"MD","Morphology","element radius,value,shape,parametric/lines,thickness,includeCenter","iMath(i,op,1)","dilation",0 | ||
"ME","Morphology","element radius,value,shape,parametric/lines,thickness,includeCenter","iMath(i,op,1)","erosion",0 | ||
"MO","Morphology","element radius,value,shape,parametric/lines,thickness,includeCenter","iMath(i,op,1)","opening",0 | ||
"MC","Morphology","element radius,value,shape,parametric/lines,thickness,includeCenter","iMath(i,op,1)","closing",0 | ||
"GD","Morphology","element radius","iMath(i,op,1)","grayscale dilation",0 | ||
"GE","Morphology","element radius","iMath(i,op,1)","grayscale erosion",0 | ||
"GO","Morphology","element radius","iMath(i,op,1)","grayscale opening",0 | ||
"GC","Morphology","element radius","iMath(i,op,1)","grayscale closing",0 | ||
"FillHoles","LabelOp","None","iMath(i,op)","fills holes in binary object",0 | ||
"FillHolesBinary","LabelOp","None","iMath(i,op)","fills holes in binary object",0 | ||
"GetLargestComponent","LabelOp","None","iMath(i,op)","returns largest portion of binary object",0 | ||
"LabelStats","LabelOp","roiImage","iMath(i,op,roiImg)","summarizes ROI values",NA | ||
"Normalize","Intensity","None","iMath(i,op)","normalize intensity into 0 1 range",0 | ||
"TruncateIntensity","Intensity","lower and upper quantile","iMath(i,op,0.05,0.95)","trim intensities by quantiles",0 | ||
"Sharpen","Intensity","None","iMath(i,op)","makes edges sharper",0 | ||
"PropagateLabelsThroughMask","Filter","labelImage,stoppingValue,propagationMethod","iMath(mask,op,labels)","Propagates labels to labels all voxels in the mask",0 |
Binary file not shown.