-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPointFunctions.html
More file actions
20 lines (18 loc) · 1.71 KB
/
Copy pathPointFunctions.html
File metadata and controls
20 lines (18 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<title>Point Functions</title>
<link rel="icon" type="image/x-icon" href="SiteImages/LazzyIzzi.jpg">
<button onclick="history.back()">Back</button>
<a href="index.html"><button>Home Page</button></a>
<strong>
<li style="padding: 10px;">Point Functions - A collection of DistanceMapLib-based ImageJ plugins implement the distance transforms and model non-wetting invasion percolation. All methods support asymmetric pixels/voxel sizes and physical dimensions.
<ul>
<li style="padding: 10px;"><a href="PointFuncPages/TwoPoint.html" target="_self">Two-Point Correlation</a> - probability that two points separated by a distance D will lie in the same image component.</li>
<li style="padding: 10px;"><a href="PointFuncPages/LinealPath.html" target="_self">Lineal Path Function</a> - probability that a line of length L will lie completely in the same image component.</li>
<li style="padding: 10px;"><a href="PointFuncPages/ChordLength.html" target="_self">Chord Length Distribution</a> - probability density of finding a chord of length L in the interval L±dL in the selected image component.</li>
<li style="padding: 10px;"><a href="PointFuncPages/PoreSize.html" target="_self">Pore Size Distribution</a> - <i>experimental</i> probability density of finding a pore of radius R in the interval R±dR in the selected component.</li>
<li style="padding: 10px;">Installation: Point Functions bundle
<ol>
<li style="padding: 10px;">Download <a href="https://github.com/LazzyIzzi/ImageJPlugins_PointFunctions/releases/tag/v1.0.0-alpha" target="_blank">ImageJ_PointFunctionsBundle.jar</a> to the ImageJ/plugins folder.</li>
<li style="padding: 10px;">Launch ImageJ</li>
</ol>
</ul>
</strong>