Every Tooth Tracked
Explores algorithms for segmenting individual teeth from dental images, comparing Active Contours and Watershed transforms.
Explores algorithms for segmenting individual teeth from dental images, comparing Active Contours and Watershed transforms.
A tutorial on using Python and OpenCV to detect and count books in an image, filtering out other objects.
A tutorial on setting up a high-performance image processing service using the open-source Image Resizer library and Microsoft Azure.
A guide to saving PNG images on Windows Phone using the Cimbalino Toolkit, addressing performance and licensing issues of older libraries.
Explores using Principal Component Analysis on t-shirt images to build a gender classification model, visualizing data as 'eigenshirts'.
A tutorial on client-side image scaling using HTML5 Canvas and JavaScript, with a step-by-step code explanation.
Introducing a Fluent API for the ImageResizer .NET library, simplifying image transformation requests with a clean, expressive syntax.
Patches added to Emacs 24 to enable proper transparency display for GIF images, using the frame color as the transparency color.
Explains a bug in WPF's Clipboard.GetImage method and provides a workaround to correctly paste images from the clipboard by manually handling DIB format.