Into

Modules

Documentation

classPiiImage::SweepCollectorFunction

#include <PiiObjectProperty.h>

A Functional that collects points which intensity is higher then given threshold.

Description

Constructors and destructor

(
  • double thres = 0
)
virtual

Public member functions

virtual void
(
  • const PiiMatrix< ImageType > & image
  • int x
  • int y
  • double pixelX
  • double pixelY
)

Operator()-which is called for each sweeped pixel.

Function details

  • SweepCollectorFunction

    (
    • double thres = 0
    )
    [inline]
  • virtual ~SweepCollectorFunction

    ()
    [inline, virtual]
  • virtual void operator()

    (
    • const PiiMatrix< ImageType > & image
    • int x
    • int y
    • double pixelX
    • double pixelY
    )
    [inline, virtual]

    Operator()-which is called for each sweeped pixel.

    Operator saves pixel coordinates if intensity value at pixel is higher then given threshold.

    Parameters
    image

    is a gray-level image

    x

    is a x-point in line coordinate system.

    y

    is a y-point in line coordinate system.

    pixelX

    is a x-point in image coordinate system.

    pixelY

    is a y-point in image coordinate system.

Notes (0)

Add a note

Not a single note added yet. Be the first, add yours.