ComponentImager.h

Classes

ComponentImager -- (full description)

class ComponentImager

Interface

Public Members
static void project(ImageInterface<Float>& image, const ComponentList& list)

Description

or

Review Status

Date Reviewed:
yyyy/mm/dd

Prerequisite

Etymology

Synopsis

Example

Motivation

Template Type Argument Requirements (T)

Thrown Exceptions

To Do

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).