No BSD License  

Highlights from
program Color balancing

3.0

3.0 | 3 ratings Rate this file 34 Downloads (last 30 days) File Size: 1.35 KB File ID: #14294

program Color balancing

by Jeny Rajan

 

16 Mar 2007

A simple program for color balancing

| Watch this File

File Information
Description

A simple program for color balancing

Required Products Image Processing Toolbox
MATLAB release MATLAB 7.0.1 (R14SP1)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (7)
29 Aug 2007 Jacques Landry

No commenting of any kind in the file! No description! Mileading keywords. Color or white balances require a calibration file. This does not so is useless.

21 Sep 2007 randy copl  
30 Mar 2008 Zhao Quanyou

program for this paper
A Novel Automatic White Balance Method
For Digital Still Cameras
good!

08 Jan 2009 pupu QQ

the effect is good enough,better than some comercial software in China ,for exmaple neo imaging.theory based on a taiwan paper on IEEE

26 Feb 2010 Tony

The program is good. But computationally intensive.

04 Apr 2011 Austin

Thanks this was useful. This script is slow only because of the first double for-loop doing a dynamic memory allocation each time the condition is met. MATLAB is terrible with dynamic memory allocations. Simply add:

Ciny = zeros(1,x*y);

right before the outer for loop (for i=1:x), and then add:

Ciny(cnt:end) = [];

right at the end of the for loop (right above cnt=cnt-1; and then the sort) to get rid of the unused memory. This speeds up the code tremendously.

Thanks.

05 Dec 2011 ji

very good

Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
color Jeny Rajan 22 Oct 2008 09:04:38
color balance Jeny Rajan 22 Oct 2008 09:04:38
white balance Jeny Rajan 22 Oct 2008 09:04:38
color balancing Jeny Rajan 22 Oct 2008 09:04:38
image processing Jeny Rajan 22 Oct 2008 09:04:38
color balance yigal fraydon 24 Dec 2008 15:48:24
color Ari sirén 12 Feb 2009 07:50:19
color balance Ondrej 15 Apr 2010 09:08:16
white balance Mathias 28 Dec 2010 11:23:59
white balance Mountip 08 Sep 2011 00:55:14

Contact us at files@mathworks.com