Detect and Blur Faces with .NET Core and Face API
A tutorial on building a .NET Core console app that uses Azure Face API to detect and blur faces in images.
A tutorial on building a .NET Core console app that uses Azure Face API to detect and blur faces in images.
Author discusses writing a Go image cropping program for Linux Voice, sharing insights on Go's features and providing code resources.
A PhD graduate shares tips and observations on writing a long LaTeX thesis, including visualizations and color analysis.
A developer shares their experience using AForge.NET to implement a 'magic color' image processing feature, detailing the filter steps and results.
CSSgram is a lightweight CSS library for applying Instagram-style photo filters using CSS filters and blend modes.
Article explores visualizing the Visible Human Project dataset using ffmpeg, ImageJ, and Drishti for 3D volume rendering.
A technical guide on using ImageMagick to automatically detect and remove black bars (letterboxing/pillarboxing) from video thumbnails and cover images.
A guide explaining the differences between common image and vector file formats, their features, and best use cases for design and web.
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 technical exploration of using image processing to transform an angled pool table photo into a top-down view.
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.