Namespaces | |
namespace | filters |
namespace | gui |
namespace | image_information |
namespace | learing |
Classes | |
class | AreaParameterChooserWorker |
Tries to find good parameters (which are threshold1, threshold2, blurwidth) for a given image and mask. More... | |
class | AutoParameterExplorer |
The AutoParameterExplorer tries to find a given target values for an given parameter (doubles) range. For this you have to: More... | |
struct | Bgr8 |
A simple struct for Bgr8 (3 8-Bit unsigned char values) More... | |
class | FaceContourRequestHandler |
class | ImageForest |
Allows to read out a list of graphs which are not connected (forests) out of a single channel 8bit cv::Mat. More... | |
class | KdTree |
KdTree to save n-dimensional point value pairs. This KdTree uses n-dimensional points (type T) as keys to save values (type V) More... | |
class | LimitedPriorityQueueSet |
A priority set, which only holds a limited number of entries and sorts itself based on the Compare template argument. It is also a set, which means every entry exists only once. More... | |
class | MultiParameterIterator |
Allows to iterate multiple parameter iterators. More... | |
class | ParallelParameterIterator |
Allows to define a iterator which iterates multiple values of the type T in parallel. This means that every value pointer that has been added will be increased by the stepSize at the same time if Next() is being called. More... | |
class | ParameterIterator |
Iteratates a value of the type T (the type T must have a normal behavior for the "+=" , "<" and "/" operators) More... | |
class | ParameterIteratorI |
Interface for the filter parameter iterator A filter parameter iterator allows to iterate through a range of values for filter paramters. More... | |
class | Properties |
Allows to open, modify and save a properties file (which stores key/value pairs) More... |