openalea.phenomenal.object.imageView.ImageView#

class openalea.phenomenal.object.imageView.ImageView(image, projection)[source]#

Bases: object

Container associating an image with its geometric projection.

image#

Image array associated with a camera/view configuration.

projection#

Projection object/function returned by the calibration model for the corresponding camera and angle.

integral#

Optional cached integral image representation. Initialized to None and can be computed later for performance purposes.

__init__(image, projection)[source]#

Initialize an ImageView instance.

Parameters:
  • image – Input image array.

  • projection – Projection object/function describing the mapping associated with the image acquisition setup.

Methods

__init__(image, projection)

Initialize an ImageView instance.