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 demonstration shows you how to work with indexed image using IndirectArrays.jl

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

Canny filter is still a powerful edge detector even though it's invented in 1986 [1]. This demo shows you how to use our newly developed package ImageEdgeDetection with Canny filter as an example.

card-cover-image

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

Sujoy's Edge Detection Algorithm is a better & more generic approach (first derivative) for edge detection than the other commonly used first-derivative methods (like Robert’s operator, Prewitt operator, Sobel operator etc.).

card-cover-image

Image features

This demo shows BRIEF descriptor

card-cover-image

This demo shows BRISK descriptor

card-cover-image

This demo shows FREAK descriptor

card-cover-image

This demo shows HOG descriptor

card-cover-image

This demo shows how to use the LBP algorithm to extract features from images.

card-cover-image

This demo shows ORB descriptor

card-cover-image

Image morphology

Morphological image processing is an area of computer vision which pursues to remove imperfections from binary and grayscale images.

card-cover-image

In this demonstration, we will be covering morphological operations like convexhull, image thinning, hole filling and border clearing.

card-cover-image

Image quality and benchmarks

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

card-cover-image

Image segmentation

This demo shows how to use the watershed algorithm to segment an image.

card-cover-image

Spatial transformation

This demo illustrates 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

This demonstration shows how the layer version alpha compositing can be done in 10 lines of code using OffsetArrays and PaddedViews. If you are looking for more well-organized utilities, ColorBlendModes provides the definitions and compositing operations of the blend modes.

card-cover-image

This demonstration shows how to use cropping, resizing and rescaling operations on an image in Julia using ImageTransformations.jl

card-cover-image


Contributions

Users are invited to contribute demonstrations of their own.