![]() |
MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The SimpleTemporalDatum is used to return temporal data More...
Public Member Functions | |
| SimpleTemporalDatum (int nChannels, int nWidth, int nHeight, float[] rgData) | |
| The constructor. More... | |
Properties | |
| float[] | Data [getset] |
| Get/set the data which is of length (Channels * Width * Height). More... | |
| int | ItemCount [get] |
| Returns the number of items in the data. More... | |
| int | Channels [get] |
| Get the data channels. More... | |
| int | Width [get] |
| Get the data width. More... | |
| int | Height [get] |
| Get the data height. More... | |
The SimpleTemporalDatum is used to return temporal data
Definition at line 19 of file SimpleDatum.cs.
| MyCaffe.basecode.SimpleTemporalDatum.SimpleTemporalDatum | ( | int | nChannels, |
| int | nWidth, | ||
| int | nHeight, | ||
| float[] | rgData | ||
| ) |
The constructor.
| nChannels | Specifies the channels in the data. |
| nWidth | Specifies the width of the data. |
| nHeight | Specifies the height of the data. |
| rgData | Specifies the data. |
Definition at line 33 of file SimpleDatum.cs.
|
get |
Get the data channels.
Definition at line 64 of file SimpleDatum.cs.
|
getset |
Get/set the data which is of length (Channels * Width * Height).
Definition at line 44 of file SimpleDatum.cs.
|
get |
Get the data height.
Definition at line 80 of file SimpleDatum.cs.
|
get |
Returns the number of items in the data.
Definition at line 53 of file SimpleDatum.cs.
|
get |
Get the data width.
Definition at line 72 of file SimpleDatum.cs.