orimg |
Reading Image |
Reads image from the computer |
owimg |
Write Image |
Write image in the computer |
odis |
Display Image |
Display Image |
orvid |
Read Video |
Read Video from camera or a Video File |
owvid |
Write Video |
Write Video in the computer |
oline |
Draw Line |
Draw Line on the image |
oaline |
Draw Arrowed Line |
Draw arrowed line on the image |
orect |
Draw Rectangle |
Draw Rectangle on the image |
ocircle |
Draw Circle |
Draw Circle on the image |
oellipse |
Draw Ellipse |
Draw Ellipse on the image |
opoly |
Draw Closed Polygon |
Draw any Polygon on the image |
otext |
Write Text |
Put any text on the image |
olistevents |
Listing Events |
List all the events available in opencv |
ohmevent |
Handling Mouse Events |
Provide basic Layout to handle all mouse events |
octrack |
Create Trackbar |
Creates trackbar on any window |
otrackpos |
Get Trackbar Position |
Gives the position of trackbar at any time |
ocvtcolor |
Convert Color |
Converts color from one format to other |
ohsvcoloriden |
Identify Color using HSV |
Identifies any color in the image |
othresh |
Thresholding |
Returns a threshold Image |
oathresh |
Adaptive Thresholding |
Returns Adaptive thresholded Image |
odilate |
Dilate Image |
Returns a Dilated image |
oerode |
Erode Image |
Returns a Eroded image |
omorphex |
Morphological Transformations |
Removes noises from the image by performing morphological transformations on it. |
oblur |
Blur Image |
Used for blurring or smoothening of image |
ogblur |
Gaussian Blur |
Returns Gaussian blur of a image |
omedblur |
Median Blur |
Used for smoothening of image using Median blur |
obblur |
Bilateral Blur |
Used for smoothening of image using Bilateral blur |
olapedge |
Laplacian Edge Detector |
Edge Identification using Laplacian Edge Detector |
osobedge |
Sobel Edge Detector |
Edge Identification using Sobel Edge Detector |
ocanny |
Canny Edge Detector |
Edge Identification using Canny Edge Detector |
ocontours |
Contours |
Identifies and draw contours on the image |
oshapedetect |
Shape Detection |
Detects shapes present in the image and writes the name of the shape in the image. |
omatchtem |
Template Matching |
Matches template in any main image and draws rectangle around the identified template in the main image |
ohough |
Hough Line Transformation |
Detects straight lines of infinite length in the image. |
ophough |
Probabilistic Hough Line Transform |
Detects straight lines of finite length in the image. |
ohaarc |
Haar Cascades Classifier |
Provide Layout for using Haar Cascades Classifier |
oharrisc |
Harris Corner Detector |
Detects corner in the Given image (Harris Corner Detector) |
ogoodf |
Shi-Tomasi Corner Detector |
Detects desired number of corners in the Given image (Shi-Tomasi Corner Detector) |
opers |
Perspective Transformation |
Returns the perspective transformation of the image |
oaffn |
Affine Transformation |
Returns the Affine Transformation of the image |
orotate |
Rotate Image |
Rotates the image by desired angle |