File: Links.html

package info (click to toggle)
libics 1.6.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,148 kB
  • sloc: ansic: 8,819; sh: 4,253; cpp: 764; makefile: 149
file content (59 lines) | stat: -rw-r--r-- 2,594 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">

<html>
  <head>
    <title>libics: Links</title>
    <link rel="stylesheet" href="libics.css" type="text/css" title="default">
    <!--[if lte IE 6]>
    <link rel="stylesheet" href="iexplorefix.css" type="text/css" title="default">
    <![endif]-->
  </head>

  <body>
    <p class=header>libics v.1.6.8 Online Documentation. &copy;2000-2010 by Cris Luengo and others.</p>

    <div class="navbar">
      <ul>
        <li><a href=".">libics home</a></li>
        <li><a href="Documentation.html">Documentation</a></li>
        <li><a href="Credits.html">Credits</a></li>
        <li><a href="Links.html" class="selected">Links</a></li>
        <li><a href="https://github.com/svi-opensource/libics/releases">Download</a></li>
        <li><a href="https://github.com/svi-opensource/libics">GitHub</a></li>
      </ul>
    </div>

<h1>Links</h1>

    <p>Libraries that libics depends on:</p>
    <ul>
       <li><a href="http://www.zlib.org">zlib</a> is the compression library used by libics.</li>
    </ul>

    <p>Software that uses libics:</p>
    <ul>
    <li><a href="http://www.diplib.org/">DIPlib and DIPimage</a>, a scientific image analysis library and MATLAB toolbox.</li>
    <li><a href="http://www.andre-bell.de/projects/pylibics">pylibics</a>, a Python wrapper for libics.</li>
    <li><a href="http://www.svi.nl/HuygensSoftware">Huygens</a>, fluorescence microscope image restoration tool.</li>
    <li><a href="http://cbia.fi.muni.cz/projects/the-cbia-i3dcore-and-i3dalgo-libraries.html">The CBIA i3dcore and i3dalgo libraries</a>, an image representation library and an image algorithm library.</li>
    <li><a href="http://www.irfanview.com/">IrfanView</a>, Windows image viewer.</li>
    </ul>

    <p>Software that uses the ICS file format:</p>
    <ul>
    <li><a href="http://www.loci.wisc.edu/software/bio-formats">Bio-Formats</a>, a standalone Java library for reading and writing life sciences image file formats.</li>
    <li><a href="http://valelab.ucsf.edu/~nico/IJplugins/Ics_Opener.html">Ics Opener</a>, an ImageJ plugin to read ICS files.</li>
    <li><a href="http://www.nis-elements.com/">NIS-Elements</a>, the Nikon microscope imaging software (Nikon confocal microscopes produce ICS files).</li>
    </ul>

    <p>Other resources:</p>
    <ul>
    <li><a href="http://en.wikipedia.org/wiki/Image_Cytometry_Standard">Wikipedia entry on ICS</a>.</li>
    <li><a href="http://dx.doi.org/10.1002/cyto.990110502">The Cytometry paper that first proposed the ICS standard.</a></li>
    </ul>

  </body>
</html>