46 NvTransformProps(
ImageMetadata::ImageType _imageType,
int _width,
int _height,
int _top ,
int _left,
float _scaleWidth,
float _scaleHeight,
NvTransformFilter _filterType) :
top(_top) ,
left(_left) ,
width(_width) ,
height(_height)
70 bool process(frame_container& frames);
74 void addInputPin(framemetadata_sp& metadata,
string& pinId);
ModuleProps()
Definition Module.h:40
Module(Kind nature, string name, ModuleProps _props)
Definition Module.cpp:144