Medical Imaging Interaction Toolkit  2023.04.00
Medical Imaging Interaction Toolkit
mitk::USImageVideoSource::USImageCropping Struct Reference

Defines a region of interest by distances to the four image borders. More...

#include <mitkUSImageVideoSource.h>

Public Member Functions

 USImageCropping ()
 
 USImageCropping (unsigned int top, unsigned int bottom, unsigned int left, unsigned int right)
 

Public Attributes

unsigned int top
 
unsigned int bottom
 
unsigned int left
 
unsigned int right
 

Detailed Description

Defines a region of interest by distances to the four image borders.

Definition at line 65 of file mitkUSImageVideoSource.h.

Constructor & Destructor Documentation

◆ USImageCropping() [1/2]

mitk::USImageVideoSource::USImageCropping::USImageCropping ( )
inline

Definition at line 72 of file mitkUSImageVideoSource.h.

◆ USImageCropping() [2/2]

mitk::USImageVideoSource::USImageCropping::USImageCropping ( unsigned int  top,
unsigned int  bottom,
unsigned int  left,
unsigned int  right 
)
inline

Definition at line 74 of file mitkUSImageVideoSource.h.

Member Data Documentation

◆ bottom

unsigned int mitk::USImageVideoSource::USImageCropping::bottom

Definition at line 68 of file mitkUSImageVideoSource.h.

◆ left

unsigned int mitk::USImageVideoSource::USImageCropping::left

Definition at line 69 of file mitkUSImageVideoSource.h.

◆ right

unsigned int mitk::USImageVideoSource::USImageCropping::right

Definition at line 70 of file mitkUSImageVideoSource.h.

◆ top

unsigned int mitk::USImageVideoSource::USImageCropping::top

Definition at line 67 of file mitkUSImageVideoSource.h.


The documentation for this struct was generated from the following file: