![]() |
ImageD
v2_7_5 (24.06.22)
ImageD is an image processing software designed for rapid prototyping and implementing algorithms and solutions for science, research and teaching.
|
#include <d_enum.h>
#include <d_img_proc_3d.h>
#include <d_stat.h>
#include <d_component.h>
#include <d_component_list.h>
#include <d_value_distribution_list.h>
#include <iostream>
#include <vector>
#include <fstream>
#include <sstream>
#include <thread>
#include <QMainWindow>
#include <QImage>
#include <QPainter>
#include <QPen>
#include <QColor>
#include <QFileInfo>
#include <QDir>
#include <QString>
#include <QDebug>
#include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <d_opencv_typedefs.h>
Go to the source code of this file.
Classes | |
class | D_Img_Proc_3dFactory |
The D_Img_Proc_3dFactory class Factory that turns methods from D_Img_Proc_3D into function objects. More... | |