Image Processing
Blob DetectionThe algorithm described on this page can be used for finding blobs (regions of connected pixels) within monochrome images. | |
Creating PNGs with libPNGA simple worked through example of using libPNG for creating PNG files. | |
VTK Files in MayaviMayavi is a 3D data visualisation tools. This page describes how to render data generated outside the Mayavi API by using VTK files. | |
Otsu ThresholdingOtsu's method is an algorithm for reducing a greyscale image into a binary image. This page describes the theory and provides a Java implementation. | |
Video/Image ConversionA few commands to help convert between images and videos. Useful when creating data sets for images processing tasks. |