#include <bg_subtract.h>
Collaboration diagram for mimas::bg_subtract< T >:

Public Member Functions | |
| void | createTemplate (image< T > &imagein, int xroi1, int yroi1, int xroi2, int yroi2) |
| void | createTemplate (image< T > &imagein) |
| void | removeBackground (image< T > &imagein) |
| bg_subtract () | |
Protected Attributes | |
| double | averageVariation |
| bool | removeMeans |
Definition at line 26 of file bg_subtract.h.
| mimas::bg_subtract< T >::bg_subtract | ( | ) | [inline] |
Definition at line 40 of file bg_subtract.h.
References mimas::bg_subtract< T >::averageVariation, and mimas::bg_subtract< T >::removeMeans.
| void mimas::bg_subtract< T >::createTemplate | ( | image< T > & | imagein, | |
| int | xroi1, | |||
| int | yroi1, | |||
| int | xroi2, | |||
| int | yroi2 | |||
| ) |
Definition at line 51 of file bg_subtract.h.
References mimas::const_image_ref< T, T * >::getHeight(), mimas::const_image_ref< T, T * >::getWidth(), mimas::image_ref< T >::pixel(), and mimas::bg_subtract< T >::removeMeans.
Referenced by mimas::bg_subtract< T >::createTemplate().
Here is the call graph for this function:

| void mimas::bg_subtract< T >::createTemplate | ( | image< T > & | imagein | ) |
Definition at line 99 of file bg_subtract.h.
References mimas::bg_subtract< T >::createTemplate(), mimas::const_image_ref< T, T * >::getHeight(), and mimas::const_image_ref< T, T * >::getWidth().
Here is the call graph for this function:

| void mimas::bg_subtract< T >::removeBackground | ( | image< T > & | imagein | ) |
Definition at line 105 of file bg_subtract.h.
References mimas::bg_subtract< T >::averageVariation, mimas::const_image_ref< T, T * >::getHeight(), mimas::const_image_ref< T, T * >::getWidth(), mimas::image< T >::init(), mimas::image_ref< T >::pixel(), and mimas::bg_subtract< T >::removeMeans.
Here is the call graph for this function:

double mimas::bg_subtract< T >::averageVariation [protected] |
Definition at line 32 of file bg_subtract.h.
Referenced by mimas::bg_subtract< T >::bg_subtract(), and mimas::bg_subtract< T >::removeBackground().
bool mimas::bg_subtract< T >::removeMeans [protected] |
Definition at line 33 of file bg_subtract.h.
Referenced by mimas::bg_subtract< T >::bg_subtract(), mimas::bg_subtract< T >::createTemplate(), and mimas::bg_subtract< T >::removeBackground().