<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
    <link href="chrome://translator/skin/floatingPanel.css"
      type="text/css" rel="stylesheet">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Hi,<br>
    <br>
    I'd like to get some histogram quantiles from a masked image. The
    mask is create by binary thresholding the input image.<br>
    <br>
    If I choose itk::Statistics::MaskedImageToHistogramFilter and use
    Quantile(0, 0.5) it gives me nan. Next idea is to use
    itk::Statistics::ScalarImageToHistogramGenerator and set the
    histogram frequencies for measurements below the given threshold to
    zero. Now the problem is that
    itk::Statistics::ScalarImageToHistogramGenerator-&gt;GetOutput()
    returns a const histogram I can't modify e.g. by
    SetFrequencyOfMeasurement().<br>
    <br>
    Any hints how to solve my problem?<br>
    <br>
    Christina Rossmanith<br>
    <br>
    <br>
    <div style="bottom: auto; left: 602px; right: auto; top: 142px;
      display: none;" class="translator-theme-default"
      id="translator-floating-panel">
      <div title="Zum übersetzen klicken"
        id="translator-floating-panel-button"></div>
    </div>
  </body>
</html>