This is the first color image produced by the new camera & lens combination. The bilinear rectification routine that we completed last week was automatically applied to correct chromatic aberration. In the future bicubic interpolation will make the image even sharper. The original 16-bit image had levels and curves adjusted in Photoshop, and the result was converted to the 8-bit JPG below.

Stereo reconstruction works by identifying similar features within two images, and we will use any technique that enhances small features. As a first step in our stereo reconstruction pipeline we currently use bilinear interpolation to rectify/dewarp images. While bilinear interpolation is easy to code and does a good job, there are many other types of interpolation worth considering. The two images below have been modified with bicubic interpolation and bilinear interpolation. The results confirm that bicubic is sharper, so we will eventually migrate to bicubic interpolation.

Wikipedia has some more examples.