gauenk / vpss

A Python implementation of a standard Video Patch Similarity Search. This method is commonly used within non-local denoising algorithms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Video Patch Similarity Search (VPSS)

A Python Implementation for a GPU accelerated implementation of Video Patch Similarity Searching.

Install

The package is available through Python pip,

$ python -m pip install vpss --user

Or the package can be downloaded through github,

$ git clone https://github.com/gauenk/vpss/
$ cd vpss
$ python -m pip install -r requirements.txt --user
$ python -m pip install -e ./lib --user

Usage

LICENSE

Licensed under the GNU Affero General Public License v3.0, see LICENSE.

About

A Python implementation of a standard Video Patch Similarity Search. This method is commonly used within non-local denoising algorithms.

License:GNU Affero General Public License v3.0


Languages

Language:Python 100.0%