[squeak-dev] Re: Input on class design for someone new to squeak

Danny Chan chan_dhf at yahoo.de
Fri Apr 25 05:11:29 UTC 2008


Hi!
Both seem to be very interesting, I will definitely have a look. But maybe I 
should explain a little bit more what I need to do. I am not interested so 
much in the image chain that is applied to a raw image from a camera source. 
I am working with camera modules that have raw output, there is almost no 
image processing applied within the module. I have to analyze the images for 
defects and problems of the sensor, the optics and the interaction of both. 
Typical tasks are for example:
- Find the optical center from a homogeneously illuminated image
- Find specific target structures in the image and try to extract a sharpness 
measure
- Develop an algorithm that allows to quantify dust and flare
- Analyze typical optical problems like distortion, chromatic aberration, 
vignetting
- Analyze color shift problems caused by mismatch between sensor and optics / 
sensor settings
- Retrieve different metrics for several regions of interest on the image like 
color offsets, statistical measures, contrast...

All the processing performed on the image later on is quite interesting to me, 
because I need to take the influence of the image pipe on the final result 
into account. But my focus is really on the analysis of large matrix data 
sets. Typically I need 2D matrices for analysis of luminance values only, 3D 
matrices for analysis of RGB data. I also need 4D matrices for analysis of 
color data from raw images (in most image sensors, the color information is 
encoded by having a different color filter on each pixel, and later on 
retrieving a full RGB value for a pixel by interpolating the color 
information from neighbouring pixels).

So it is really rather data analysis of very differerent data sets , it only 
happens to be mostly imaging related at the moment.



Am Freitag, 25. April 2008 04:04:41 schrieb tim Rowledge:
> On 24-Apr-08, at 6:57 PM, Juan Vuletich wrote:
> > May be you are talking about my old PhotoSqueak project,
>
> Hmm, yes maybe that was what I was thinking about. Interesting that we
> have two interesting image processor packages.
>
> tim
> --
> tim Rowledge; tim at rowledge.org; http://www.rowledge.org/tim
> Useful random insult:- Suffers from Clue Deficit Disorder.






More information about the Squeak-dev mailing list