예제 #1
0
파일: OeipPipe.cs 프로젝트: kbitc/oeip
 public void SetInput(int layerIndex, int width, int height, OeipDataType dataType = OeipDataType.OEIP_CU8C1, int inputIndex = 0)
 {
     OeipHelper.setPipeInput(PipeId, layerIndex, width, height, (int)dataType, inputIndex);
     bSetInput = true;
 }