waifu2x-converter-cpp

waifu2x(original : https://github.com/nagadomi/waifu2x) re-implementation in C++ using OpenCV [NO LONGER UPDATED]

  • 所有者: WL-Amigo/waifu2x-converter-cpp
  • 平台:
  • 許可證: Other
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

waifu2x (converter only version)

This is a reimplementation of waifu2x (original) converter function, in C++, using OpenCV.
This is also a reimplementation of waifu2x python version by Hector Martin.
You can use this as command-line tool of image noise reduction or/and scaling.

Prebuilt binary-form release

Please see releases of this repository.
There is only for-windows binary, now. Sorry.

works using waifu2x-converter

  • waifu2x_win_koroshell
    • waifu2x-converter GUI frontend that is easy to use, and so cute. You need only drag&drop to convert your image. (and also you can set converting mode, noise reduction level, scale ratio, etc..., on GUI)
    • Both waifu2x-converter x86 and x64 are included this package, and GUI see your windows architecture(x86, x64) and selects automatically which to use.
    • For windows only.

Dependencies

Platform

  • Ubuntu
  • Mac OS X?
  • Windows

(This program probably can be built under MacOSX, because OpenCV and other libraries support OS X)

Libraries

  • OpenCV(C++, version 3.0.0 rc1)

This programs also depends on libraries shown below, but these are already included in this repository.
CUDA Support in OpenCV is optional, since not required. (in version 1.0.0, CUDA Support is not used.)

How to build

for Ubuntu

Sorry, under construction...

These are hints for building :

  • I recommend to install OpenCV from sources. (build instruction is found here)
  • include path : include/ (/path/to/opencv/installed/directory)/include
  • library path : (/path/to/opencv/installed/directory)/lib
    • if you have built and installed OpenCV from source, and have changed install directory(by using CMAKE_INSTALL_PREFIX), you may need to set environment variable LD_LIBRARY_PATH for your OpenCV installed directory.
  • libraries to link : opencv_core opencv_imgproc opencv_imgcodecs opencv_features2d
  • standard of C++ : c++11

Usage

Usage of this program can be seen by executing this with --help option.

(My native language is not English, then I'm sorry for my broken English.)

主要指標

概覽
名稱與所有者WL-Amigo/waifu2x-converter-cpp
主編程語言C++
編程語言C++ (語言數: 3)
平台
許可證Other
所有者活动
創建於2015-05-25 11:24:06
推送於2023-06-08 17:24:36
最后一次提交2015-06-02 19:17:33
發布數3
最新版本名稱v1.1.1 (發布於 )
第一版名稱1.0.0 (發布於 )
用户参与
星數395
關注者數39
派生數197
提交數33
已啟用問題?
問題數15
打開的問題數10
拉請求數1
打開的拉請求數3
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?