Skip to content

Commit b08ad70

Browse files
committed
Update main README.md
1 parent 272a690 commit b08ad70

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Computer vision utilities
22

3-
This repo contains a number of computer vision–related utilities I've made. They rely primarily on OpenCV and are written in both C++ and/or Python. Brief descriptions of the following utilities and programs, as well as links to more detailed information, can be found in the sections below.
3+
This repo contains a number of computer vision–related utilities I've made. They rely primarily on OpenCV and are written in C++ and/or Python. Brief descriptions of the following utilities and programs, as well as links to more detailed information, can be found in the sections below.
44

55
* [Multi-channel color thresholding](#multi-channel-color-thresholding)
66
* [Multithreaded video stream read/display](#multithreaded-video-stream-readdisplay)
@@ -9,12 +9,13 @@ This repo contains a number of computer vision–related utilities I've made. Th
99
* [Real time color histogram](#real-time-color-histogram)
1010

1111
## Multi-channel color thresholding
12-
C++: [ColorThreshUtil.cpp](https://github.com/nrsyed/computer-vision/blob/master/ColorThreshUtil/ColorThreshUtil.cpp)
12+
C++: [colorthresh.cpp](https://github.com/nrsyed/computer-vision/blob/master/ColorThreshUtil/colorthresh.cpp)
1313

14-
Python: [ColorThreshUtil.py](https://github.com/nrsyed/computer-vision/blob/master/ColorThreshUtil/ColorThreshUtil.py)
14+
Python: [colorthresh.py](https://github.com/nrsyed/computer-vision/blob/master/ColorThreshUtil/colorthresh.py)
1515

16-
*TODO*
16+
Use this simple OpenCV tool to determine the range of color channel values needed to isolate objects of a certain color. Can be used in real time with a camera, video file, or image file. See the [README](ColorThreshUtil/README.md) for the utility for more information, or [watch a demo of the utility in action on YouTube](https://youtu.be/YGzXznbvyNU).
1717

18+
![Color thresholding utility demo](ColorThreshUtil/images/colorthresh_screenshot.png)
1819

1920
## Multithreaded video stream read/display
2021
Python: [thread_demo.py](https://github.com/nrsyed/computer-vision/blob/master/multithread/thread_demo.py), [VideoGet.py](https://github.com/nrsyed/computer-vision/blob/master/multithread/VideoGet.py), [VideoShow.py](https://github.com/nrsyed/computer-vision/blob/master/multithread/VideoShow.py), [CountsPerSec.py](https://github.com/nrsyed/computer-vision/blob/master/multithread/CountsPerSec.py)

0 commit comments

Comments
 (0)