You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _pages/plugins/bunwarpj.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -315,7 +315,7 @@ Notice here that the input and output file names must include the path, since th
315
315
316
316
For instance, to see the program help we can call the program from the command line (where $IJDIR is the directory where ImageJ is installed) like this in Linux:
Copy file name to clipboardExpand all lines: _pages/plugins/miji.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ run("Command", "key1=7 key2 key3=[C:\\Documents and Settings\\Fiji\\Test.png]");
45
45
46
46
The first parameter to the `run()` method is the menu item's label which identifies the plugin to run (in this example, the label would read: *Command*).
47
47
48
-
The second parameter is a String containing values the user specified via an [ImageJ dialog](http://jenkins.imagej.net/job/ImageJ1-javadoc/javadochttps://imagej.nih.gov/ij/gui/GenericDialog.html). Every value is identified by a label, and except for checkboxes (such as `key2` in the example above), they have values. If the values contain spaces, you need to enclose the value in square brackets (such as `key3` in the example above).
48
+
The second parameter is a String containing values the user specified via an [ImageJ dialog](http://jenkins.imagej.net/job/ImageJ1-javadoc/javadoc/ij/gui/GenericDialog.html). Every value is identified by a label, and except for checkboxes (such as `key2` in the example above), they have values. If the values contain spaces, you need to enclose the value in square brackets (such as `key3` in the example above).
49
49
50
50
Note that the backslash is a so-called *escape character*, i.e. it can be used to insert special characters such as line breaks or tabs. To insert a plain backslash, it has to be repeated therefore (as in the `key3` value: `C:\\Documents and Settings` becomes `C:\\\\Documents and Settings`).
Copy file name to clipboardExpand all lines: _pages/plugins/morpholibj.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -697,15 +697,15 @@ At the end of the script a dialog is shown to smooth the surfaces at will. Each
697
697
698
698
## Documentation
699
699
700
-
Each [released version of MorphoLibJ](https://github.comhttps://imagej.nih.gov/ijpb/MorphoLibJ/releases) comes with a [User Manual in PDF format](https://github.comhttps://imagej.nih.gov/ijpb/MorphoLibJ/releases/download/v1.4.0/MorphoLibJ-manual-v1.4.0.pdf).
700
+
Each [released version of MorphoLibJ](https://github.com/ijpb/MorphoLibJ/releases) comes with a [User Manual in PDF format](https://github.com/ijpb/MorphoLibJ/releases/download/v1.4.0/MorphoLibJ-manual-v1.4.0.pdf).
701
701
702
-
The main source code directory is on GitHub under [src/main/java/inrahttps://imagej.nih.gov/ijpb](http://github.comhttps://imagej.nih.gov/ijpb/MorphoLibJ/tree/master/src/main/java/inrahttps://imagej.nih.gov/ijpb).
702
+
The main source code directory is on GitHub under [src/main/java/inra/ijpb](http://github.com/ijpb/MorphoLibJ/tree/master/src/main/java/inra/ijpb).
703
703
704
-
You can browse the [javadoc](http:/https://imagej.nih.gov/ijpb.github.io/MorphoLibJ/javadoc/) for more information about its API.
704
+
You can browse the [javadoc](http://ijpb.github.io/MorphoLibJ/javadoc/) for more information about its API.
705
705
706
706
## Installation
707
707
708
-
- In [ImageJ 1.x](/software/imagej1), download the [latest released jar](https://github.comhttps://imagej.nih.gov/ijpb/MorphoLibJ/releases) into the *plugins* folder.
708
+
- In [ImageJ 1.x](/software/imagej1), download the [latest released jar](https://github.com/ijpb/MorphoLibJ/releases) into the *plugins* folder.
709
709
- In [ImageJ2](/software/imagej2) (including [Fiji](/software/fiji)), you just need to [ add](/update-sites/following#add-update-sites) the IJPB-plugins site to your list of update sites:
710
710
1. Select {% include bc path='Help | Update...'%} from the menu to start the [updater](/plugins/updater).
711
711
2. Click on *Manage update sites*. This brings up a dialog where you can activate additional update sites.
Copy file name to clipboardExpand all lines: _pages/plugins/nanotrackj.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ categories: [Uncategorized]
12
12
{% capture maintainer%}
13
13
{% include person id='thorstenwagner' %},
14
14
{% endcapture %}
15
-
{% include info-box software='ImageJFiji' name='NanoTrackJ' author=author maintainer=maintainer filename='nanotrackj.jar [\[1](https://github.com/thorstenwagnerhttps://imagej.nih.gov/ij-nanotrackj/releases/latest)\]' source='Github [\[2](https://github.com/thorstenwagnerhttps://imagej.nih.gov/ij-nanotrackj)\]' latest-version='v1.0.3 (22 Feb 2016)' status='active' %}
15
+
{% include info-box software='ImageJFiji' name='NanoTrackJ' author=author maintainer=maintainer filename='nanotrackj.jar [\[1](https://github.com/thorstenwagner/ij-nanotrackj/releases/latest)\]' source='Github [\[2](https://github.com/thorstenwagner/ij-nanotrackj)\]' latest-version='v1.0.3 (22 Feb 2016)' status='active' %}
16
16
17
17
## General
18
18
@@ -78,7 +78,7 @@ If the plugin finishes analyzing it opens histogram plots for the size distribut
78
78
79
79
## Simulation
80
80
81
-
If you like to check NanoTrackJ by Monte-Carlo simulation, you may use our [simulation macros](https://github.com/thorstenwagnerhttps://imagej.nih.gov/ij-nanotrackj/tree/master/scripts/simulation).
81
+
If you like to check NanoTrackJ by Monte-Carlo simulation, you may use our [simulation macros](https://github.com/thorstenwagner/ij-nanotrackj/tree/master/scripts/simulation).
82
82
83
83
PartSimDC.ijm: This macro allows you to simulate particle by specifying their diffusion coefficient.
The plugin provides an alternative to the ImageJ "build-in"-[watershed](https://imagej.nih.gov/ij/docs/guide/146-29.html#sub:Watershed)-plugin. It does not perform better results on regular round clumps. Especially for big clumps with image disturbances and many holes in the clump the results of the watershed plugins are much more robust and it does not depends on so many parameters. For elongated indididual objects, the plugin can produce better results than the watershed.
30
30
31
-
It depends on the [IJ-Blob](/pluginshttps://imagej.nih.gov/ij-blob) library, the [Vecmath](https://github.com/hharrison/vecmath) library, the [LIBSVM](https://www.csie.ntu.edu.tw/~cjlin/libsvm/) library and the [JavaML](http://java-ml.sourceforge.net/) library.
31
+
It depends on the [IJ-Blob](/plugins/ij-blob) library, the [Vecmath](https://github.com/hharrison/vecmath) library, the [LIBSVM](https://www.csie.ntu.edu.tw/~cjlin/libsvm/) library and the [JavaML](http://java-ml.sourceforge.net/) library.
32
32
33
33
## Plugin usage
34
34
@@ -168,7 +168,7 @@ As already mentioned the main algorithm follows the publication of *Kumar et al.
168
168
169
169
# Installation
170
170
171
-
If you use ImageJ just copy ij\_robust\_split.jar in your plugins folder and copy the [IJ-Blob](/pluginshttps://imagej.nih.gov/ij-blob), [Vecmath](https://github.com/hharrison/vecmath), the [LIBSVM](https://www.csie.ntu.edu.tw/~cjlin/libsvm/) and the [JavaML](http://java-ml.sourceforge.net/) jars into the plugins/jars folder.
171
+
If you use ImageJ just copy ij\_robust\_split.jar in your plugins folder and copy the [IJ-Blob](/plugins/ij-blob), [Vecmath](https://github.com/hharrison/vecmath), the [LIBSVM](https://www.csie.ntu.edu.tw/~cjlin/libsvm/) and the [JavaML](http://java-ml.sourceforge.net/) jars into the plugins/jars folder.
Copy file name to clipboardExpand all lines: _pages/plugins/tws/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ Here we can load the data (in [Weka](http://www.cs.waikato.ac.nz/ml/weka/) forma
102
102
103
103
#### Save data
104
104
105
-
With this button we can save the current trace information into a data file that we can handle later with the plugin or the Weka Explorer itself. The plugin will save the feature vectors derived from the pixels belonging to each trace into an [ARFF](http://weka.wikispaces.com/ARFF+%28stable+version%29) file at a location chosen by the user. Notice the traces (regions of interests selected by the user) are not saved but only their corresponding feature vectors. To save the ROIs, you can simply use the \[https://imagej.nih.gov/ijhttps://imagej.nih.gov/ij/docs/guide/146-30.html#sub:ROI-Manager... ROI Manager\].
105
+
With this button we can save the current trace information into a data file that we can handle later with the plugin or the Weka Explorer itself. The plugin will save the feature vectors derived from the pixels belonging to each trace into an [ARFF](http://weka.wikispaces.com/ARFF+%28stable+version%29) file at a location chosen by the user. Notice the traces (regions of interests selected by the user) are not saved but only their corresponding feature vectors. To save the ROIs, you can simply use the \[https://imagej.nih.gov/ij/docs/guide/146-30.html#sub:ROI-Manager... ROI Manager\].
To create scripts, just save them as .clj text files (with an underscore in the name) in any folder or subfolder of Fiji's plugins folder, and run {% include bc path='Plugins|Scripting|Refresh Clojure Scripts'%} to update the menus (it's done automatically at start up as well).
@@ -299,13 +299,13 @@ Above, note the dot '.' after Random, which indicates we are calling the constru
299
299
300
300
ImageJ has three basic objects:
301
301
302
-
- The <b>[ImagePlus](https://imagej.nih.gov/ij/developer/apihttps://imagej.nih.gov/ij/ImagePlus.html)</b>, which wraps the ImageProcessor and contains properties and pointers to the ROI (region of interest) and the ImageWindow that may be displaying the image.
303
-
- The <b>[ImageProcessor](https://imagej.nih.gov/ij/developer/apihttps://imagej.nih.gov/ij/process/ImageProcessor.html)</b>, which is an abstract class enabling the high-level manipulation of and access to pixels. Its subclasses each wraps a different kind of data type:
302
+
- The <b>[ImagePlus](https://imagej.nih.gov/ij/developer/api/ij/ImagePlus.html)</b>, which wraps the ImageProcessor and contains properties and pointers to the ROI (region of interest) and the ImageWindow that may be displaying the image.
303
+
- The <b>[ImageProcessor](https://imagej.nih.gov/ij/developer/api/ij/process/ImageProcessor.html)</b>, which is an abstract class enabling the high-level manipulation of and access to pixels. Its subclasses each wraps a different kind of data type:
304
304
- ByteProcessor - byte\[\]
305
305
- ShortProcessor - short\[\]
306
306
- FloatProcessor - float\[\]
307
307
- ColorProcessor - int\[\] (byte-packed ARGB, but Alpha channel is ignored)
308
-
- The <b>[ImageStack](https://imagej.nih.gov/ij/developer/apihttps://imagej.nih.gov/ij/ImageStack.html)</b> which contains unfortunately not an array of ImageProcessor, but an Object\[\] containing an homogeneous list of equal length byte\[\], or float\[\], etc.
308
+
- The <b>[ImageStack](https://imagej.nih.gov/ij/developer/api/ij/ImageStack.html)</b> which contains unfortunately not an array of ImageProcessor, but an Object\[\] containing an homogeneous list of equal length byte\[\], or float\[\], etc.
309
309
310
310
For extensive documentation, see the [Anatomy of an ImageJ image](http://albert.rierol.net/imagej_programming_tutorials.html#ImageJ%20programming%20basics) ImageJ programming basics tutorial.
311
311
@@ -362,7 +362,7 @@ An alternative way would be to simply duplicate the processor of imp-1, and then
362
362
363
363
### Resizing an ImageStack
364
364
365
-
This one is harder, because an ImageStack is just a wrapper for Object\[\] list of pixel arrays. ImageJ though provides a mid-level resizing method, via the [CanvasResizer](https://imagej.nih.gov/ij/developer/apihttps://imagej.nih.gov/ij/plugin/CanvasResizer.html) class:
365
+
This one is harder, because an ImageStack is just a wrapper for Object\[\] list of pixel arrays. ImageJ though provides a mid-level resizing method, via the [CanvasResizer](https://imagej.nih.gov/ij/developer/api/ij/plugin/CanvasResizer.html) class:
366
366
367
367
(import '(ij.plugin CanvasResizer)
368
368
'(ij IJ ImagePlus))
@@ -1125,7 +1125,7 @@ To compile the clojure code to .class files, you need:
0 commit comments