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.
D_AnalysisWindow Class Reference

The D_AnalysisWindow class GUI based custom analysis of images. More...

#include <d_analysiswindow.h>

Inheritance diagram for D_AnalysisWindow:

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ D_AnalysisWindow()

D_AnalysisWindow::D_AnalysisWindow ( D_Storage pStorage,
QWidget *  parent = 0 
)
explicit

D_AnalysisWindow::D_AnalysisWindow Constructor.

Parameters
pStoragePointer to D_Storage Object where image of D_StepWindow are saved. Used to get images from.
parent

◆ ~D_AnalysisWindow()

D_AnalysisWindow::~D_AnalysisWindow ( )

Member Function Documentation

◆ resizeEvent()

void D_AnalysisWindow::resizeEvent ( QResizeEvent *  event)

D_AnalysisWindow::resizeEvent called when window is resized and resizes the D_Viewer s.

Parameters
event

The documentation for this class was generated from the following files: