GetValidRoi
Function Usage
Queries the valid data region of TensorBase.
Not supported by the
Prototype
1 | Rect TensorBase::GetValidRoi() const; |
Response Parameters
Data Structure |
Description |
|---|---|
Rect |
Returns the valid data region of a TensorBase object. For details about the data type, see Rect. |
Parent topic: TensorBase