Cross posted - How can I improve the results of my proprietary RAW processing pipeline?


Hello,

I am doing some experiment with Raw image processing using two post processing tools:- 1)Adobe PhotoShop (PS) CS5 2) Proprietary Image processing pipeline code. I captured some raw images using Nokia-900 in DNG format. This DNG has a Color filter Array data(raw bayer data) which is extracted and given as input to proprietary code. The proprietary software does not use any Metadata/Exifdata present in the DNG file. Adobe PS takes DNG file as input to process. I want to have comments from experts here about Visual Quality of these two outputs, critical comparison between two based on various factors like - Image Noise, Sharpness(blur), Colour accuracy, Brightness, Contrast, Colour Casts, Chroma Fringing if any, and any other parameter which you can point me to.

A) I fear the output from my code is inferior to Adobe PS output and want to correct/fix this in whatever way it is possible.

B) May be Adobe PS is using some extra metadata from the DNG file, or it has superior algorithms to process the image, I would like to understand what exactly is happening here.

The steps involved in obtaining the outputs from the two processing pipelines is as follows:

1) Output from Adobe PS: Load DNG, Colour balance to remove any casts by adjusting the colour temperature slider,then apply Unsharp mask(Amount-100%, Radius-2 pixels,Threshold-65), Noise filter Median(radius-1 pixel),Save processed image as a BMP.

2) Output from Proprietary: Colour balancing using a colour correction matrix, PErform Auto white balancing using a proprietary algorithm, RGB->YUV colour conversion, Un-sharp masking(proprietary algorithm on Y component alone), Median noise filter on Y,U,V (Standard 3x3 median filter on image), Gamma correction,YUV->RGB colour conversion, save as BMP.

Below are the two images(They are uploaded here as JPEG). Pls. give me your inputs.

1)Adobe PS output enter image description here

2)Output from Proprietary processing pipeline enter image description here

link|improve this question

54% accept rate
This should be moved to the photography stackexchange site. You'll get much better answers there. – Wes Hardaker May 10 '11 at 13:19
Agreed. Sorry for posting here. – goldenmean May 10 '11 at 13:21
You could have waited for the question to be moved there. Anyway, please consider deleting it here! – slhck May 10 '11 at 14:19
feedback

closed as off topic by slhck, Sathya May 12 '11 at 7:03

Questions on Super User are expected to generally relate to computer software or computer hardware, within the scope defined in the faq.

Browse other questions tagged or ask your own question.