Difference between revisions of "Fulla"

From PanoTools.org Wiki
Jump to navigation Jump to search
m (1 revision(s))
(19 intermediate revisions by 7 users not shown)
Line 1: Line 1:
'''fulla''' is a command-line tool distributed with [[hugin]] 0.6 and later. It is suitable for batch correction of:
+
{{Glossary|a command line tool to batch correct [[Chromatic aberration]], [[Lens correction model|Lens distortion]] and [[Vignetting]]}}'''fulla''' is a command-line tool distributed with [[hugin]]. It can correct chromatic aberration, lens distortion, and vignetting.
  
* [[Chromatic aberration]]: See a full tutorial, [http://hugin.sourceforge.net/tutorials/tca/en.shtml Correcting TCA with hugin and fulla].
+
== About fulla ==
 +
fulla is suitable for batch correction of:
  
* [[Lens correction model|Lens distortion]] such as [[barrel distortion]] or [[pincushion distortion]]:  '''fulla''' uses the same a, b, c and d parameters as other [[Panorama Tools]] derived programs.
+
;[[Chromatic aberration]]: See tutorial in [[#External links|external links]].
 +
;[[Lens correction model|Lens distortion]]: [[Barrel distortion|Barrel]] or [[pincushion distortion]] can be corrected using the same a, b, c and d parameters as other [[Panorama Tools]] derived programs.
 +
;[[Vignetting]]: Polynomial correction by division, addition or flatfield images. [[hugin]] contains a vignetting calculator that can use a series of overlapping photographs to determine the likely polynomial required to correct common vignetting problems.
  
* [[Vignetting]]: polynomial correction by division, addition or flatfield images.  [[hugin]] contains a vignetting calculator that can use a series of overlapping photographs to determine the likely polynomial required to correct common vignetting problems.
+
fulla can work with the same range of image types as [[nona]], including 8bit and 16bit [[TIFF]] and 32bit floating-point [[HDR]] TIFF data.
 
 
'''fulla''' can work with the same range of image types as [[nona]], including 8bit and 16bit [[TIFF]] and 32bit floating-point [[HDR]] TIFF data.
 
  
 
== Command-line usage ==
 
== Command-line usage ==
  
 
   Usage: fulla [options] inputfile(s)
 
   Usage: fulla [options] inputfile(s)
 
+
  option are:
    options are:
+
      --green=db|a:b:c:d Correct radial distortion for all channels
    -g a:b:c:d       Radial distortion coefficient for all channels, (a, b, c, d)
+
                            Specifiy 'db' for database lookup or
    -b a:b:c:d       Radial distortion coefficents for blue channel, (a, b, c, d)
+
                            the 4 coefficients a:b:c:d
                      this is applied on top of the -g distortion coefficients, use for TCA corr
+
      --blue=db|a:b:c:d   Correct radial distortion for blue channel,
    -r a:b:c:d       Radial distortion coefficents for red channel, (a, b, c, d)
+
                            this is applied on top of the --green
                      this is applied on top of the -g distortion coefficients, use for TCA corr
+
                            distortion coefficients, use for TCA corr
    -f filename     Vignetting correction by flatfield division
+
                            Specifiy 'db' for database lookup or
                      I = I / c,   c = flatfield / mean(flatfield)
+
                            the 4 coefficients a:b:c:d
    -c a:b:c:d       radial vignetting correction by division:
+
      --red=db|a:b:c:d   Correct radial distortion for red channel,
                      I = I / c,    c = a + b*r2 + c*r4 + d*r6
+
                            this is applied on top of the --green
    -a              Correct vignetting by addition, rather than by division
+
                            distortion coefficients, use for TCA corr
                      I = I + c
+
                            Specifiy 'db' for database lookup or
    -p              Try to read radial distortion coefficients (-g) from PTLens database
+
                            the 4 coefficients a:b:c:d
     -m Canon        Camera manufacturer, for PTLens database query
+
      --camera-maker=Maker Camera manufacturer, for database query
    -n Camera        Camera name, for PTLens database query
+
      --camera-model=Cam Camera name, for database query
    -l Lens          Lens name, for PTLens database query
+
      --lensname=Lens    Lens name, for database query
                      if not specified, a list of possible lenses is displayed
+
                            Specify --camera-maker and --camera-model
    -d 50            specify focal length in mm, for PTLens database query
+
                            for fixed lens cameras or --lensname
    -t n             Number of threads that should be used during processing
+
                            for interchangeable lenses.
    -h              Display help (this text)
+
      --focallength=50  Specify focal length in mm, for database query
    -o name         set output filename. If more than one image is given,
+
      --aperture=3.5    Specify aperture for vignetting data database query
                      the name will be uses as suffix (default suffix: _corr)
+
      --dont-rescale    Do not rescale the image to avoid black borders.
    -v              Verbose
+
     
 +
      --flatfield=filename Vignetting correction by flatfield division
 +
                              I = I / c, c = flatfield / mean(flatfield)
 +
      --vignetting=db|a:b:c:d Correct vignetting (by division)
 +
                            Specify db for database look up or the
 +
                            the 4 coefficients a:b:c:d
 +
                              I = I / ( a + b*r^2 + c*r^4 + d*r^6)
 +
      --linear          Do vignetting correction in linear color space
 +
      --gamma=value     Gamma of input data. used for gamma correction
 +
                          before and after flatfield correction
 +
      --threads=n       Number of threads that should be used
 +
      --help            Display help (this text)
 +
      --output=name     Set output filename. If more than one image is given,
 +
                            the name will be uses as suffix
 +
                            (default suffix: _corr)
 +
      --compression=value Compression of the output files
 +
                            For jpeg output: 0-100
 +
                            For tiff output: PACKBITS, DEFLATE, LZW
 +
      --offset=X:Y      Horizontal and vertical shift
 +
      --verbose          Verbose
  
== PTLens database lookup ==
+
== Notes ==
 +
Finding the correct lens correction parameters can be done using several approaches (see [[Lens correction model]] and external links for details). Note parameter d for radial distortion (default 1.0) is not available in GUI frontends - the d mentioned in frontends is typically a different parameter related to image shift.
  
'''fulla''' will look-up your camera in a [[PTLens]] database and try to automatically determine [[Lens correction model|Lens correction parameters]] for your pictures.  An older free version of the database is required which can be [http://sourceforge.net/project/showfiles.php?group_id=77506&package_id=187932 downloaded from sourceforge].
+
== Windows batch usage ==
  
Use the PTLENS_PROFILE environment variable to specify the location of the PTLens database, for example on Linux or OS X:
+
Once you have calculated fulla parameters as described above, you can create a custom ''droplet''
 +
for batch correcting photos like so:
  
   PTLENS_PROFILE=$HOME/.ptlens/profile.txt
+
* Create a ''Shortcut to fulla.exe'' by dragging the ''fulla'' icon to another directory in Windows explorer
 +
* Edit ''properties''
 +
* Change the ''target'' to include your correction parameters:
 +
   "C:\Program Files\hugin\fulla.exe" --red=0:0:0.00056:1.00015 --blue=0:0:-0.00026:1.0011 --vignetting=1:0.20:-0.51:0.2
 +
* Rename the shortcut to something descriptive like ''fulla-peleng''
 +
* Now you can correct photos by dragging and dropping them onto the icon
  
On Windows something like this (untested) should work:
+
== External links ==
  
  set PTLENS_PROFILE=%HOMEPATH%\PTLens\profile.txt
+
* [http://hugin.sourceforge.net/tutorials/tca/en.shtml Correcting TCA with hugin and fulla]
 +
* [http://sourceforge.net/project/showfiles.php?group_id=77506&package_id=187932 PTLens database download] (April 2006)
 +
** [http://lensfun.berlios.de/ Lensfun] [http://svn.berlios.de/wsvn/lensfun/trunk/data/db/ SVN] includes parameters for many more lenses
 +
* [http://lensfun.berlios.de/lens-calibration/lens-calibration.html How to determine lens correction parameters] - from Lensfun documentation
  
 
[[Category:Software:Platform:Linux]]
 
[[Category:Software:Platform:Linux]]
 
[[Category:Software:Platform:Windows]]
 
[[Category:Software:Platform:Windows]]
 
[[Category:Software:Platform:Mac OS X]]
 
[[Category:Software:Platform:Mac OS X]]
 +
[[Category:Software:Hugin]]

Revision as of 17:52, 15 May 2014

fulla is a command-line tool distributed with hugin. It can correct chromatic aberration, lens distortion, and vignetting.

About fulla

fulla is suitable for batch correction of:

Chromatic aberration
See tutorial in external links.
Lens distortion
Barrel or pincushion distortion can be corrected using the same a, b, c and d parameters as other Panorama Tools derived programs.
Vignetting
Polynomial correction by division, addition or flatfield images. hugin contains a vignetting calculator that can use a series of overlapping photographs to determine the likely polynomial required to correct common vignetting problems.

fulla can work with the same range of image types as nona, including 8bit and 16bit TIFF and 32bit floating-point HDR TIFF data.

Command-line usage

 Usage: fulla [options] inputfile(s)
  option are:
     --green=db|a:b:c:d  Correct radial distortion for all channels
                           Specifiy 'db' for database lookup or
                           the 4 coefficients a:b:c:d
     --blue=db|a:b:c:d   Correct radial distortion for blue channel,
                           this is applied on top of the --green
                           distortion coefficients, use for TCA corr
                           Specifiy 'db' for database lookup or
                           the 4 coefficients a:b:c:d
     --red=db|a:b:c:d    Correct radial distortion for red channel,
                           this is applied on top of the --green
                           distortion coefficients, use for TCA corr
                           Specifiy 'db' for database lookup or
                           the 4 coefficients a:b:c:d
     --camera-maker=Maker Camera manufacturer, for database query
     --camera-model=Cam Camera name, for database query
     --lensname=Lens    Lens name, for database query
                           Specify --camera-maker and --camera-model
                           for fixed lens cameras or --lensname
                           for interchangeable lenses.
     --focallength=50   Specify focal length in mm, for database query
     --aperture=3.5     Specify aperture for vignetting data database query
     --dont-rescale     Do not rescale the image to avoid black borders.
     
     --flatfield=filename  Vignetting correction by flatfield division
                             I = I / c, c = flatfield / mean(flatfield)
     --vignetting=db|a:b:c:d  Correct vignetting (by division)
                           Specify db for database look up or the
                           the 4 coefficients a:b:c:d
                             I = I / ( a + b*r^2 + c*r^4 + d*r^6)
     --linear           Do vignetting correction in linear color space
     --gamma=value      Gamma of input data. used for gamma correction
                          before and after flatfield correction
     --threads=n        Number of threads that should be used
     --help             Display help (this text)
     --output=name      Set output filename. If more than one image is given,
                           the name will be uses as suffix
                           (default suffix: _corr)
     --compression=value Compression of the output files
                           For jpeg output: 0-100
                           For tiff output: PACKBITS, DEFLATE, LZW
     --offset=X:Y       Horizontal and vertical shift
     --verbose          Verbose

Notes

Finding the correct lens correction parameters can be done using several approaches (see Lens correction model and external links for details). Note parameter d for radial distortion (default 1.0) is not available in GUI frontends - the d mentioned in frontends is typically a different parameter related to image shift.

Windows batch usage

Once you have calculated fulla parameters as described above, you can create a custom droplet for batch correcting photos like so:

  • Create a Shortcut to fulla.exe by dragging the fulla icon to another directory in Windows explorer
  • Edit properties
  • Change the target to include your correction parameters:
 "C:\Program Files\hugin\fulla.exe" --red=0:0:0.00056:1.00015 --blue=0:0:-0.00026:1.0011 --vignetting=1:0.20:-0.51:0.2
  • Rename the shortcut to something descriptive like fulla-peleng
  • Now you can correct photos by dragging and dropping them onto the icon

External links