waifu2x-converter-cpp

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

  • Owner: WL-Amigo/waifu2x-converter-cpp
  • Platform:
  • License:: Other
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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.)

Main metrics

Overview
Name With OwnerWL-Amigo/waifu2x-converter-cpp
Primary LanguageC++
Program languageC++ (Language Count: 3)
Platform
License:Other
所有者活动
Created At2015-05-25 11:24:06
Pushed At2023-06-08 17:24:36
Last Commit At2015-06-02 19:17:33
Release Count3
Last Release Namev1.1.1 (Posted on )
First Release Name1.0.0 (Posted on )
用户参与
Stargazers Count395
Watchers Count39
Fork Count197
Commits Count33
Has Issues Enabled
Issues Count15
Issue Open Count10
Pull Requests Count1
Pull Requests Open Count3
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private