Geometrize  1.0
An application for geometrizing images into geometric primitives
Namespaces | Functions
imagetaskcreator.h File Reference
#include <memory>
#include <optional>
#include <string>

Go to the source code of this file.

Namespaces

 geometrize
 
 geometrize::preferences
 
 geometrize::task
 

Functions

ImageTask * geometrize::task::createImageTaskAndWindow (const std::string &displayName, const std::string &taskUrl, const std::optional< geometrize::preferences::ImageTaskPreferences > &prefs)
 createImageTaskAndWindow Creates an image task, and immediately creates a graphical window for manipulating the task. More...
 
ImageTask * geometrize::task::createImageTaskAndWindow (const std::string &displayName, const QImage &image, const std::optional< geometrize::preferences::ImageTaskPreferences > &prefs)
 createImageTaskAndWindow Creates an image task, and immediately creates a graphical window for manipulating the task. More...