Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / multimedia / image-processing

Image Processing

image-processing

Great Reads

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.
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"
by Grasshopper.iics
You would never want to use another photo editor in your AIO again
by pi19404
In this article, we will look at unistrore gesture recognition for Android devices

Latest Articles

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.
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"
by Grasshopper.iics
You would never want to use another photo editor in your AIO again
by pi19404
In this article, we will look at unistrore gesture recognition for Android devices

All Articles

Sort by Score

image-processing 

by Anand Gunasekaran
Scanner automatically scans multiple pages using BackgroundWorker Thread
by hirosht
Step by step method of thresholding a image using the EmguCV API in C#
by dynamichael
Build an oct-tree from a color palette for a fast nearest color search
by Shulha Yahya
Get Palm Hand Region from Binary Image of Hand on EmguCV
by Benjamin Lifshitz
With this code, you can print images quickly and efficiently, using the largest part of the A4 page for your image.
by robertjb20
You can increase the speed of both SetPixel and GetPixel by doing the following:Add the line 'int step = 0' at the LockBitmap class level.Remove 'int' declation of 'step' in the LockBits method and calculate as is.In both SetPixel and GetPixel, remove the line:int cCount = Depth /...
by danlobo
I got what A.J tried to say. It's about implementing IDisposable in LockBitmap.Basically, it involves changing:public class LockBitmapto: public class LockBitmap : IDisposableThe constructor:public LockBitmap(Bitmap source){ this.source = source;}to:public...
by Vano Maisuradze
The alternative solution, how to work with images faster.
by Alexey Shtykov
How to print an image to a printer within a proper size