![]() |
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.
|
The D_AnalysisWindow class GUI based custom analysis of images. More...
#include <d_analysiswindow.h>
Public Member Functions | |
D_AnalysisWindow (D_Storage *pStorage, QWidget *parent=0) | |
D_AnalysisWindow::D_AnalysisWindow Constructor. More... | |
~D_AnalysisWindow () | |
D_AnalysisWindow::~D_AnalysisWindow Destructor. More... | |
void | resizeEvent (QResizeEvent *event) |
D_AnalysisWindow::resizeEvent called when window is resized and resizes the D_Viewer s. More... | |
The D_AnalysisWindow class GUI based custom analysis of images.
It takes a label image and any number of value images and generates lots of statistics and graphs based on these. There are "features" that describe the shape of an object and there are "statistics" that describe the distribution of values in the blobs.
|
explicit |
D_AnalysisWindow::D_AnalysisWindow Constructor.
pStorage | Pointer to D_Storage Object where image of D_StepWindow are saved. Used to get images from. |
parent |
D_AnalysisWindow::~D_AnalysisWindow | ( | ) |
D_AnalysisWindow::~D_AnalysisWindow Destructor.
void D_AnalysisWindow::resizeEvent | ( | QResizeEvent * | event | ) |
D_AnalysisWindow::resizeEvent called when window is resized and resizes the D_Viewer s.
event |