#include <TreatCCFiltering.hpp>
Inheritance diagram for CCFiltering:

Public Member Functions | |
| CCFiltering (Image *) | |
| ~CCFiltering () | |
| void | ComputeSThreshold (int) |
| void | ComputeSThreshold (int, vector< Cc > &) |
| void | SetThreshold (int *) |
| void | GetNullThreshold () |
| void | PerformFiltering () |
| void | ExportFiltering (Image *, int) |
Public Attributes | |
| int | dxmin |
| int | dxmax |
| int | dymin |
| int | dymax |
| int | smin |
| int | smax |
Protected Member Functions | |
| void | TabSCreate () |
| void | TabSCreate (vector< Cc > &) |
| bool | FilteringTest (Cc &) |
| void | EraseLabel (Cc &, Image *, int) |
Protected Attributes | |
| short int * | tabs |
|
|
call mother class and initialize class member |
|
|
destroy a filtering object |
|
||||||||||||
|
merge and compute an automatic surface threshold |
|
|
compute an automatic surface threshold |
|
||||||||||||||||
|
write label on a target image |
|
||||||||||||
|
perform filtering on another image don't modify the cc array and the label map |
|
|
test filtering |
|
|
get null threshold |
|
|
perform filtering on label map and cc array |
|
|
set user threshold |
|
|
merge tab s create and |
|
|
tab s create |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3