OpenCV – Scaling You can perform scaling on an image using the resize() method of the imgproc class. Following is…
Learn From The Experts
Learn from the experts and professionals here at Alumity and join the largest community of online learning.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Commodo pellentesque massa tellus ac augue.
OpenCV – Scaling You can perform scaling on an image using the resize() method of the imgproc class. Following is…
Optical Networks – Useful Resources The following resources contain additional information on Optical Networks. Please use them to get more…
Optical Networks – WDM Technology WDM is a technology that enables various optical signals to be transmitted by a single…
OpenCV – Storing Images To capture an image, we use devices like cameras and scanners. These devices record numerical values…
OpenCV – Dilation Erosion and dilation are the two types of morphological operations. As the name implies, morphological operations are…
OpenCV – Useful Resources The following resources contain additional information on OpenCV. Please use them to get more in-depth knowledge…
OpenCV – Drawing Arrowed Lines You can draw an arrowed line on an image using the method arrowedLine() of the…
OpenCV – Simple Threshold Thresholding is a method of image segmentation, in general it is used to create binary images.…
OpenCV – Hough Line Transform You can detect the shape of a given image by applying the Hough Transform technique…