Skip to content

Commit

Permalink
Add a new section for the video binary instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamdasn committed Dec 26, 2023
1 parent 8f4fcc1 commit 7c72f86
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,14 @@ pip install im2dhisteq

## Usage

For images
```Bash
im2dhisteq --input 'cloudy-day.jpg' --output 'assets/cloudy-day-2dhisteq.jpg' --w 6
```
For videos
```Bash
vid2dhisteq --input 'video-input.mp4' --output 'video-output-enhanced.mp4' --w 6
```
Or
```python
import numpy as np
Expand Down

0 comments on commit 7c72f86

Please sign in to comment.