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 MBigglesworth79
How to resize an Image On-The-Fly using .NET
by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
We will discuss a problem that I recently came across while working with images in coding.