C# Class SingleImageSuperResolution.LevelImageFragment

ファイルを表示 Open project: KvanTTT/Single-Image-Super-Resolution

Public Methods

Method Description
LevelImageFragment ( byte rgb, byte yComponents, int imageWidth, int imageHeight, double xOffset, double yOffset, int width, int height ) : System

Method Details

LevelImageFragment() public method

public LevelImageFragment ( byte rgb, byte yComponents, int imageWidth, int imageHeight, double xOffset, double yOffset, int width, int height ) : System
rgb byte
yComponents byte
imageWidth int
imageHeight int
xOffset double
yOffset double
width int
height int
return System