Exemplo n.º 1
0
 public PixVolume(Col.Format format, int sizeX, int sizeY, int sizeZ)
     : this(format, CreateTensor4 <T>(sizeX, sizeY, sizeZ, Col.ChannelCount(format)))
 {
 }
Exemplo n.º 2
0
 public PixVolume(Col.Format format, V3i size)
     : this(format, CreateTensor4 <T>(size.X, size.Y, size.Z, Col.ChannelCount(format)))
 {
 }