{
  "abstract": "I have made some changes to make itk::PathToImageFilter to make it a usable base class. There were \r\nsome problems with the CVS version, including: (1) this ase classhad actual filter functionality, (2) \r\nthe mechanism for specifying the size, spacing, origin, etc., of the output image was incomplete, contrary \r\nto ITK convention, and hard to extend, and (3) the documentation specified that the filter would calculate \r\nthe size of the output image from the path, but it did not. \r\n\r\nI solved these problems by (1) moving the filter functionality to itk::TracePathOnImageFilter, (2) \r\nrequiring that filter->GetOutput()->Set...(...) should be used to set the information for the \r\noutput image, and (3) providing methods to calculate the correct image region a path inhabits, and a \r\nboolean flag to specify whether that calculation should be done (default true).",
  "authors": [
    {
      "author_fullname": "Pincus, Zachary",
      "author_place": 1,
      "persona_email": "zpincus@stanford.edu",
      "persona_firstname": "Zachary",
      "persona_id": 138,
      "persona_lastname": "Pincus"
    }
  ],
  "categories": [],
  "comments": [],
  "date_submitted": "2006-02-14T21:49:33Z",
  "journals": [
    {
      "journal_id": 3,
      "journal_name": "The Insight Journal"
    }
  ],
  "license": "You are licensing your work to Kitware Inc. under the\nCreative Commons Attribution License Version 3.0.\n\nKitware Inc. agrees to the following:\n\nKitware is free\n * to copy, distribute, display, and perform the work\n * to make derivative works\n * to make commercial use of the work\n\nUnder the following conditions:\n\\\"by Attribution\\\" - Kitware must attribute the work in the manner specified by the author or licensor.\n\n * For any reuse or distribution, they must make clear to others the license terms of this work.\n * Any of these conditions can be waived if they get permission from the copyright holder.\n\nYour fair use and other rights are in no way affected by the above.\n\nThis is a human-readable summary of the Legal Code (the full license) available at\nhttp://creativecommons.org/licenses/by/3.0/legalcode",
  "publication_id": 74,
  "reviews": [],
  "revisions": [
    {
      "article": "bafkreifrrctavrim3yjyfw52onhzlubvthxw2pevjnoy2p346cf3o3bqme",
      "dapp": null,
      "dataset": null,
      "doi": "10.54294/yel10l",
      "handle": "1926/167",
      "source_code": null,
      "source_code_git_ref": null
    }
  ],
  "source_code_git_repo": null,
  "submitted_by_author": {
    "author_email": "zpincus@stanford.edu",
    "author_firstname": "Zachary",
    "author_fullname": "Pincus, Zachary",
    "author_id": 138,
    "author_institution": "Stanford University School of Medicine",
    "author_lastname": "Pincus"
  },
  "tags": [
    "Path",
    "PathToImageFilter"
  ],
  "title": "Changes to itk::PathToImageFilter."
}