Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
vigra_ext::OverlapSizeCounter Struct Reference

count pixels that are > 0 in both images More...

#include <utils.h>

Public Member Functions

 OverlapSizeCounter ()
 
template<typename PIXEL >
void operator() (PIXEL const &img1, PIXEL const &img2)
 
unsigned int getSize ()
 

Public Attributes

unsigned int size
 

Detailed Description

count pixels that are > 0 in both images

Definition at line 400 of file utils.h.

Constructor & Destructor Documentation

vigra_ext::OverlapSizeCounter::OverlapSizeCounter ( )
inline

Definition at line 402 of file utils.h.

Member Function Documentation

unsigned int vigra_ext::OverlapSizeCounter::getSize ( )
inline

Definition at line 414 of file utils.h.

References size.

template<typename PIXEL >
void vigra_ext::OverlapSizeCounter::operator() ( PIXEL const &  img1,
PIXEL const &  img2 
)
inline

Definition at line 407 of file utils.h.

References size.

Member Data Documentation

unsigned int vigra_ext::OverlapSizeCounter::size

Definition at line 419 of file utils.h.

Referenced by getSize(), and operator()().


The documentation for this struct was generated from the following file: