-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPointFunction.html
More file actions
18 lines (16 loc) · 1.3 KB
/
Copy pathPointFunction.html
File metadata and controls
18 lines (16 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<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 library for random Point Function statistics.
<ul>
<li style="padding: 10px;">The library includes methods for Two-Point, Lineal Path, Chord Length distributions, and an experimental Pore Size distribution.</li>
<li style="padding: 10px;">The above methods call public methods like randomPointPair, bresenhamLine, getLine etc.</li>
<li style="padding: 10px;">Click <a href="PointFunctionDocs/index.html">here</a> to view Point Function's JavaDocs.</li>
<li style="padding: 10px;">See the ImageJ plugins below for example plugins..</li>
<li style="padding: 10px;">Click <a href="https://github.com/LazzyIzzi/PointFunctions/releases/tag/v1.0.0-alpha" target="_blank">here</a> to download PointFunctions.jar.
<li style="padding: 10px;">Installation ImageJ Developers- Download the jar file to your IDE's preferred location and add to your imageJ project build path.</li>
<li style="padding: 10px;">Installation ImageJ- Place the jar file in the plugins folder and restart ImageJ. See the Point Function plugins for use examples.</li>
</ul>
</strong>