Into

Modules

Documentation

classPiiImage::DefaultRoi

#include <PiiRoi.h>

Default region-of-interest function object for feature extraction and image analysis methods that support ROI processing.

Inherited by PiiImage::AlphaRoi< T >

Description

This function returns true for all pixels, and reduces to a no-op with compiler optimizations turned on.

Public member functions

bool
(
  • int r
  • int c
)

Check if a pixel is within a region-of-interest.

Function details

  • bool operator()

    (
    • int r
    • int c
    )
    [inline]

    Check if a pixel is within a region-of-interest.

    Each ROI functor must implement a function with this signature (inline/const are optional). This function returns true.

    Parameters
    r

    the row coordinate of a pixel

    c

    the column coordinate of a pixel

Notes (0)

Add a note

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