Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c469431

Browse files
committed
Add requirements
1 parent 7b9858a commit c469431

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

‎README.md‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This repository contains C++ and Python 3 implementation of an image smoothing a
55

66

77
## How to use code
8-
Libraries used:
8+
Requirements for C++:
99
- opencv 4.3.0 if you want Mat type support
1010

1111
Here is the simple example of filter usage with opencv Mat images:
@@ -26,6 +26,11 @@ int main()
2626
return 0;
2727
}
2828
```
29+
Python requirements are in file requirements.txt
30+
use:
31+
`pip install --upgrade pip`
32+
`pip install -r requirements.txt`
33+
2934
Here is example with python:
3035
```python
3136
import filter_based_on_gradient_analysis as fga

‎requirements.txt‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
numpy
2+
opencv-python

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /