To get a list of installed packages can be useful in situations where want to reinstall a system or install the same packages on another system. This tutorial demonstrates how...
Debian package (.deb) is an archive file that consists of various files such as executable files, configuration files, libraries, documentation, etc. The files are associated with an application which can...
Debian package (.deb) is an archive file that contains a collection of files such as executable files, documentation, libraries, and configuration files associated with an application which can be installed...
OpenCV has various drawing functions to draw geometric shapes such as line, rectangle, circle and write text on images.
The getTextSize function calculates and returns width and height of a...
OpenCV provides functionality to draw geometric shapes such as line, rectangle, circle, etc.
The polylines function can be used for drawing polyline. It is a continuous line composed of one...
OpenCV provides many functions to draw geometric shapes such as line, rectangle, circle, etc.
The ellipse function can be used to draw ellipse or ellipse arc by providing x and...
OpenCV offers functionality for drawing various geometric shapes such as line, rectangle, circle, etc.
The rectangle function can be used to draw a rectangle by specifying x and y coordinates...
OpenCV provides various functions for drawing geometric shapes such as line, rectangle, circle, etc.
The drawMarker function draws marker on an image by predefined x and y coordinates, marker type...
OpenCV has many functions to draw various shapes such as line, rectangle, circle, etc.
The arrowedLine function draws an arrow line that pointing from the first point to the second...
OpenCV offers many drawing functions that can be used to draw geometric shapes and write text on an image.
The putText function can be used to write text on an...