Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
danini committed Sep 7, 2023
1 parent 9fa075d commit 55da2ff
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Important news

I am happy to announce that Graph-Cut RANSAC had been included in OpenCV.
- You can now install

- I am happy to announce that Graph-Cut RANSAC had been included in OpenCV.
You can check the documentation at [link](https://docs.opencv.org/4.5.2/d1/df1/md__build_master-contrib_docs-lin64_opencv_doc_tutorials_calib3d_usac.html).

# Graph-Cut RANSAC
Expand All @@ -21,6 +23,8 @@ There are pre-compiled wheels for Windows and Linux for Python 3.8 - 3.11 that y
pip install pygcransac
```

Thanks to [@akaszynski](https://github.com/akaszynski) for his contributions.

# Installation C++

To build and install C++ only `GraphCutRANSAC`, clone or download this repository and then build the project by CMAKE.
Expand Down

0 comments on commit 55da2ff

Please sign in to comment.