Select frames to be displayed (GUI-capable version of Crop)
This class is able to crop images along dimensions 2-4. It is possible to leave the last dimension untouched on RGB images. The first two dimensions (x,y) are not cropped.
input slots | |
| InputSlot< CImgList< T > > | in |
| image data input slot | |
output slots | |
| OutputSlot< CImgList< T > > | out |
| image data output slot | |
| OutputSlot< Roi< int > * > | roi |
| Crop border output. | |
| OutputSlot< QWidget * > | widget |
| QWidget to be displayed in ArgosDisplay. | |
parameters | |
| Parameter< uint > | z |
| select frames/channels | |
| Parameter< uint > | t |
| select frames/channels | |
| Parameter< uint > | v |
| select frames/channels | |
| Parameter< bool > | cropV |
| enable cropping last (RGB) dimension | |
This Module subclasses TemplatedParameteredObject< T >.
For documentation of parameters and slots inherited by this base class,
please have a look at the corresponding Module reference.
This module is templated. There are instances with T=int,float,double.
An additional parameter called templatetype
may be used to select which instantiation you want.
The detailed doxygen documentation beyond the parameters/slots may be found here.