コード例 #1
0
 public IImage <CMYK> UpsampleCols()
 => ImageBase.UpsampleCols(this, Generate);
コード例 #2
0
 public IImage <bool> UpsampleCols()
 => ImageBase.UpsampleCols(this, BinaryImage.Generate);
コード例 #3
0
ファイル: Image.cs プロジェクト: zhangzheng1205/ImageLibrary-
 public IImage <double> UpsampleCols()
 => ImageBase.UpsampleCols(this, Generate);
コード例 #4
0
 public IImage<BGRA> UpsampleCols()
     => ImageBase.UpsampleCols(this, BgraImage.Generate);