Demonstrations


Color channels

This demonstration shows how to work with color channels to explore image compression using the Singular Value Decomposition (SVD).

card-cover-image

This example illustrates RGB to Grayscale Conversion

card-cover-image

This example illustrates how RGB to HSV (Hue, Saturation, Value) conversion can be used to facilitate segmentation processes.

card-cover-image

Contours

This demonstration shows how to detect contours on binary images The algorithm used is "Topological Structural Analysis of Digitized Binary Images by Border Following" by Suzuki and Abe (Same as OpenCV).#

card-cover-image

Corner Detection, which is a subset of Interest Point Detection, tries to detect points in the image which have a well-defined position and can be robustly detected in multiple images of the same scene. Very often, these points lie along the corners or edges of objects in the image - hence the name.

card-cover-image

Image quality and benchmarks

This demo shows how SSIM and MSE are used to evaluate the image quality

card-cover-image

Spatial transformation

This demonstration shows how alpha compositing can be done in 10 lines of code using OffsetArrays and PaddedViews

card-cover-image

This demo issustrates the use of Histogram equalization, gamma correction matching and Contrast Limited Adaptive Histogram Equalization

card-cover-image

This demonstration shows some common tricks in image comparision – difference view

card-cover-image


Contributions

Users are invited to contribute demonstrations of their own.