mirror of
https://github.com/lltcggie/waifu2x-caffe.git
synced 2025-06-26 13:42:48 +00:00
コメントのミスを修正
This commit is contained in:
parent
a80f9dd536
commit
4b138114d0
@ -161,8 +161,8 @@ public:
|
|||||||
const waifu2xCancelFunc cancel_func = nullptr);
|
const waifu2xCancelFunc cancel_func = nullptr);
|
||||||
|
|
||||||
// factor: 倍率
|
// factor: 倍率
|
||||||
// source: (4チャンネルの場合は)BGRAな画素配列
|
// source: (4チャンネルの場合は)RGBAな画素配列
|
||||||
// dest: (4チャンネルの場合は)処理したBGRAな画素配列
|
// dest: (4チャンネルの場合は)処理したRGBAな画素配列
|
||||||
// in_stride: sourceのストライド(バイト単位)
|
// in_stride: sourceのストライド(バイト単位)
|
||||||
// out_stride: destのストライド(バイト単位)
|
// out_stride: destのストライド(バイト単位)
|
||||||
eWaifu2xError waifu2x(double factor, const void* source, void* dest, int width, int height, int in_channel, int in_stride, int out_channel, int out_stride);
|
eWaifu2xError waifu2x(double factor, const void* source, void* dest, int width, int height, int in_channel, int in_stride, int out_channel, int out_stride);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user