This file is indexed.

/usr/share/doc/mia-2.4/userref/SecPlugintype2dimagemaskedcost.html is in mia-tools-doc 2.4.3-5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Plugin type: 2dimage/maskedcost</title><link rel="stylesheet" type="text/css" href="progref.css"><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"><link rel="home" href="index.html" title="Mia Program Reference"><link rel="up" href="plugins.html" title="Chapter 3. Plugin Reference"><link rel="prev" href="SecPlugintype2dimageio.html" title="Plugin type: 2dimage/io"><link rel="next" href="SecPlugintype2dimageshape.html" title="Plugin type: 2dimage/shape"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Plugin type: 2dimage/maskedcost</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="SecPlugintype2dimageio.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Plugin Reference</th><td width="20%" align="right"> <a accesskey="n" href="SecPlugintype2dimageshape.html">Next</a></td></tr></table><hr></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="SecPlugintype2dimagemaskedcost"></a>Plugin type: 2dimage/maskedcost</h2></div></div></div><p class="plugdescr">2D image similarity kernels evaluate the according similarity measure between two images by using a mask. These kernels may be used standalone, like e.g. in linear registration, or will be called from generalized image similarity cost plug-ins that also take care of transforming and scaling the images during the image registration process.</p><h4><a name="idp17071"></a>Plugins:</h4><p class="pluginlist">
      <a class="xref" href="SecPlugintype2dimagemaskedcost.html#pluginlncc2dimagemaskedcost" title="lncc">lncc</a>
      <a class="xref" href="SecPlugintype2dimagemaskedcost.html#pluginmi2dimagemaskedcost" title="mi">mi</a>
      <a class="xref" href="SecPlugintype2dimagemaskedcost.html#pluginncc2dimagemaskedcost" title="ncc">ncc</a>
      <a class="xref" href="SecPlugintype2dimagemaskedcost.html#pluginssd2dimagemaskedcost" title="ssd">ssd</a>
    </p><p class="plugin">
      </p><div class="sect4"><div class="titlepage"><div><div><h5 class="title"><a name="pluginlncc2dimagemaskedcost"></a>lncc</h5></div></div></div><p class="plugindescr">local normalized cross correlation with masking support.. Supported parameters are:</p><div class="informaltable"><table class="informaltable" width="100%" border="1"><colgroup><col width="10%" class="c1"><col width="20%" class="c2"><col width="10%" class="c3"></colgroup><thead><tr><th align="center" valign="top">Name</th><th align="center" valign="top">Type</th><th align="center" valign="top">Default</th><th align="center" valign="top">Description</th></tr></thead><tbody><tr><td align="center" valign="top">w</td><td align="center" valign="top">uint in [1, 256]</td><td align="center" valign="top">5</td><td align="left" valign="top">half width of the window used for evaluating the localized cross correlation</td></tr></tbody></table></div></div><p class="plugin">
    </p><p class="plugin">
      </p><div class="sect4"><div class="titlepage"><div><div><h5 class="title"><a name="pluginmi2dimagemaskedcost"></a>mi</h5></div></div></div><p class="plugindescr">Spline parzen based mutual information with masking.. Supported parameters are:</p><div class="informaltable"><table class="informaltable" width="100%" border="1"><colgroup><col width="10%" class="c1"><col width="20%" class="c2"><col width="10%" class="c3"></colgroup><thead><tr><th align="center" valign="top">Name</th><th align="center" valign="top">Type</th><th align="center" valign="top">Default</th><th align="center" valign="top">Description</th></tr></thead><tbody><tr><td align="center" valign="top">cut</td><td align="center" valign="top">float in [0, 40]</td><td align="center" valign="top">0</td><td align="left" valign="top">Percentage of pixels to cut at high and low intensities to remove outliers</td></tr><tr><td align="center" valign="top">mbins</td><td align="center" valign="top">uint in [1, 256]</td><td align="center" valign="top">64</td><td align="left" valign="top">Number of histogram bins used for the moving image</td></tr><tr><td align="center" valign="top">mkernel</td><td align="center" valign="top">factory</td><td align="center" valign="top">[bspline:d=3]</td><td align="left" valign="top">Spline kernel for moving image parzen hinstogram. For supported plug-ins see <a class="xref" href="SecPlugintype1dsplinekernel.html" title="Plugin type: 1d/splinekernel">Plugin type: 1d/splinekernel</a></td></tr><tr><td align="center" valign="top">rbins</td><td align="center" valign="top">uint in [1, 256]</td><td align="center" valign="top">64</td><td align="left" valign="top">Number of histogram bins used for the reference image</td></tr><tr><td align="center" valign="top">rkernel</td><td align="center" valign="top">factory</td><td align="center" valign="top">[bspline:d=0]</td><td align="left" valign="top">Spline kernel for reference image parzen hinstogram. For supported plug-ins see <a class="xref" href="SecPlugintype1dsplinekernel.html" title="Plugin type: 1d/splinekernel">Plugin type: 1d/splinekernel</a></td></tr></tbody></table></div></div><p class="plugin">
    </p><p class="plugin">
      </p><div class="sect4"><div class="titlepage"><div><div><h5 class="title"><a name="pluginncc2dimagemaskedcost"></a>ncc</h5></div></div></div><p class="plugindescr">normalized cross correlation with masking support.. (This plug-in doesn't take parameters)</p></div><p class="plugin">
    </p><p class="plugin">
      </p><div class="sect4"><div class="titlepage"><div><div><h5 class="title"><a name="pluginssd2dimagemaskedcost"></a>ssd</h5></div></div></div><p class="plugindescr">Sum of squared differences with masking.. (This plug-in doesn't take parameters)</p></div><p class="plugin">
    </p><h4><a name="idp17155"></a>Plugin consumers:</h4><p class="consumer">
      <a class="xref" href="Secmia2dcost.html" title="mia-2dcost">mia-2dcost</a>
      <a class="xref" href="Secmia2dimageregistration.html" title="mia-2dimageregistration">mia-2dimageregistration</a>
      <a class="xref" href="Secmia2dmany2onenonrigid.html" title="mia-2dmany2one-nonrigid">mia-2dmany2one-nonrigid</a>
      <a class="xref" href="Secmia2dmultiforce.html" title="mia-2dmulti-force">mia-2dmulti-force</a>
      <a class="xref" href="Secmia2dmultiimageregistration.html" title="mia-2dmultiimageregistration">mia-2dmultiimageregistration</a>
      <a class="xref" href="Secmia2dmyoicafull.html" title="mia-2dmyoica-full">mia-2dmyoica-full</a>
      <a class="xref" href="Secmia2dmyoicanonrigid.html" title="mia-2dmyoica-nonrigid">mia-2dmyoica-nonrigid</a>
      <a class="xref" href="Secmia2dmyoicanonrigidparallel.html" title="mia-2dmyoica-nonrigid-parallel">mia-2dmyoica-nonrigid-parallel</a>
      <a class="xref" href="Secmia2dmyoicapgt.html" title="mia-2dmyoicapgt">mia-2dmyoicapgt</a>
      <a class="xref" href="Secmia2dmyoperiodicnonrigid.html" title="mia-2dmyoperiodic-nonrigid">mia-2dmyoperiodic-nonrigid</a>
      <a class="xref" href="Secmia2dmyoserialnonrigid.html" title="mia-2dmyoserial-nonrigid">mia-2dmyoserial-nonrigid</a>
      <a class="xref" href="Secmia2dmyosetall2onenonrigid.html" title="mia-2dmyoset-all2one-nonrigid">mia-2dmyoset-all2one-nonrigid</a>
      <a class="xref" href="SecPlugintype2dimagefullcost.html#pluginmaskedimage2dimagefullcost" title="maskedimage">maskedimage:2dimage/fullcost</a>
    </p></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="SecPlugintype2dimageio.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="plugins.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="SecPlugintype2dimageshape.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Plugin type: 2dimage/io </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Plugin type: 2dimage/shape</td></tr></table></div></body></html>