31 #ifndef DRAIN_SPROBER_OP_H
32 #define DRAIN_SPROBER_OP_H
63 parameters.link(
"threshold", threshold,
"min intensity");
64 parameters.link(
"filename", filename);
65 parameters.link(
"debug", debug,
"Dump intermediate control images etc");
Image with static geometry.
Definition: ImageChannel.h:60
Base class for image processing functions.
Definition: ImageOp.h:49
ImageOp(const std::string &name=__FUNCTION__, const std::string &description="")
Definition: ImageOp.h:156
void traverseChannelsSeparately(const ImageTray< const Channel > &src, ImageTray< Channel > &dst) const
Process each (src,dst) channel pair independently. Raise error if their counts differ.
Definition: ImageOp.cpp:340
Container applicable for Channels and Images, with alpha support.
Definition: ImageTray.h:267
A base class for computing statistics of segments. As segment is an area of connected pixels.
Definition: SuperProberOp.h:50
void traverseChannel(const Channel &src, Channel &dst) const
Apply to single channel.
Definition: SuperProberOp.cpp:47
Definition: DataSelector.cpp:1277