![]() |
Geometrize
1.0
An application for geometrizing images into geometric primitives
|
#include <atomic>#include <memory>#include <QObject>#include "geometrize/core.h"#include "geometrize/bitmap/bitmap.h"#include "geometrize/runner/imagerunner.h"#include "geometrize/runner/imagerunneroptions.h"#include "geometrize/shaperesult.h"Go to the source code of this file.
Classes | |
| class | geometrize::task::ImageTaskWorker |
| The ImageTaskWorker class transforms a source image into a collection of shapes. It is made to be run on its own thread to avoid blocking the UI. More... | |
Namespaces | |
| geometrize | |
| geometrize::task | |