User Tools

Site Tools


documents:110822jsip_cooking:javascript_imagej_cookbook

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
documents:110822jsip_cooking:javascript_imagej_cookbook [2017/06/07 03:15] kotadocuments: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/miura/1663061 
 +<code:js> 
 +importClass(Packages.ij3d.image3d.IntImage3D); 
 +imp=IJ.getImage(); 
 +ima=new IntImage3D(imp.getStack()); 
 +r=3; 
 +ima2=ima.createLocalMaximaImage(r,r,r, true); 
 +plus=new ImagePlus("localmaxima",ima2.getStack()); 
 +plus.show(); 
 +</code>
  
 ==== Transformation of 3D stack according to given landmark pairs ==== ==== Transformation of 3D stack according to given landmark pairs ====
documents/110822jsip_cooking/javascript_imagej_cookbook.txt · Last modified: 2020/11/26 08:24 by kota

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki