Skip to content

Commit

Permalink
[master] add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vacancy committed Jan 10, 2020
1 parent 5cdfbe4 commit bf367d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PatchMatch based Inpainting
-------------------------------------
=====================================
This library implements the PatchMatch based inpainting algorithm. It provides both C++ and Python interfaces.
This implementation is heavily based on the implementation by Younesse ANDAM:
(younesse-cv/PatchMatch)[https://github.com/younesse-cv/PatchMatch], with some bugs fix.

Usage
=====================================
-------------------------------------

You need to first install OpenCV to compile the C++ libraries. Then, run `make` to compile the
shared library `libpatchmatch.so`.
Expand Down Expand Up @@ -37,7 +37,7 @@ int main() {


README and COPYRIGHT by Younesse ANDAM
=====================================
-------------------------------------
@Author: Younesse ANDAM

@Contact: [email protected]
Expand All @@ -56,7 +56,7 @@ Copyright (c) 2010-2011


Requirements
============
-------------------------------------

To run the project you need to install Opencv library and link it to your project.
Opencv can be download it here
Expand Down

0 comments on commit bf367d7

Please sign in to comment.