예제 #1
0
 public IImage <CMYK> UpsampleCols()
 => ImageBase.UpsampleCols(this, Generate);
예제 #2
0
 public IImage <bool> UpsampleCols()
 => ImageBase.UpsampleCols(this, BinaryImage.Generate);
예제 #3
0
 public IImage <double> UpsampleCols()
 => ImageBase.UpsampleCols(this, Generate);
예제 #4
0
 public IImage<BGRA> UpsampleCols()
     => ImageBase.UpsampleCols(this, BgraImage.Generate);