Click here to Skip to main content
15,867,453 members
Everything / Multimedia / Image Processing

Image Processing

image-processing

Great Reads

by Darko Jurić
SIR Particle Filter brief tutorial with samples in C#
by V.
Case study on how to solve a complex problem by dividing it into smaller problems.
by J. Broun
An article aimed at intermediate coders on decoding Stardent Corp.'s AVS Bitmap Image format.
by dynamichael
Build an oct-tree from a color palette for a fast nearest color search

Latest Articles

by Hans-Peter Kalb
C# library for reading and writing EXIF tags in JPEG, TIFF and PNG image files
by Huseyin Atasoy
An image classifier / tagger based on convolutional neural networks. Now more than 10 times faster with the Intel MKL support.
by napuzba
How to use pointers when processing images in C#
by dynamichael
Build an oct-tree from a color palette for a fast nearest color search

All Articles

Sort by Updated

Image Processing 

28 Sep 2011 by Alexander Chernosvitov
AntiBot control using HTML5 rotating feature
23 Sep 2011 by Andrew Kirillov
The article describes an algorithm for recognition of optical glyphs in still images and video and then shows its application in 3D augmented reality.
10 Dec 2018 by Apriorit Inc, Vadym Zhernovyi
The experience of improving Mask R-CNN performance six to ten times by applying TensorRT
7 Mar 2019 by Apriorit Inc, Semyon Boyko
How to use this Google service and the free NVIDIA Tesla K80 GPU to achieve your own goals in training neural networks
30 Apr 2019 by Apriorit Inc, Semyon Boyko
The approach that allows you to make a neural network analyze the current frame while remembering the state of previous frames
22 Mar 2019 by Apriorit Inc, Vadym Zhernovyi
Learn more about the challenges we faced with dataset preparation and network configuration, and how these problems can be solved.
26 May 2014 by C_Johnson
Using EMGU to perform Principle Component Analysis (PCA) multiple face recognition is achieved. Using .NET Parallel toolbox real time analysis and optimisation is introduced in a user friendly application.
9 Apr 2011 by charles henington
Using System.Convert namespace to convert between base64 and images
2 Dec 2014 by César de Souza
A description of how it was possible to achieve real-time face detection with some clever ideas back in 2001
27 Aug 2014 by César de Souza, Diego Catalano
Scientific computing for Java and Android.
24 Nov 2014 by Darko Jurić
Fast object detection by template matching
15 Sep 2015 by Darko Jurić
Portable generic image library for C#
24 Nov 2014 by Darko Jurić
Pyramidal Kanade Lucas optical flow tracker
27 Apr 2015 by Darko Jurić
SIR Particle Filter brief tutorial with samples in C#
15 Jan 2015 by Darko Jurić
Discrete Kalman Filter brief tutorial with samples in C#
27 Jul 2011 by Darryl Bryk
Code is described for drawing an image as a 3D surface plot using OpenGL
31 Dec 2014 by David_Ke
Sensor and image are two amazing things which interests programmer most in slate.
16 May 2017 by Emiliano Musso
Develop a simple application to search into a list of images for the one containing a smaller portion of the original one, graphically showing the points of intersection between the two
4 Sep 2013 by Grasshopper.iics
You would never want to use another photo editor in your AIO again
24 Jun 2021 by Hans-Peter Kalb
C# library for reading and writing EXIF tags in JPEG, TIFF and PNG image files
11 May 2020 by Huseyin Atasoy
An image classifier / tagger based on convolutional neural networks. Now more than 10 times faster with the Intel MKL support.
3 Dec 2012 by Ilya Suzdalnitski
Image processing basics on the GPU using OpenCL.NET.
15 Feb 2015 by Ivan Korhner
ASCII art generator in Java
19 Dec 2011 by J. Broun
A tutorial aimed at intermediate coders on decoding PBM (Portable Bitmap) files using C#.
19 Dec 2011 by J. Broun
An article aimed at intermediate coders on decoding Stardent Corp.'s AVS Bitmap Image format.
25 Nov 2014 by Jakob Farian Krarup
A set of .NET extension methods to get the difference between images and more...
24 Nov 2013 by Johannes Bildstein
A library for colormodels and spaces, correct color-conversions and color-difference calculation.
21 May 2011 by JohnExalt
The article demonstrates how to calculate various points in a Bezier curve and determine the angle at any point.
3 Apr 2019 by Mahsa Hassankashi
17 Jun 2019 by napuzba
How to use pointers when processing images in C#
18 Aug 2014 by pi19404
In this article we will look at Adaptive Skin Color Detection technique described in the paper "An Adaptive Real-time Skin Detector Based on Hue Thresholding"
2 Sep 2014 by pi19404
In this article, we will look at unistrore gesture recognition for Android devices
3 Jul 2014 by Ravimal Bandara
An implementation of unsupervised watershed algorithm to image segmentation with histogram matching technique for reduce over-segmentation by using openCV.
20 Sep 2011 by Soroush Falahati
Introducing a class for generating 3D images (Stereoscopic and Anaglyph) from DepthMaps.
14 Mar 2016 by V.
Case study on how to solve a complex problem by dividing it into smaller problems.
25 Jun 2016 by Will J Miller
This article describes the implementation of a custom class called MMSCropImageView. The class gives the feature of drawing and moving a rectangle over an image to identify the crop region and return it in an UIImage. It explains the considerations and solutions for cropping a bitmap.