ComponentImager.h
Classes
- ComponentImager -- (full description)
Interface
- Public Members
- static void project(ImageInterface<Float>& image, const ComponentList& list)
or
Review Status
- Date Reviewed:
- yyyy/mm/dd
Prerequisite
- SomeClass
- SomeOtherClass
- some concept
Etymology
Synopsis
Example
Motivation
Template Type Argument Requirements (T)
Thrown Exceptions
To Do
- add this feature
- fix this bug
- start discussion of this possible extension
Member Description
static void project(ImageInterface<Float>& image, const ComponentList& list)
Project the componentlist onto the image. If any of the coordinate
transformations for a particular pixel fail (e.g. coordinate system
is not defined for that pixel) if the image has a writable mask, then those
pixels will be masked, otherwise they are just zeroed. Any pixels
that are already masked mask=F) will not have their values changed
(perhaps this behaviour should be changed).