Skip to content

Commit da25aab

Browse files
Merge pull request kishanrajput23#105 from Dulyaaa/main
Identify color in video
2 parents c5debdc + ee33cbd commit da25aab

File tree

9 files changed

+15336
-0
lines changed

9 files changed

+15336
-0
lines changed

Histogram Equalization/Lab 4.html

Lines changed: 14893 additions & 0 deletions
Large diffs are not rendered by default.

Histogram Equalization/Lab 4.ipynb

Lines changed: 230 additions & 0 deletions
Large diffs are not rendered by default.

Histogram Equalization/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
73.7 KB
Loading

Histogram Equalization/color.png

519 KB
Loading

Histogram Equalization/darkImage.png

95.3 KB
Loading

Identify color in video/1.png

8.05 KB
Loading

Identify color in video/Lab 02.ipynb

Lines changed: 199 additions & 0 deletions
Large diffs are not rendered by default.

Identify color in video/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Instructions:
2+
3+
### Please add your own video (which has the color of blue) since my video is large and not uploaded for here.
4+
> Change the following code for your details
5+
`video = cv.VideoCapture('give-your_video-name')`
6+
7+
### Of course, you can process any video and you can change the color as you wish.
8+
> Change the following code for your details
9+
- `video = cv.VideoCapture('give-your_video-name')`
10+
- Defining lower and upper ranges of the color blue
11+
`lower_blue = np.array([110, 50, 50])` ||
12+
`upper_blue = np.array([130, 255, 255])`
13+

0 commit comments

Comments
 (0)