Skip to content

Latest commit

 

History

History
30 lines (12 loc) · 1 KB

README.md

File metadata and controls

30 lines (12 loc) · 1 KB

OpenCV code collections

This repo consists of snippets for day to day tasks we do in opencv Note:all the images used can be found in the data folder

The following are the snippets currently available

1. Drawing shapes

This file has code snippets for drawing common geometric figures and inserting text content into images

2.Get cordinates and color

a single mouse click can give you the cordinates of the point ,and a right click can give you the the color codes

3.join images

this piece of code will allow you to join two or more images

4.Track Bar

this code helps to make a track bar which can be set to a on off position and can change the color by changing the rgb value