Add Hugin binaries
This commit is contained in:
26
App/Hugin/share/hugin/data/output/blended_stacks.executor
Normal file
26
App/Hugin/share/hugin/data/output/blended_stacks.executor
Normal file
@@ -0,0 +1,26 @@
|
||||
[General]
|
||||
Description=Blended stacks
|
||||
Help=Fuse all stacks with enfuse, then blend them with enblend
|
||||
StepCount=3
|
||||
IntermediateImageType=tif
|
||||
|
||||
[Step0]
|
||||
Description=Remapping images
|
||||
Type=remap
|
||||
Arguments=-r ldr -m TIFF_m --ignore-exposure
|
||||
|
||||
[Step1]
|
||||
Description=Fusing all stacks with enfuse
|
||||
Type=stack
|
||||
Program=enfuse
|
||||
Arguments=-f%size% --output=%output% %input%
|
||||
WrapArgument=-w
|
||||
|
||||
[Step2]
|
||||
Description=Blending stacks with enblend
|
||||
Type=merge
|
||||
Input=stacks
|
||||
Program=enblend
|
||||
Result=%prefix%_fused.tif
|
||||
Arguments=-f%size% --output=%result% %input%
|
||||
WrapArgument=-w
|
||||
19
App/Hugin/share/hugin/data/output/focus_stack.executor
Normal file
19
App/Hugin/share/hugin/data/output/focus_stack.executor
Normal file
@@ -0,0 +1,19 @@
|
||||
[General]
|
||||
Description=Focus stacked images
|
||||
Help=Output image of focus stacked images
|
||||
StepCount=2
|
||||
IntermediateImageType=tif
|
||||
|
||||
[Step0]
|
||||
Description=Remapping images
|
||||
Type=remap
|
||||
Arguments=-v -r ldr -m TIFF_m
|
||||
Keep=0
|
||||
|
||||
[Step1]
|
||||
Description=Focus stacking
|
||||
Type=merge
|
||||
Input=all
|
||||
Program=enfuse
|
||||
Result=%prefix%.tif
|
||||
Arguments=--output=%result% --exposure-weight=0 --saturation-weight=0 --contrast-weight=1 --hard-mask %input%
|
||||
26
App/Hugin/share/hugin/data/output/fused_layers.executor
Normal file
26
App/Hugin/share/hugin/data/output/fused_layers.executor
Normal file
@@ -0,0 +1,26 @@
|
||||
[General]
|
||||
Description=Fused layers
|
||||
Help=Blend all exposure layers, then fuse them with enfuse
|
||||
StepCount=3
|
||||
IntermediateImageType=tif
|
||||
|
||||
[Step0]
|
||||
Description=Remapping images
|
||||
Type=remap
|
||||
Arguments=-r ldr -m TIFF_m --ignore-exposure
|
||||
|
||||
[Step1]
|
||||
Description=Blending all exposure layers
|
||||
Type=layer
|
||||
Program=enblend
|
||||
Arguments=-f%size% --output=%output% %input%
|
||||
WrapArgument=-w
|
||||
|
||||
[Step2]
|
||||
Description=Fusing all exposure layers
|
||||
Type=merge
|
||||
Input=layers
|
||||
Program=enfuse
|
||||
Result=%prefix%_blended_fused.tif
|
||||
Arguments=-f%size% --output=%result% %input%
|
||||
WrapArgument=-w
|
||||
25
App/Hugin/share/hugin/data/output/hdr_pano.executor
Normal file
25
App/Hugin/share/hugin/data/output/hdr_pano.executor
Normal file
@@ -0,0 +1,25 @@
|
||||
[General]
|
||||
Description=HDR panorama
|
||||
Help=Generate a HDR panorama
|
||||
StepCount=3
|
||||
IntermediateImageType=exr
|
||||
|
||||
[Step0]
|
||||
Description=Remapping images
|
||||
Type=remap
|
||||
Arguments=-r hdr -m EXR_m
|
||||
|
||||
[Step1]
|
||||
Description=Merging hdr stacks
|
||||
Type=stack
|
||||
Program=hugin_hdrmerge
|
||||
Arguments=-o %output% %input%
|
||||
|
||||
[Step2]
|
||||
Description=Blending all hdr stacks
|
||||
Type=merge
|
||||
Input=stacks
|
||||
Program=enblend
|
||||
Result=%prefix%.exr
|
||||
Arguments=-f%size% --output=%result% %input%
|
||||
WrapArgument=-w
|
||||
19
App/Hugin/share/hugin/data/output/median_stack.executor
Normal file
19
App/Hugin/share/hugin/data/output/median_stack.executor
Normal file
@@ -0,0 +1,19 @@
|
||||
[General]
|
||||
Description=Median of stacked images
|
||||
Help=Output median image of stacked images
|
||||
StepCount=2
|
||||
IntermediateImageType=tif
|
||||
|
||||
[Step0]
|
||||
Description=Remapping images
|
||||
Type=remap
|
||||
Arguments=-v -r ldr -m TIFF_m
|
||||
Keep=0
|
||||
|
||||
[Step1]
|
||||
Description=Calculating median
|
||||
Type=merge
|
||||
Input=all
|
||||
Program=hugin_stacker
|
||||
Result=%prefix%.tif
|
||||
Arguments=--output=%result% --mode=median %input%
|
||||
25
App/Hugin/share/hugin/data/output/normal_enblend.executor
Normal file
25
App/Hugin/share/hugin/data/output/normal_enblend.executor
Normal file
@@ -0,0 +1,25 @@
|
||||
[General]
|
||||
Description=Normal panorama with enblend
|
||||
Help=Generate normal panorama (TIF file)
|
||||
StepCount=3
|
||||
IntermediateImageType=tif
|
||||
|
||||
[Step0]
|
||||
Description=Remapping images
|
||||
Type=remap
|
||||
Arguments=-r ldr -m TIFF_m
|
||||
|
||||
[Step1]
|
||||
Description=Blending with enblend
|
||||
Type=merge
|
||||
Input=all
|
||||
Program=enblend
|
||||
Result=%prefix%.tif
|
||||
Arguments=-f%size% --output=%result% %input%
|
||||
WrapArgument=-w
|
||||
|
||||
[Step2]
|
||||
Description=Updating metadata
|
||||
Type=exiftool
|
||||
Result=%prefix%.tif
|
||||
Arguments=-overwrite_original -TagsFromFile %image0% -ImageDescription -Make -Model -Artist -WhitePoint -Copyright -GPS:all -DateTimeOriginal -CreateDate -UserComment -ColorSpace -OwnerName -SerialNumber %result%
|
||||
@@ -0,0 +1,54 @@
|
||||
[General]
|
||||
Description=Equi and cubic
|
||||
Help=Creates an equirectangular and the cube faces for given project
|
||||
StepCount=7
|
||||
IntermediateImageType=tif
|
||||
|
||||
[Step0]
|
||||
Description=Remapping images
|
||||
Type=remap
|
||||
Arguments=-r ldr -m TIFF_m
|
||||
|
||||
[Step1]
|
||||
Description=Blending with enblend
|
||||
Type=merge
|
||||
Input=all
|
||||
Program=enblend
|
||||
Result=%prefix%.tif
|
||||
Arguments=-f%size% --output=%result% %input%
|
||||
WrapArgument=-w
|
||||
|
||||
[Step2]
|
||||
Description=Updating metadata
|
||||
Type=exiftool
|
||||
Result=%prefix%.tif
|
||||
Arguments=-overwrite_original -TagsFromFile %image0% -ImageDescription -Make -Model -Artist -WhitePoint -Copyright -GPS:all -DateTimeOriginal -CreateDate -UserComment -ColorSpace -OwnerName -SerialNumber %result%
|
||||
|
||||
[Step3]
|
||||
Description=Create project file for cubic reprojection
|
||||
Type=modify
|
||||
File=%prefix%.tif
|
||||
Program=pto_gen
|
||||
Arguments=-o %prefix,_cubic.pto% %file% %file% %file% %file% %file% %file%
|
||||
|
||||
[Step4]
|
||||
Description=Set positions for reprojection
|
||||
Type=modify
|
||||
File=%prefix%_cubic.pto
|
||||
Program=pto_var
|
||||
Arguments=-o %file% --set=y1=90,y2=180,y3=270,p4=-90,p5=90 %file%
|
||||
|
||||
[Step5]
|
||||
Description=Set output size for reprojection
|
||||
Type=modify
|
||||
File=%prefix%_cubic.pto
|
||||
Program=pano_modify
|
||||
Arguments=-o %file% --projection=0 --fov=90 --canvas=%width*0.3183%x%width*0.3183% %file%
|
||||
|
||||
[Step6]
|
||||
Description=Create cube faces
|
||||
Type=modify
|
||||
File=%prefix%_cubic.pto
|
||||
Program=nona
|
||||
Arguments=-m TIFF_m -o %prefix,_cube% %file%
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
[General]
|
||||
Description=Normal panorama with layered TIFF output
|
||||
Help=Output a panorama with layered TIFF output for manual blending
|
||||
StepCount=2
|
||||
IntermediateImageType=tif
|
||||
|
||||
[Step0]
|
||||
Description=Remapping images
|
||||
Type=remap
|
||||
Arguments=-r ldr -m TIFF_multilayer
|
||||
|
||||
[Step1]
|
||||
Description=Updating metadata
|
||||
Type=exiftool
|
||||
Result=%prefix%.tif
|
||||
Arguments=-overwrite_original -TagsFromFile %image0% -ImageDescription -Make -Model -Artist -WhitePoint -Copyright -GPS:all -DateTimeOriginal -CreateDate -UserComment -ColorSpace -OwnerName -SerialNumber %result%
|
||||
20
App/Hugin/share/hugin/data/output/normal_smartblend.executor
Normal file
20
App/Hugin/share/hugin/data/output/normal_smartblend.executor
Normal file
@@ -0,0 +1,20 @@
|
||||
[General]
|
||||
Description=Normal panorama with smartblend
|
||||
Help=Output a normal panorama, using smartblend for blending
|
||||
StepCount=2
|
||||
IntermediateImageType=tif
|
||||
SupportsCroppedTIFF=0
|
||||
|
||||
[Step0]
|
||||
Description=Remapping images
|
||||
Type=remap
|
||||
Arguments=-r ldr -m TIFF_m
|
||||
|
||||
[Step1]
|
||||
Description=Blending with smartblend
|
||||
Type=merge
|
||||
Input=all
|
||||
Program=smartblend
|
||||
Result=%prefix%.tif
|
||||
Arguments=-o %result% %input%
|
||||
WrapArgument=
|
||||
19
App/Hugin/share/hugin/data/output/zeronoise.executor
Normal file
19
App/Hugin/share/hugin/data/output/zeronoise.executor
Normal file
@@ -0,0 +1,19 @@
|
||||
[General]
|
||||
Description=Zero-noise output
|
||||
Help=Use with a single stack (with different exposures) to reduce noise
|
||||
StepCount=2
|
||||
IntermediateImageType=tif
|
||||
|
||||
[Step0]
|
||||
Description=Remapping images
|
||||
Type=remap
|
||||
Arguments=-r ldr -m TIFF_m --clip-exposure
|
||||
|
||||
[Step1]
|
||||
Description=Merge all exposures
|
||||
Type=merge
|
||||
Input=all
|
||||
Program=enfuse
|
||||
Result=%prefix%.tif
|
||||
Arguments=-f%size% --output=%result% %input%
|
||||
WrapArgument=-w
|
||||
Reference in New Issue
Block a user