#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <string>
#include <utility>
Go to the source code of this file.
Classes | |
class | portrait_painter::GetLines |
This class is used to convert a picture (especially contours) into a sequence of lines. More... | |
struct | portrait_painter::GetLines::getLinesParams |
Struct to store internal parameter. More... | |
struct | portrait_painter::GetLines::Lines |
Struct which is used in connectLines, to identify a line at its start and and point. More... | |
Namespaces | |
namespace | portrait_painter |