Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I'm looking for some help in selecting an application or fast language to manipulate pixels in a number of specific images described below.

The images are very large (3264x2448px or more) and in RAW format so processing speed will probably be a priority. To add difficulty to the situation the images will be taken with different makes or models of camera and thus have different RAW formats. So it may be necessary to first convert the RAW files to a lossless format such as Tiff or PNG but I'm not sure if this will be necessary as there may be some way to do what I want on the RAW files.

To describe the images simply, they're essentially a number of vertical lines that have undergone some colour dispersion due to the lighting & optics.

Looking at 1 row of pixels, there would be some darkish space followed by 3 colour spots (r-g-b) and then some more darkish space and then another group of spots. This would continue right across the row. The separation of colour of the spots would depend upon the dispersion; the width of the spots would be say 5-50 px (line width); and the intensity or brightness of the spots would depend on the colour & brightness of the line.


Example:

....................|..............................................................**........................................................................................................
....................|............................................................*....**....................................................................................................
....................|..........................................................*..............................................................................................................
....................|..........................................................................................................................................................................
....................|..........................................................................................................................................................................
....................|..............................*......................................*..................................................................................................
....................|..........................**..***..................*................................................................................................................
....................|........................*................................................................................................................................................
....................|............................................................................................................*............................................................
....................|......................*..................................................................................................................................................
Intensity |......................................*................................*................................*..**........................................................
....................|....................................................*..........................................................*........................................................
....................|..........................................................................................................................................................................
....................|....................*..................................................................................*..........*....................................................
....................|..........................................................................*..............................................................................................
....................|..........................................................................................................................................................................
....................|........................................*............*................................*................................................................................
....................|....................*................................................................................................*..................................................
....................|....*....................................................................*..............................................................................................
....................|..........................................*........*................................................*................*....*............*............................
....................|**..*******........................****........................******..******....................**..******..****....................
....................|_____________________________________________________________________________________
....................Row-->................r.............................g............................................b.........................noise

.....................These r-g-b peaks may overlap, depending on the amount of dispersion.
.........................A similar spectrum is repeated many times across the whole Row.


My aim is to correct for this dispersion so I would need an application or language that will be capable of separating the r-g-b channels (if converted to Tiff or PNG), and then on each channel:

1) Do a 3 or 5 point smooth across each Row to reduce noise.
2) Find the leading & trailing edges of each (r,g or b) spot and calculate its centre Row number.
3) Find the intensities of each (r,g or b) spot at their centre Row that's found in step 2.
4) Determine the separation for each of the r-g-b spots.

From these results I can calculate a correction algorithm.

NOTE: As the dispersion is not the same across the image, I'll need to adjust each spot separately.

This process will be used for calibration of a lighting & optics setup. In some instances it may also need to be repeated with horizontal lines but I can simple change Rows to Columns for those cases.

In the past I've worked extensively with Fortran IV in the 1960's, some Basic & a little assembler, & lately with a little VBA, but I'm a complete novice at image manipulation at the pixel level so would really appreciate any help with direction in this area. I'm willing to learn a new language if necessary but hope there's already some aps or libraries that already contain the basic steps needed for this task as well as some tutorials of how to use them.

Thanking you,
inventiveman
Posted
Comments
Mohan Mishra 3-Mar-13 0:42am    
Hello, I think you must try RTI
IMAGE EDITOR APP it provide
everythings that you want it is
also used in designing of 3D
image processing for the
application and many more. ......
inventiveman 3-Mar-13 9:22am    
Please see my comment under your suggested solution

1 solution

Hello, I think you must try RTI
IMAGE EDITOR APP it provide
everythings that you want it is
also used in designing of 3D
image processing for the
application and many more. ......
 
Share this answer
 
Comments
inventiveman 3-Mar-13 9:22am    
Thanks for your suggestion Mohan but unfortunately it does not allow me to do the 4 tasks I've requested. Many of its processes also rely on Photoshop, which I don't have, and it requires conversion of the RAW files to JPGs which are 'lossy' compressed files and I need to work on the RAW file or a 'lossless' format like TIFF or PNG.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900