Returns the number of channels.
()
| 1423 | |
| 1424 | /** Returns the number of channels. */ |
| 1425 | public int getNChannels() { |
| 1426 | verifyDimensions(); |
| 1427 | return nChannels; |
| 1428 | } |
| 1429 | |
| 1430 | /** Returns the image depth (number of z-slices). */ |
| 1431 | public int getNSlices() { |
no test coverage detected