Into

Modules

Documentation

classPiiImage::DefaultSweepFunction

#include <PiiObjectProperty.h>

A Default struct which is used in line sweeper.

Description

Which does nothing. Provided for convience.

Constructors and destructor

virtual

Public member functions

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

Operator() is called in sweepLine -function for each sweeped point.

Function details

  • virtual ~DefaultSweepFunction

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

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

    Operator() is called in sweepLine -function for each sweeped point.

    Parameters
    image

    is gray-level image.

    x

    is a x-point on line coordinate system.

    y

    is a y-point on line coordinate system.

    pixelX

    is a corresponding x-point on image coordinate system.

    pixelY

    is a corresponding y-point on image coordinate system.

Notes (0)

Add a note

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