Returns the number of frames (time-points).
()
| 1435 | |
| 1436 | /** Returns the number of frames (time-points). */ |
| 1437 | public int getNFrames() { |
| 1438 | verifyDimensions(); |
| 1439 | return nFrames; |
| 1440 | } |
| 1441 | |
| 1442 | /** Returns the dimensions of this image (width, height, nChannels, |
| 1443 | nSlices, nFrames) as a 5 element int array. */ |
no test coverage detected