#include <segment_sct_tool.h>
Inheritance diagram for mimas::segment_sct_tool:


Public Types | |
| typedef boost::numeric::ublas::matrix< double > | Matrix |
Public Member Functions | |
| segment_sct_tool (void) | |
| constructor | |
| void | segment (const image< rgba< unsigned char > > &imagein, image< rgba< unsigned char > > &imageout) |
| segment the colour image, imagein, and store onto imageout | |
| void | setSplitA (int sa) |
| division of colour segments along angle A | |
| void | setSplitB (int sb) |
| division of colour segments along angle B | |
Definition at line 21 of file segment_sct_tool.h.
| typedef boost::numeric::ublas::matrix< double > mimas::segment_sct_tool::Matrix |
Definition at line 24 of file segment_sct_tool.h.
| mimas::segment_sct_tool::segment_sct_tool | ( | void | ) |
| void mimas::segment_sct_tool::segment | ( | const image< rgba< unsigned char > > & | imagein, | |
| image< rgba< unsigned char > > & | imageout | |||
| ) |
segment the colour image, imagein, and store onto imageout
Definition at line 53 of file segment_sct_tool.h.
References mimas::image_ref< T >::getPixel(), mimas::image< T >::init(), and mimas::image_ref< T >::setPixel().
Here is the call graph for this function:

| void mimas::segment_sct_tool::setSplitA | ( | int | sa | ) |
| void mimas::segment_sct_tool::setSplitB | ( | int | sb | ) |