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?
已存档?
是复刻?
已锁定?
是镜像?
是私有?