documents:110822jsip_cooking:javascript_imagej_cookbook
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| documents:110822jsip_cooking:javascript_imagej_cookbook [2017/06/07 03:15] – kota | documents:110822jsip_cooking:javascript_imagej_cookbook [2020/11/26 08:24] (current) – kota | ||
|---|---|---|---|
| Line 749: | Line 749: | ||
| %gist(1663061)% | %gist(1663061)% | ||
| - | [gist cmci/1663061] | + | |
| + | https://gist.github.com/ | ||
| + | < | ||
| + | importClass(Packages.ij3d.image3d.IntImage3D); | ||
| + | imp=IJ.getImage(); | ||
| + | ima=new IntImage3D(imp.getStack()); | ||
| + | r=3; | ||
| + | ima2=ima.createLocalMaximaImage(r, | ||
| + | plus=new ImagePlus(" | ||
| + | plus.show(); | ||
| + | </ | ||
| ==== Transformation of 3D stack according to given landmark pairs ==== | ==== Transformation of 3D stack according to given landmark pairs ==== | ||
documents/110822jsip_cooking/javascript_imagej_cookbook.1496805313.txt.gz · Last modified: by kota
