<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hi Hui,<br>
    <br>
    Sorry, there was a typo in my previous email :-/...<br>
    <br>
    Here you go:<br>
    <br>
    &nbsp;&nbsp;&nbsp; $ git checkout -t origin/v4.0b01<br>
    <br>
    Here are the *.h you are looking for<br>
    <br>
    $ find . | grep itkBinaryImageToWhitakerSparseLevelSetAdaptor.h<br>
./Modules/Segmentation/LevelSetsv4/include/itkBinaryImageToWhitakerSparseLevelSetAdaptor.hxx<br>
./Modules/Segmentation/LevelSetsv4/include/itkBinaryImageToWhitakerSparseLevelSetAdaptor.h<br>
    <br>
    To be able to use the LevelSetsv4, you should either build ITK with
    all modules, or explicitly turn on the LevelSetsv4 one (which is
    part of the Segmentation group).<br>
    <br>
    Please keep the conversation on the mailing list, other users may
    have the same problem.<br>
    <br>
    Best,<br>
    Arnaud<br>
    <br>
    On 09/30/2011 09:06 AM, Hui Tang wrote:
    <blockquote
cite="mid:CAEz0C-7JYuCGC8hJ+5yEv2mtVVYBqr24_-9eXj3_zUqmhJSwKA@mail.gmail.com"
      type="cite">
      <div>Dear Arnaud, </div>
      <div>&nbsp;</div>
      <div>Thanks for your help. &nbsp;I still can not find
        itkBinaryImageToWhitakerSparseLevelSetAdaptor.h in v4.0b1. </div>
      <div>git shows the version number, so it should be right.....</div>
      <div>Best,</div>
      <div>&nbsp;</div>
      <div>Hui</div>
      <div class="gmail_quote">On Thu, Sep 29, 2011 at 7:05 PM, Hui Tang
        <span dir="ltr">&lt;<a moz-do-not-send="true"
            href="mailto:tanghui.seu@gmail.com" target="_blank">tanghui.seu@gmail.com</a>&gt;</span>
        wrote:<br>
        <blockquote style="border-left: 1px solid rgb(204, 204, 204);
          margin: 0px 0px 0px 0.8ex; padding-left: 1ex;"
          class="gmail_quote">
          <p>Hi arnaud thanks a loooooot for this! I will try, I will
            let you know how it works:) best hui </p>
          <div class="gmail_quote">Op 29 sep. 2011 18:55 schreef "Gelas,
            Arnaud Joel Florent" &lt;<a moz-do-not-send="true"
              href="mailto:Arnaud_Gelas@hms.harvard.edu" target="_blank">Arnaud_Gelas@hms.harvard.edu</a>&gt;
            het volgende:
            <div>
              <div><br type="attribution">
                &gt; Hi Hui Tang,<br>
                &gt; <br>
                &gt; I am really happy to see you are interested and are
                testing the new level set infrastructure!<br>
                &gt; <br>
                &gt; If you get this error, I can only assume that you
                are now using the git master version of ITK, this file
                has been remove recently from the repository...<br>
                &gt; I would strongly recommend to stick to ITK tags,
                since API keeps on changing all around the place in the
                toolkit.<br>
                &gt; <br>
                &gt; Here is how you'd get the last tagged version:<br>
                &gt; <br>
                &gt; $ git fetch --all<br>
                &gt; $ git checkout -t origin/v4.0b1<br>
                &gt; <br>
                &gt; With this version, you should be able to find
                itkBinaryImageToWhitakerSparseLevelSetAdaptor.h<br>
                &gt; <br>
                &gt; If you are more adventurous, and want to be part of
                the development, you can use master, but expect API /
                files / class name to change.<br>
                &gt; You can also create a gerrit account to review
                patches (instructions are on the wiki). Note that all
                contributions / inputs on this effort are welcome!!<br>
                &gt; <br>
                &gt; Now regarding your question, this is really easy to
                make it happened in the v4 infrastructure. You have two
                possibilities:<br>
                &gt; <br>
                &gt; 1- grab the code from iternal or external term
                (depending on your case); copy the code; you modify and
                remove the part in which the mean gets updated.<br>
                &gt; and you add itkSetMacro to set the mean at the
                beginning.<br>
                &gt; <br>
                &gt; 2- you inherit, might need to change some method to
                virtual (if needed, let me know that'd be easy to fix).<br>
                &gt; <br>
                &gt; If you need more details on how to proceed for 1 or
                2, just let me know, we can definitively give you some
                more details on how to proceed.<br>
                &gt; <br>
                &gt; Thanks,<br>
                &gt; <br>
                &gt; Best,<br>
                &gt; Arnaud<br>
                &gt; <br>
                &gt; ________________________________________<br>
                &gt; From: Hui Tang [<a moz-do-not-send="true"
                  href="mailto:tanghui.seu@gmail.com" target="_blank">tanghui.seu@gmail.com</a>]<br>
                &gt; Sent: Thursday, September 29, 2011 12:20 PM<br>
                &gt; To: Gelas, Arnaud Joel Florent<br>
                &gt; Subject: Questions about ITK4<br>
                &gt; <br>
                &gt; Dear Arnaud,<br>
                &gt; <br>
                &gt; How are you?<br>
                &gt; I am using ITK4, but this headfile
                "itkBinaryImageToWhitakerSparseLevelSetAdaptor.h" can
                not be found in ITK4. Did I do anything wrong?<br>
                &gt; And maybe you could help me with another question:)
                in chanvase model, if my I would like to have a fixed
                average intensity ("c1") for the foreground how can I
                implement that using ITK4?<br>
                &gt; <br>
                &gt; Thanks so much.<br>
                &gt; <br>
                &gt; Looking forward to your reply.<br>
                &gt; <br>
                &gt; Best,<br>
                &gt; <br>
                &gt; Hui Tang<br>
              </div>
            </div>
          </div>
        </blockquote>
      </div>
      <br>
    </blockquote>
    <br>
  </body>
</html>