documents:110822jsip_cooking:javascript_imagej_cookbook
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| documents:110822jsip_cooking:javascript_imagej_cookbook [2016/06/01 09:33] – [Checking Java3D version] kota | documents:110822jsip_cooking:javascript_imagej_cookbook [2020/11/26 08:24] (current) – kota | ||
|---|---|---|---|
| Line 60: | Line 60: | ||
| </ | </ | ||
| - | [[https:// | + | [[https:// |
| ==== Loading CSV file (data table) ==== | ==== Loading CSV file (data table) ==== | ||
| Line 119: | Line 119: | ||
| </ | </ | ||
| - | [[https:// | + | [[https:// |
| ==== Saving CSV file (data table) ==== | ==== Saving CSV file (data table) ==== | ||
| Line 703: | Line 703: | ||
| </ | </ | ||
| - | [[https:// | + | [[https:// |
| ==== Batch Trainable Segmentation using Trained Data ==== | ==== Batch Trainable Segmentation using Trained Data ==== | ||
| Line 726: | Line 726: | ||
| </ | </ | ||
| - | [[https:// | + | [[https:// |
| Another version without using the plugin above. | Another version without using the plugin above. | ||
| 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 ==== | ||
| Line 875: | Line 885: | ||
| </ | </ | ||
| - | [[https:// | + | [[https:// |
| ==== 3D tracking of spots, and plotting of the resulted spots in a new Stack ==== | ==== 3D tracking of spots, and plotting of the resulted spots in a new Stack ==== | ||
| Line 922: | Line 932: | ||
| </ | </ | ||
| - | [[https:// | + | [[https:// |
| ===== Math ===== | ===== Math ===== | ||
| Line 1052: | Line 1062: | ||
| </ | </ | ||
| - | [[https:// | + | [[https:// |
| ==== Gaussian fitting of Intensity Profile ==== | ==== Gaussian fitting of Intensity Profile ==== | ||
| Line 1103: | Line 1113: | ||
| </ | </ | ||
| - | [[https:// | + | [[https:// |
documents/110822jsip_cooking/javascript_imagej_cookbook.1464773608.txt.gz · Last modified: 2016/06/01 09:33 by kota
