#include <segment_hashmap_tool.h>
Collaboration diagram for mimas::segment_hashmap_tool:

Public Member Functions | |
| segment_hashmap_tool (void) | |
| ~segment_hashmap_tool (void) | |
| void | setQuantisationLevels (int levels) |
| void | storeColours (const image< rgba< unsigned char > > &imagein) |
| void | segment (const image< rgba< unsigned char > > &imagein, image< rgba< unsigned char > > &imageout, int thres) |
Protected Attributes | |
| int *** | hashmap |
| int | qlevels |
Definition at line 8 of file segment_hashmap_tool.h.
| mimas::segment_hashmap_tool::segment_hashmap_tool | ( | void | ) |
| mimas::segment_hashmap_tool::~segment_hashmap_tool | ( | void | ) |
| void mimas::segment_hashmap_tool::setQuantisationLevels | ( | int | levels | ) |
| void mimas::segment_hashmap_tool::segment | ( | const image< rgba< unsigned char > > & | imagein, | |
| image< rgba< unsigned char > > & | imageout, | |||
| int | thres | |||
| ) |
int*** mimas::segment_hashmap_tool::hashmap [protected] |
Definition at line 15 of file segment_hashmap_tool.h.
int mimas::segment_hashmap_tool::qlevels [protected] |
Definition at line 16 of file segment_hashmap_tool.h.