#include <imagetoolboxdata.h>
Protected Attributes | |
const ImageTypes * | p_img |
ImagePlaneType * | p_plane |
VecLabel | v_label |
type::Vec< 2, T > | clamp |
Public Member Functions | |
ImageToolBoxData () | |
void | setInput (const ImageTypes &img) |
void | setPlane (ImagePlaneType &p) |
const ImagePlaneType & | getPlane () const |
ImagePlaneType & | plane () |
void | setImage (const ImageTypes &img) |
void | setLabels (VecLabel &vlabel) |
void | addLabel (Label &l) |
const VecLabel & | getLabels () const |
int | getLabelsSize () const |
const type::Vec< 2, T > & | getClamp () const |
void | setClamp (const type::Vec< 2, T > _clamp) |
const bool & | getMergeChannels () const |
void | setMergeChannels (const bool _mergeChannels) |
void | update () |
Friends | |
std::istream & | operator>> (std::istream &in, ImageToolBoxData &h) |
std::ostream & | operator<< (std::ostream &out, const ImageToolBoxData &h) |
|
protected |
|
protected |
|
protected |
|
protected |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |