Click here to Skip to main content
15,861,125 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 Score

Image Processing 

27 Apr 2015 by Darko Jurić
SIR Particle Filter brief tutorial with samples in C#
14 Mar 2016 by V.
Case study on how to solve a complex problem by dividing it into smaller problems.
19 Dec 2011 by J. Broun
An article aimed at intermediate coders on decoding Stardent Corp.'s AVS Bitmap Image format.
4 Sep 2013 by Grasshopper.iics
You would never want to use another photo editor in your AIO again
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
10 Dec 2018 by Apriorit Inc, Vadym Zhernovyi
The experience of improving Mask R-CNN performance six to ten times by applying TensorRT
24 Nov 2013 by Johannes Bildstein
A library for colormodels and spaces, correct color-conversions and color-difference calculation.
24 Jun 2021 by Hans-Peter Kalb
C# library for reading and writing EXIF tags in JPEG, TIFF and PNG image files
27 Aug 2014 by César de Souza, Diego Catalano
Scientific computing for Java and Android.
3 Apr 2019 by Mahsa Hassankashi
24 Nov 2014 by Darko Jurić
Fast object detection by template matching
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
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.
15 Sep 2015 by Darko Jurić
Portable generic image library for C#
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.
20 Sep 2011 by Soroush Falahati
Introducing a class for generating 3D images (Stereoscopic and Anaglyph) from DepthMaps.
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
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.
17 Jun 2019 by napuzba
How to use pointers when processing images in C#
15 Jan 2015 by Darko Jurić
Discrete Kalman Filter brief tutorial with samples in C#
25 Nov 2014 by Jakob Farian Krarup
A set of .NET extension methods to get the difference between images and more...
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.
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.
24 Nov 2014 by Darko Jurić
Pyramidal Kanade Lucas optical flow tracker
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.
3 Dec 2012 by Ilya Suzdalnitski
Image processing basics on the GPU using OpenCL.NET.
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
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.
15 Feb 2015 by Ivan Korhner
ASCII art generator in Java
28 Sep 2011 by Alexander Chernosvitov
AntiBot control using HTML5 rotating feature
21 May 2011 by JohnExalt
The article demonstrates how to calculate various points in a Bezier curve and determine the angle at any point.
19 Dec 2011 by J. Broun
A tutorial aimed at intermediate coders on decoding PBM (Portable Bitmap) files using C#.
9 Apr 2011 by charles henington
Using System.Convert namespace to convert between base64 and images
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