face_contour_detector::AutoParameterExplorer::Area | |
face_contour_detector::AreaParameterChooserWorker | Tries to find good parameters (which are threshold1, threshold2, blurwidth) for a given image and mask |
face_contour_detector::AutoParameterExplorer | The AutoParameterExplorer tries to find a given target values for an given parameter (doubles) range. For this you have to: |
face_contour_detector.learing.auto_selector.AutoSelector | This class is used to generate proposals for filter settings |
face_contour_detector.image_information.image_information.AverageValueExtractor | Subclass of ImageInformation which extracts several average values |
face_contour_detector::Bgr8 | A simple struct for Bgr8 (3 8-Bit unsigned char values) |
face_contour_detector::filters::Canny | Canny filter |
face_contour_detector::filters::ColorGraphs | Takes the result of Canny, and marks the different (not connected) lines with different colors. Note: This is a debug class |
face_contour_detector::filters::DebugHighlight | This is a debug class, don't use it! |
face_contour_detector::filters::DeleteShortLines | Deletes lines that are shorter than the minLineLength parameter |
face_contour_detector::filters::EdgeConnector | Tries to connectect edges in an image. Uses an external python ros service (face_contour_detector/connectEdgesService.py) it has different properties than the graph based edge connector and is a bit slower |
face_contour_detector::filters::EdgeConnectorGraphBased | Tries to connect edges, and uses the ImageForest class |
face_contour_detector::FaceContourRequestHandler | |
face_contour_detector::filters::Filter | Filters a cv::Mat, and provides a list of Parameters, who provides generic interfaces to modify the themself Every filter that wants to be usable by filter::RosService or filter::List should inherit this class |
face_contour_detector::filters::GaussianBlur | A filter to apply a gaussian blur to a cv::Mat |
face_contour_detector::ImageForest::Graph | Describes the properties of a graph |
face_contour_detector::AutoParameterExplorer::Area::GreaterCosts | |
face_contour_detector::ImageForest | Allows to read out a list of graphs which are not connected (forests) out of a single channel 8bit cv::Mat |
face_contour_detector.image_information.image_information.ImageInformation | This class is an abstract class that defines methods to extract informatioon from an image (CvMat) |
face_contour_detector::FaceContourRequestHandler::ImageMaskPair | |
face_contour_detector.gui.image_selection_frame.ImageSelectionFrame | This class is used to display proposals to the user |
face_contour_detector.gui.image_settings_frame.ImageSettingsFrame | Frame to modify filter parameters |
face_contour_detector.image_information.image_information.InformationExtractor | This class is used to extract information from an image using ImageInformation subclasses |
face_contour_detector.gui.image_settings_frame.JumpScale | A class that behaves like the Tkinter Scale widget but if you click on it the slider jumps to the clicked position |
face_contour_detector::KdTree< T, V > | KdTree to save n-dimensional point value pairs. This KdTree uses n-dimensional points (type T) as keys to save values (type V) |
face_contour_detector::AutoParameterExplorer::ParameterPoint::LessCosts | Provides a function to compare two ParameterPoints by costs |
face_contour_detector::LimitedPriorityQueueSet< T, Compare > | 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 |
face_contour_detector::filters::List | A list of filters that can save and load parameters automatically |
face_contour_detector::filters::MaskBlur | A filter which blurs out the areas which are not in the mask Note: This class is not supported by filters::RosServices or filters::List, because filters::Parameter does not support cv::Mat as arguments (yet) |
face_contour_detector.image_information.image_information.MinMaxExtractor | Subclass of ImageInformation that extracts min / max pixel values from image |
face_contour_detector::MultiParameterIterator | Allows to iterate multiple parameter iterators |
face_contour_detector::KdTree< T, V >::Node | |
face_contour_detector::ParallelParameterIterator< T > | 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 |
face_contour_detector::filters::Parameter | Describes a parameter of an filter and includes a pointer to set the parameter |
face_contour_detector::ParameterIterator< T > | Iteratates a value of the type T (the type T must have a normal behavior for the "+=" , "<" and "/" operators) |
face_contour_detector::ParameterIteratorI | Interface for the filter parameter iterator A filter parameter iterator allows to iterate through a range of values for filter paramters |
face_contour_detector::AutoParameterExplorer::ParameterPoint | |
face_contour_detector::ImageForest::Point | A pixel point in the ImageForest |
face_contour_detector::Properties | Allows to open, modify and save a properties file (which stores key/value pairs) |
face_contour_detector::filters::Resize | Resizes a cv::Mat |
face_contour_detector::filters::RosServices | Provides the functionality for the ros services "ApplyFilters" and "GetFilters" The "ApplyFilters" service allow to apply filters to certain areas of an image The "GetFilters" service returns a list of filters which can be used in the "ApplyFilters" service |
face_contour_detector::filters::ShowEndpoints | Marks the line endpoints in an cv::Mat (debug class for ImageForest) Note: This is a debug class |
face_contour_detector.image_information.image_information.SizeExtractor | Subclass of ImageInformation that extracts height and width value (names "Height" and "Width"), both of type int |
face_contour_detector.image_information.sql_database.SQLImageDatabase | Class that is used to interact with a sqlite database that stores image information |
face_contour_detector::AutoParameterExplorer::Vector | A n dimensional vector that can be added or generated out of ParameterPoint's |
face_contour_detector::FaceContourRequestHandler::WorkerSetting | |
face_contour_detector.image_information.xml_image_information.XMLImageInformationDatabase | Class to read a database from a xml file and to write a database to a xml file |
face_contour_detector.image_information.xml_image_information.XMLValueException | Exception that is thrown if an error occured parsing the xml file |