> I loaded the same images and generated automatic controlpoints.
> The result talk for them self. Top Raw file. Bottom 16bit tif
> http://www.panoramas.dk/panorama/ptgui/Rawortiff.jpg
Astounding! I never was a friend of using RAW files directly. However,
PTGui doesn't actually load RAW files, it loads dcraw output. The
paramters passed to dcraw are -c -4 -o 1 -w which means standard output,
16 bit linear, sRGB colorspace, and camera white balance.
I guess the linear (not gamma corrected) image data is the reason...
BTW.: There is a possibility to have dcraw remove CA: The -C parameter
together with two correction values for red and blue channel. If only
PTGui would let us specify custom dcraw parameters like for other
external helpers...
best regards
--
Erik Krause
http://www.erik-krause.de
> I stitched the 21 images using Raw, then converted the images to Tiff
> and stitched again. My results below show that there is a similar
> distribution of control points, but the error is greater from the
> Tiff files. Also the color balance has shifted a bit in the Tiff
> images.
Pay attention to the image size. dcraw does not always provide the same
image size as commercial raw converters do. dcraw apparently tries to
convert as many pixels as possible while ACR f.e. relies on some meta
data. I've seen a difference of up to 30 pixels.
If you use RAW images to find control points and then replace the RAWs
by TIFFs the control points won't match the features anymore since they
are scaled to the new size.