Add Hugin binaries
55
App/Hugin/share/hugin/data/assistant/duallens.assistant
Normal file
@@ -0,0 +1,55 @@
|
||||
[General]
|
||||
Description=Assistant for dual lens images
|
||||
Help=Assistant for images shot with dual lens camera/one shot panoramic cameras
|
||||
StepCount=9
|
||||
|
||||
[Step0]
|
||||
Description=Prepare initial pto file
|
||||
Condition=single image
|
||||
Program=pto_gen
|
||||
Arguments=--output=%project% --projection=2 --fov=393 %image0% %image0%
|
||||
|
||||
[Step1]
|
||||
Description=Setting advanced settings
|
||||
Condition=single image
|
||||
Program=pto_var
|
||||
Arguments=--output=%project% --unlink=v0,d0,e0 --set=y1=180,d0=-0.25*width,d1=0.25*width,e=0 --crop=50%,94% %project%
|
||||
|
||||
[Step2]
|
||||
Description=Searching control points
|
||||
Condition=not connected
|
||||
Program=cpfind
|
||||
Arguments=-v --output=%project% %project%
|
||||
|
||||
[Step3]
|
||||
Description=Check result
|
||||
Condition=not connected
|
||||
Program=checkpto
|
||||
Arguments=%project%
|
||||
|
||||
[Step4]
|
||||
Description=Cleaning control points
|
||||
Condition=not connected
|
||||
Program=cpclean
|
||||
Arguments=--output=%project% %project%
|
||||
|
||||
[Step5]
|
||||
Description=Searching line cp
|
||||
Condition=no line cp
|
||||
Program=linefind
|
||||
Arguments=--output=%project% %project%
|
||||
|
||||
[Step6]
|
||||
Description=Setting advanced settings
|
||||
Program=pto_var
|
||||
Arguments=--output=%project% --opt=y,p,r,v,d,e %project%
|
||||
|
||||
[Step7]
|
||||
Description=Optimizing
|
||||
Program=autooptimiser
|
||||
Arguments=-n --output=%project% %project%
|
||||
|
||||
[Step8]
|
||||
Description=Searching for best crop
|
||||
Program=pano_modify
|
||||
Arguments=--projection=2 --fov=360x180 --canvas=70% --crop=AUTO --output=%project% %project%
|
||||
44
App/Hugin/share/hugin/data/assistant/multirow.assistant
Normal file
@@ -0,0 +1,44 @@
|
||||
[General]
|
||||
Description=Multi-row (2 rows)
|
||||
Help=Assistant for multi-row panorama (2 rows, handles orphaned images)
|
||||
StepCount=7
|
||||
|
||||
[Step0]
|
||||
Description=Assign rough positions
|
||||
Condition=not connected
|
||||
Program=pto_var
|
||||
Arguments=--set nrRows=2,overlap=20,imagesPerRow=ceil((imax+1)/nrRows),y=(i%(imagesPerRow)-(imagesPerRow-1)/2)*hfov*(1-overlap/100),p=-(floor(i/imagesPerRow)-(nrRows-1)/2)*deg(atan(2*height/width*tan(rad(hfov/2))))*(1-overlap/100),r=0 --output=%project% %project%
|
||||
|
||||
[Step1]
|
||||
Description=Searching control points
|
||||
Condition=not connected
|
||||
Program=cpfind
|
||||
Arguments=--prealigned -v --output=%project% %project%
|
||||
|
||||
[Step2]
|
||||
Description=Cleaning control points
|
||||
Condition=not connected
|
||||
Program=cpclean
|
||||
Arguments=--output=%project% %project%
|
||||
|
||||
[Step3]
|
||||
Description=Connect orphaned images
|
||||
Condition=not connected
|
||||
Program=geocpset
|
||||
Arguments=--output=%project% %project%
|
||||
|
||||
[Step4]
|
||||
Description=Searching line cp
|
||||
Condition=no line cp
|
||||
Program=linefind
|
||||
Arguments=--output=%project% %project%
|
||||
|
||||
[Step5]
|
||||
Description=Optimizing
|
||||
Program=autooptimiser
|
||||
Arguments=-a -m -l -s --output=%project% %project%
|
||||
|
||||
[Step6]
|
||||
Description=Searching for best crop
|
||||
Program=pano_modify
|
||||
Arguments=--canvas=70% --crop=AUTO --output=%project% %project%
|
||||
38
App/Hugin/share/hugin/data/assistant/normal.assistant
Normal file
@@ -0,0 +1,38 @@
|
||||
[General]
|
||||
Description=User defined assistant
|
||||
Help=Assistant for normal panorama
|
||||
StepCount=6
|
||||
|
||||
[Step0]
|
||||
Description=Searching control points
|
||||
Condition=not connected
|
||||
Program=cpfind
|
||||
Arguments=--celeste --multirow -v --output=%project% %project%
|
||||
|
||||
[Step1]
|
||||
Description=Check result
|
||||
Condition=not connected
|
||||
Program=checkpto
|
||||
Arguments=%project%
|
||||
|
||||
[Step2]
|
||||
Description=Cleaning control points
|
||||
Condition=not connected
|
||||
Program=cpclean
|
||||
Arguments=--output=%project% %project%
|
||||
|
||||
[Step3]
|
||||
Description=Searching line cp
|
||||
Condition=no line cp
|
||||
Program=linefind
|
||||
Arguments=--output=%project% %project%
|
||||
|
||||
[Step4]
|
||||
Description=Optimizing
|
||||
Program=autooptimiser
|
||||
Arguments=-a -m -l -s --output=%project% %project%
|
||||
|
||||
[Step5]
|
||||
Description=Searching for best crop
|
||||
Program=pano_modify
|
||||
Arguments=--canvas=70% --crop=AUTO --output=%project% %project%
|
||||
54
App/Hugin/share/hugin/data/assistant/scanned.assistant
Normal file
@@ -0,0 +1,54 @@
|
||||
[General]
|
||||
Description=Scanned images
|
||||
Help=Assistant for scanned images
|
||||
StepCount=9
|
||||
|
||||
[Step0]
|
||||
Description=Setting initial values
|
||||
Program=pano_modify
|
||||
Arguments=--projection=0 --fov=20x20 --output=%project% %project%
|
||||
|
||||
[Step1]
|
||||
Description=Reset initial positions
|
||||
Condition=not connected
|
||||
Program=pto_var
|
||||
Arguments=--set=y=0,p=0 --output=%project% %project%
|
||||
|
||||
[Step2]
|
||||
Description=Searching control points
|
||||
Condition=not connected
|
||||
Program=cpfind
|
||||
Arguments=--multirow --output=%project% %project%
|
||||
|
||||
[Step3]
|
||||
Description=Check result
|
||||
Condition=not connected
|
||||
Program=checkpto
|
||||
Arguments=%project%
|
||||
|
||||
[Step4]
|
||||
Description=Cleaning control points
|
||||
Condition=not connected
|
||||
Program=cpclean
|
||||
Arguments=--output=%project% %project%
|
||||
|
||||
[Step5]
|
||||
Description=Searching line cp
|
||||
Condition=no line cp
|
||||
Program=linefind
|
||||
Arguments=--output=%project% %project%
|
||||
|
||||
[Step6]
|
||||
Description=Setting optimizer variables
|
||||
Program=pto_var
|
||||
Arguments=--unlink v0,d0,e0 --opt v,r,d,e,!r0,!d0,!e0,!v0 --output=%project% %project%
|
||||
|
||||
[Step7]
|
||||
Description=Optimizing
|
||||
Program=autooptimiser
|
||||
Arguments=-n -m -l --output=%project% %project%
|
||||
|
||||
[Step8]
|
||||
Description=Searching for best crop
|
||||
Program=pano_modify
|
||||
Arguments=--fov=AUTO --canvas=70% --crop=AUTO --output=%project% %project%
|
||||
54
App/Hugin/share/hugin/data/assistant/scanned2.assistant
Normal file
@@ -0,0 +1,54 @@
|
||||
[General]
|
||||
Description=Scanned images (TrXYZ)
|
||||
Help=Assistant for scanned images, using translation parameters
|
||||
StepCount=9
|
||||
|
||||
[Step0]
|
||||
Description=Setting initial values
|
||||
Program=pano_modify
|
||||
Arguments=--projection=0 --fov=20x20 --output=%project% %project%
|
||||
|
||||
[Step1]
|
||||
Description=Reset initial positions
|
||||
Condition=not connected
|
||||
Program=pto_var
|
||||
Arguments=--set=y=0,p=0 --output=%project% %project%
|
||||
|
||||
[Step2]
|
||||
Description=Searching control points
|
||||
Condition=not connected
|
||||
Program=cpfind
|
||||
Arguments=--multirow --output=%project% %project%
|
||||
|
||||
[Step3]
|
||||
Description=Check result
|
||||
Condition=not connected
|
||||
Program=checkpto
|
||||
Arguments=%project%
|
||||
|
||||
[Step4]
|
||||
Description=Cleaning control points
|
||||
Condition=not connected
|
||||
Program=cpclean
|
||||
Arguments=--output=%project% %project%
|
||||
|
||||
[Step5]
|
||||
Description=Searching line cp
|
||||
Condition=no line cp
|
||||
Program=linefind
|
||||
Arguments=--output=%project% %project%
|
||||
|
||||
[Step6]
|
||||
Description=Setting optimizer variables
|
||||
Program=pto_var
|
||||
Arguments=--opt r,TrX,TrY,TrZ,!TrX0,!TrY0,!TrZ0 --output=%project% %project%
|
||||
|
||||
[Step7]
|
||||
Description=Optimizing
|
||||
Program=autooptimiser
|
||||
Arguments=-n -m -l --output=%project% %project%
|
||||
|
||||
[Step8]
|
||||
Description=Searching for best crop
|
||||
Program=pano_modify
|
||||
Arguments=--fov=AUTO --canvas=70% --crop=AUTO --output=%project% %project%
|
||||
31
App/Hugin/share/hugin/data/assistant/stacked.assistant
Normal file
@@ -0,0 +1,31 @@
|
||||
[General]
|
||||
Description=Align image stack assistant
|
||||
Help=Assistant for alignment of a single stack
|
||||
StepCount=5
|
||||
|
||||
[Step0]
|
||||
Description=Searching control points
|
||||
Condition=not connected
|
||||
Program=cpfind
|
||||
Arguments=--linearmatch -v --output=%project% %project%
|
||||
|
||||
[Step1]
|
||||
Description=Checking result
|
||||
Condition=not connected
|
||||
Program=checkpto
|
||||
Arguments=%project%
|
||||
|
||||
[Step2]
|
||||
Description=Setting optimizer variables
|
||||
Program=pto_var
|
||||
Arguments=--opt=y,p,r --output=%project% %project%
|
||||
|
||||
[Step3]
|
||||
Description=Optimizing
|
||||
Program=autooptimiser
|
||||
Arguments=-n --output=%project% %project%
|
||||
|
||||
[Step4]
|
||||
Description=Searching for best crop
|
||||
Program=pano_modify
|
||||
Arguments=--projection=0 --fov=AUTO --canvas=100% --crop=AUTOHDR --output-type=REMAPORIG --output=%project% %project%
|
||||
13575
App/Hugin/share/hugin/data/celeste.model
Normal file
40
App/Hugin/share/hugin/data/default.setting
Normal file
@@ -0,0 +1,40 @@
|
||||
[AutoPano]
|
||||
AutoPanoCount=6
|
||||
Default=0
|
||||
|
||||
[AutoPano/AutoPano_0]
|
||||
Type=1
|
||||
Description=Hugin's CPFind
|
||||
Program=cpfind.exe
|
||||
Arguments=--multirow -o %o %s
|
||||
|
||||
[AutoPano/AutoPano_1]
|
||||
Type=1
|
||||
Description=Hugin's CPFind + Celeste (slower, but no cps on clouds)
|
||||
Program=cpfind.exe
|
||||
Arguments=--celeste --multirow -o %o %s
|
||||
|
||||
[AutoPano/AutoPano_2]
|
||||
Type=1
|
||||
Description=Align image stack
|
||||
Program=align_image_stack.exe
|
||||
Arguments=-f %v -v -p %o %i
|
||||
|
||||
[AutoPano/AutoPano_3]
|
||||
Type=1
|
||||
Description=Align image stack Full Frame Fisheye
|
||||
Program=align_image_stack
|
||||
Arguments=-f %v -e -p %o %i
|
||||
|
||||
[AutoPano/AutoPano_4]
|
||||
Type=1
|
||||
Description=Vertical lines
|
||||
Program=linefind.exe
|
||||
Arguments=-o %o %s
|
||||
|
||||
[AutoPano/AutoPano_5]
|
||||
Type=1
|
||||
Description=Hugin's CPFind (prealigned)
|
||||
Program=cpfind.exe
|
||||
Arguments=--prealigned -o %o %s
|
||||
|
||||
10
App/Hugin/share/hugin/data/expressions.ini
Normal file
@@ -0,0 +1,10 @@
|
||||
[Linear\ (left\ to\ right\,\ 20\ %\ Overlap)]
|
||||
Expression=# this is a comment\n# update yaw of all images\ny=(i-imax/2)*hfov*(1-0.2)\n# set pitch and roll to 0\np=0\nr=0
|
||||
[Fisheye\ (4\+Z\+N)]
|
||||
Expression=# fisheye pano: 4 images in middle (pitch 0) + zenit + nadir\ny=i<4?90*i:0\np=(i==4)?90:(i==5?-90:0)\nr=0
|
||||
[Fisheye\ (4\+Z\+N)-2]
|
||||
Expression=# fisheye pano: 4 images in middle (pitch 0) + zenit + nadir\n# middle row\ny0=0, p0=0\ny1=90, p1=0\ny2=180, p2=0\ny3=270, p3=0\n# zenit\ny4=0, p4=90\n# nadir image\ny5=0, p5=-90\n# for all images roll=0\nr=0\n
|
||||
[Multi-row\,\ 2\ rows\,\ zick zack]
|
||||
Expression=# example for multi-row arrangement: 2 rows, with 20 % overlap\n# left to right, top to bottom, zick zack\nnrRows=2\noverlap=20\n# calculate some constants for further calculations\n# calculate number of images per row\nimagesPerRow=ceil((imax+1)/nrRows)\n# calculate vfov\nvfov=deg(atan(2*height/width*tan(rad(hfov/2))))\n# set yaw\ny=(i%(imagesPerRow)-(imagesPerRow-1)/2)*hfov*(1-overlap/100)\n# set pitch\np=-(floor(i/imagesPerRow)-(nrRows-1)/2)*vfov*(1-overlap/100)\n# set roll to 0\nr=0
|
||||
[Multi-row\,\ 2\ rows\,\ snake]
|
||||
Expression=# example for multi-row arrangement: 2 rows, with 20 % overlap\n# left to right, bottom to top , snake\nnrRows=2\noverlap=20\n# calculate some constants for further calculations\n# calculate number of images per row\nimagesPerRow=ceil((imax+1)/nrRows)\n# calculate vfov\nvfov=deg(atan(2*height/width*tan(rad(hfov/2))))\n# set yaw\ny=(((floor(i/imagesPerRow)%2==1)?(imagesPerRow-i%imagesPerRow-1):i%imagesPerRow)%(imagesPerRow)-(imagesPerRow-1)/2)*hfov*(1-overlap/100)\n# set pitch\np=(floor(i/imagesPerRow)-(nrRows-1)/2)*vfov*(1-overlap/100)\n# set roll to 0\nr=0
|
||||
10
App/Hugin/share/hugin/data/hugin_exiftool_copy.arg
Normal file
@@ -0,0 +1,10 @@
|
||||
-ImageDescription
|
||||
-Make
|
||||
-Model
|
||||
-Artist
|
||||
-Copyright
|
||||
-GPS:all
|
||||
-AllDates
|
||||
-UserComment
|
||||
-OwnerName
|
||||
-SerialNumber
|
||||
11
App/Hugin/share/hugin/data/hugin_exiftool_final_example.arg
Normal file
@@ -0,0 +1,11 @@
|
||||
# this is a comment
|
||||
# copy a tag to final panorama
|
||||
-Make
|
||||
-Model
|
||||
# add a text to a tag
|
||||
-Creator=Your Name
|
||||
# multi-line text with usage of placeholder (on Windows use 
 instead of 
 for linebreak)
|
||||
-Description=Panorama, projection: %projection
stitched from %nrImages images
|
||||
# an example for list type tags, adding panorama and prevent duplication
|
||||
-Subject-=Panorama
|
||||
-Subject+=Panorama
|
||||
20
App/Hugin/share/hugin/data/hugin_rt.pp3
Normal file
@@ -0,0 +1,20 @@
|
||||
[Crop]
|
||||
Enabled=false
|
||||
|
||||
[Coarse Transformation]
|
||||
Rotate=0
|
||||
HorizontalFlip=false
|
||||
VerticalFlip=false
|
||||
|
||||
[Resize]
|
||||
Enabled=false
|
||||
|
||||
[Rotation]
|
||||
Degree=0
|
||||
|
||||
[Perspective]
|
||||
Horizontal=0
|
||||
Vertical=0
|
||||
|
||||
[MetaData]
|
||||
Mode=0
|
||||
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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
|
||||
206
App/Hugin/share/hugin/xrc/about.xrc
Normal file
@@ -0,0 +1,206 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.5.3.0">
|
||||
<object class="wxDialog" name="about_dlg">
|
||||
<title>About Hugin</title>
|
||||
<centered>1</centered>
|
||||
<size>535,535</size>
|
||||
<style>wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER</style>
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxPanel">
|
||||
<bg>#FFFFFF</bg>
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticBitmap" name="about_logo">
|
||||
<bitmap>data/splash.png</bitmap>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTER_HORIZONTAL</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="about_version">
|
||||
<value>version</value>
|
||||
<bg>#FFFFFF</bg>
|
||||
<style>wxNO_BORDER|wxTE_READONLY|wxTE_RIGHT</style>
|
||||
</object>
|
||||
<flag>wxLEFT|wxRIGHT|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticLine"/>
|
||||
<flag>wxLEFT|wxRIGHT|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxNotebook" name="about_notebook">
|
||||
<object class="notebookpage">
|
||||
<object class="wxPanel" name="about_tab">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="HtmlWindow" name="intro_html">
|
||||
<borders>0</borders>
|
||||
<style platform="win">wxSUNKEN_BORDER</style>
|
||||
<url>data/intro.htm</url>
|
||||
<bg>#FFFFFF</bg>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<option>1</option>
|
||||
<border platform="unix|mac">0</border>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<label>About</label>
|
||||
</object>
|
||||
<object class="notebookpage">
|
||||
<object class="wxPanel" name="authors_tab">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxHtmlWindow" name="about_html">
|
||||
<borders>0</borders>
|
||||
<style platform="win">wxSUNKEN_BORDER</style>
|
||||
<url>data/about.htm</url>
|
||||
<bg>#FFFFFF</bg>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border platform="unix|mac">0</border>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
<option>1</option>
|
||||
</object>
|
||||
</object>
|
||||
<label>Authors</label>
|
||||
</object>
|
||||
<object class="notebookpage">
|
||||
<object class="wxPanel" name="sponsors_tab">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxHtmlWindow" name="sponsors_html">
|
||||
<borders>0</borders>
|
||||
<style platform="win">wxSUNKEN_BORDER</style>
|
||||
<url>data/sponsors.htm</url>
|
||||
<bg>#FFFFFF</bg>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border platform="unix|mac">0</border>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
<option>1</option>
|
||||
</object>
|
||||
</object>
|
||||
<label>Sponsors</label>
|
||||
</object>
|
||||
<object class="notebookpage">
|
||||
<object class="wxPanel" name="upstream_tab">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="upstream_txt">
|
||||
<font>
|
||||
<size>8</size>
|
||||
<size platform="mac">10</size>
|
||||
<family>modern</family>
|
||||
</font>
|
||||
<style platform="win">wxTE_MULTILINE|wxTE_READONLY</style>
|
||||
<style platform="unix|mac">wxTE_MULTILINE|wxTE_READONLY|wxNO_BORDER</style>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<option>1</option>
|
||||
<border platform="unix|mac">0</border>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<label>Upstream</label>
|
||||
</object>
|
||||
<object class="notebookpage">
|
||||
<object class="wxPanel" name="license_tab">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="license_txt">
|
||||
<font>
|
||||
<size>8</size>
|
||||
<size platform="mac">10</size>
|
||||
<family>modern</family>
|
||||
</font>
|
||||
<style platform="win">wxTE_MULTILINE|wxTE_READONLY</style>
|
||||
<style platform="unix|mac">wxTE_MULTILINE|wxTE_READONLY|wxNO_BORDER</style>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<option>1</option>
|
||||
<border platform="unix|mac">0</border>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<label>License</label>
|
||||
</object>
|
||||
<object class="notebookpage">
|
||||
<label>System</label>
|
||||
<object class="wxPanel" name="system_tab">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="system_txt">
|
||||
<font>
|
||||
<size>8</size>
|
||||
<size platform="mac">10</size>
|
||||
<family>modern</family>
|
||||
</font>
|
||||
<style platform="win">wxTE_MULTILINE|wxTE_READONLY</style>
|
||||
<style platform="unix|mac">wxTE_MULTILINE|wxTE_READONLY|wxNO_BORDER</style>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<option>1</option>
|
||||
<border platform="unix|mac">0</border>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<!-- dedication tab no longer in use
|
||||
<object class="notebookpage">
|
||||
<object class="wxPanel" name="dedication_tab">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="HtmlWindow" name="dedication_html">
|
||||
<borders>0</borders>
|
||||
<style platform="win">wxSUNKEN_BORDER</style>
|
||||
<url>data/dedication.htm</url>
|
||||
<bg>#FFFFFF</bg>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border platform="unix|mac">0</border>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
<option>1</option>
|
||||
</object>
|
||||
</object>
|
||||
<label>Dedication</label>
|
||||
</object>
|
||||
-->
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>8</border>
|
||||
<option>1</option>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="wxID_OK">
|
||||
<label>OK</label>
|
||||
<default>1</default>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_RIGHT</flag>
|
||||
<border>12</border>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
</resource>
|
||||
547
App/Hugin/share/hugin/xrc/batch_frame.xrc
Normal file
@@ -0,0 +1,547 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.5.3.0">
|
||||
<object class="wxFrame" name="batch_frame">
|
||||
<title>Batch Processor</title>
|
||||
<centered>1</centered>
|
||||
<style>wxDEFAULT_FRAME_STYLE|wxCAPTION|wxSYSTEM_MENU|wxRESIZE_BORDER|wxMINIMIZE_BOX|wxMAXIMIZE_BOX|wxFULL_REPAINT_ON_RESIZE</style>
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxPanel" name="panel_main">
|
||||
<style>wxTAB_TRAVERSAL</style>
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="ProjectListBox" name="project_listbox">
|
||||
<style>wxLC_REPORT</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
<minsize>200,100</minsize>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="button_addcommand">
|
||||
<label>Add application...</label>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="button_remove">
|
||||
<label>Remove completed</label>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="button_prefix">
|
||||
<label>Change prefix...</label>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="button_reset">
|
||||
<label>Reset project</label>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="button_resetall">
|
||||
<label>Reset all</label>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="button_edit">
|
||||
<label>Edit with Hugin...</label>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="button_move_up">
|
||||
<label>Move project up</label>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="button_move_down">
|
||||
<label>Move project down</label>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="spacer">
|
||||
<size>0,12</size>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="cb_overwrite">
|
||||
<label>Overwrite always</label>
|
||||
<tooltip>Overwrite existing image files without further notice</tooltip>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="cb_autoremove">
|
||||
<label>Remove finished project</label>
|
||||
<tooltip>Automatically remove successfully finished projects from queue</tooltip>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="cb_autostitch">
|
||||
<label>Automatic stitch after assistant</label>
|
||||
<tooltip>Automatically stitch projects after (successfully) running assistant</tooltip>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>When done</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
<object class="spacer">
|
||||
<size>6,-1</size>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxChoice" name="choice_end"/>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="cb_verbose">
|
||||
<label>Verbose output</label>
|
||||
<tooltip>Show detailed output in separate window</tooltip>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="cb_savelog">
|
||||
<label>Always save log</label>
|
||||
<tooltip>Saves always the log of the stitching process. Otherwise it is only saved for failed stitches</tooltip>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
</object>
|
||||
</object>
|
||||
<object class="wxDialog" name="find_pano_dialog">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxPanel">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxNotebook">
|
||||
<object class="notebookpage">
|
||||
<object class="wxPanel">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxGridBagSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="find_pano_label_dir">
|
||||
<label>Directory:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>0,0</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="find_pano_dir"/>
|
||||
<flag>wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>0,1</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="find_pano_select_dir">
|
||||
<label>Choose...</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>0,2</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="find_pano_subdir">
|
||||
<label>include sub-directories</label>
|
||||
</object>
|
||||
<flag>wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>1,1</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Naming:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>2,0</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxChoice" name="find_pano_naming">
|
||||
<content>
|
||||
<item>PanoramaXX.pto</item>
|
||||
<item>First file - last file.pto</item>
|
||||
<item>Foldername.pto</item>
|
||||
<item>Template from preferences</item>
|
||||
</content>
|
||||
<selection>0</selection>
|
||||
</object>
|
||||
<flag>wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>2,1</cellpos>
|
||||
</object>
|
||||
<vgap>6</vgap>
|
||||
<hgap>12</hgap>
|
||||
<growablecols>1</growablecols>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>12</border>
|
||||
</object>
|
||||
<object class="spacer">
|
||||
<size>-1,12</size>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="find_pano_start_stop">
|
||||
<label>Start</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_HORIZONTAL</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<orient>wxVERTICAL</orient>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="find_pano_label"/>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<label>Directories</label>
|
||||
</object>
|
||||
<object class="notebookpage">
|
||||
<object class="wxPanel">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxGridBagSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Minimum number of images:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>0,0</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxSpinCtrl" name="find_pano_min_number_images">
|
||||
<size>80,-1</size>
|
||||
<value>2</value>
|
||||
<min>2</min>
|
||||
<max>100</max>
|
||||
<tooltip>Minimum number of images a panorama should contain</tooltip>
|
||||
</object>
|
||||
<cellpos>0,1</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Maximum time difference:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>1,0</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxSpinCtrl" name="find_pano_max_time_diff">
|
||||
<size>80,-1</size>
|
||||
<value>30</value>
|
||||
<min>1</min>
|
||||
<max>3600</max>
|
||||
<tooltip>Maximal time difference in seconds between two consecutive images belonging to one panorama</tooltip>
|
||||
</object>
|
||||
</object>
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label translate="0">s</label>
|
||||
</object>
|
||||
<flag>wxLEFT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
</object>
|
||||
<cellpos>1,1</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Stacks:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>2,0</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="find_pano_create_links">
|
||||
<label>Create links</label>
|
||||
<tooltip>Check if the stacks were shot on a tripod</tooltip>
|
||||
</object>
|
||||
<flag>wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>2,1</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Lens database:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>3,0</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="find_pano_load_distortion">
|
||||
<label>Load distortion data</label>
|
||||
<tooltip>Tries to load distortion data from lens database if checked</tooltip>
|
||||
</object>
|
||||
<flag>wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>3,1</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="find_pano_load_vignetting">
|
||||
<label>Load vignetting data</label>
|
||||
<tooltip>Tries to load vignetting data from lens database if checked</tooltip>
|
||||
</object>
|
||||
<flag>wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>4,1</cellpos>
|
||||
</object>
|
||||
<vgap>6</vgap>
|
||||
<hgap>12</hgap>
|
||||
<growablecols>1</growablecols>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Blender:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>5,0</cellpos>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxChoice" name="find_pano_default_blender">
|
||||
<content>
|
||||
<item/>
|
||||
</content>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<cellpos>5,1</cellpos>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>12</border>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<label>Options</label>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND|wxADJUST_MINSIZE</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticBoxSizer">
|
||||
<label>Found panoramas</label>
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxSplitterWindow" name="find_pano_splitter">
|
||||
<object class="wxCheckListBox" name="find_pano_list">
|
||||
<size>200,-1</size>
|
||||
<style>wxLB_SINGLE|wxLB_HSCROLL|wxLB_NEEDED_SB</style>
|
||||
</object>
|
||||
<object class="wxPanel">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxGridSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Camera:</label>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="find_pano_selected_cam"/>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Lens:</label>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="find_pano_selected_lens"/>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Focal length:</label>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="find_pano_selected_focallength"/>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Start date (duration):</label>
|
||||
</object>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="find_pano_selected_date_time"/>
|
||||
</object>
|
||||
<cols>2</cols>
|
||||
<rows>4</rows>
|
||||
<hgap>5</hgap>
|
||||
</object>
|
||||
<flag>wxALL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxListCtrl" name="find_pano_selected_thumbslist">
|
||||
<style>wxLC_ICON|wxLC_AUTOARRANGE|wxLC_SINGLE_SEL</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<orientation>vertical</orientation>
|
||||
<style>wxSP_NOBORDER</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="spacer">
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="find_pano_add_queue">
|
||||
<label>Send selected panoramas to queue</label>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
</object>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
</object>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="spacer">
|
||||
<size>0,0</size>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="find_pano_close">
|
||||
<label>Close</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_RIGHT</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
</object>
|
||||
<title>Searching panoramas</title>
|
||||
<style>wxDEFAULT_DIALOG_STYLE|wxSYSTEM_MENU|wxRESIZE_BORDER|wxCLOSE_BOX</style>
|
||||
</object>
|
||||
<object class="wxDialog" name="failed_project_dialog">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxSplitterWindow" name="failed_splitter">
|
||||
<object class="wxPanel">
|
||||
<object class="wxStaticBoxSizer">
|
||||
<label>Failed projects</label>
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxListBox" name="failed_list">
|
||||
<content/>
|
||||
<style>wxLB_SINGLE</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<object class="wxPanel">
|
||||
<object class="wxStaticBoxSizer">
|
||||
<label>Output</label>
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="failed_log">
|
||||
<style>wxTE_MULTILINE|wxTE_READONLY</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<orientation>vertical</orientation>
|
||||
<style>wxSP_NOBORDER|wxSP_NO_XP_THEME</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
</object>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStdDialogButtonSizer">
|
||||
<object class="button">
|
||||
<object class="wxButton" name="wxID_OK">
|
||||
<label>&Close</label>
|
||||
<default>1</default>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>6</border>
|
||||
</object>
|
||||
</object>
|
||||
<title>Status report</title>
|
||||
<style>wxDEFAULT_DIALOG_STYLE|wxSYSTEM_MENU|wxRESIZE_BORDER|wxCLOSE_BOX</style>
|
||||
</object>
|
||||
</resource>
|
||||
64
App/Hugin/share/hugin/xrc/batch_menu.xrc
Normal file
@@ -0,0 +1,64 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.5.3.0">
|
||||
<object class="wxMenuBar" name="batch_menu">
|
||||
<object class="wxMenu" name="file_menu">
|
||||
<label>&File</label>
|
||||
<object class="wxMenuItem" name="menu_add">
|
||||
<label>Add project to stitching &queue...</label>
|
||||
<help>Adds a project to the stitching queue</help>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="menu_add_assistant">
|
||||
<label>Add project to &assistant queue...</label>
|
||||
<help>Adds a project to the assistant queue</help>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="menu_remove">
|
||||
<label>&Remove project</label>
|
||||
<help>Removes selected project from the batch list</help>
|
||||
</object>
|
||||
<object class="wxMenu" name="search_dir_menu">
|
||||
<object class="wxMenuItem" name="menu_adddir">
|
||||
<label>&Project files...</label>
|
||||
<help>Appends all project files from a directory and subdirectories</help>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="menu_searchpano">
|
||||
<label>&Images...</label>
|
||||
<help>Searches in directories for image files suitable for panoramas</help>
|
||||
</object>
|
||||
<label>Search &directory for...</label>
|
||||
<help>Searches in directories for existing projects or for images</help>
|
||||
</object>
|
||||
<object class="separator"/>
|
||||
<object class="wxMenuItem" name="menu_open">
|
||||
<label>&Open batch</label>
|
||||
<help>Opens a batch file with a list of projects</help>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="menu_save">
|
||||
<label>&Save batch</label>
|
||||
<help>Saves a batch file with a list of projects</help>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="menu_clear">
|
||||
<label>&Clear batch</label>
|
||||
<help>Clears the batch list</help>
|
||||
</object>
|
||||
<object class="separator"/>
|
||||
<object class="wxMenuItem" name="menu_tray">
|
||||
<label>&Minimize to tray</label>
|
||||
<checkable>1</checkable>
|
||||
<enabled>0</enabled>
|
||||
</object>
|
||||
<object class="separator"/>
|
||||
<object class="wxMenuItem" name="menu_exit">
|
||||
<label>&Quit</label>
|
||||
<help>Exit program</help>
|
||||
</object>
|
||||
</object>
|
||||
<object class="wxMenu" name="help_menu">
|
||||
<label>&Help</label>
|
||||
<object class="wxMenuItem" name="menu_help">
|
||||
<label>Batch Stitcher &help</label>
|
||||
<accel>F1</accel>
|
||||
<help>Open Batch Stitcher help</help>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
</resource>
|
||||
69
App/Hugin/share/hugin/xrc/batch_toolbar.xrc
Normal file
@@ -0,0 +1,69 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.5.3.0">
|
||||
<object class="wxToolBar" name="batch_toolbar">
|
||||
<style>wxTB_FLAT</style>
|
||||
<object class="tool" name="tool_clear">
|
||||
<bitmap>data/filenew.png</bitmap>
|
||||
<tooltip>Clear batch</tooltip>
|
||||
<longhelp>Clears the batch list</longhelp>
|
||||
<label>clear</label>
|
||||
</object>
|
||||
<object class="tool" name="tool_open">
|
||||
<bitmap>data/fileopen.png</bitmap>
|
||||
<tooltip>Open batch</tooltip>
|
||||
<longhelp>Opens a batch file with a list of projects</longhelp>
|
||||
<label>open</label>
|
||||
</object>
|
||||
<object class="tool" name="tool_save">
|
||||
<bitmap>data/filesave.png</bitmap>
|
||||
<tooltip>Save batch</tooltip>
|
||||
<longhelp>Saves a batch file with a list of projects</longhelp>
|
||||
<label>save</label>
|
||||
</object>
|
||||
<object class="separator"/>
|
||||
<object class="tool" name="tool_start">
|
||||
<bitmap>data/start.png</bitmap>
|
||||
<tooltip>Start batch</tooltip>
|
||||
<longhelp>Starts batch execution</longhelp>
|
||||
<label>start</label>
|
||||
</object>
|
||||
<object class="tool" name="tool_skip">
|
||||
<bitmap>data/skip.png</bitmap>
|
||||
<tooltip>Skip project(s)</tooltip>
|
||||
<longhelp>Skips execution of currently running project(s)</longhelp>
|
||||
<label>skip</label>
|
||||
</object>
|
||||
<object class="tool" name="tool_pause">
|
||||
<bitmap>data/pause.png</bitmap>
|
||||
<toggle>1</toggle>
|
||||
<tooltip>Pause batch</tooltip>
|
||||
<longhelp>Pauses batch execution</longhelp>
|
||||
<label>pause</label>
|
||||
</object>
|
||||
<object class="tool" name="tool_cancel">
|
||||
<bitmap>data/stop.png</bitmap>
|
||||
<tooltip>Cancel batch</tooltip>
|
||||
<longhelp>Cancels batch execution</longhelp>
|
||||
<label>cancel</label>
|
||||
</object>
|
||||
<object class="separator"/>
|
||||
<object class="tool" name="tool_add">
|
||||
<bitmap>data/add_project.png</bitmap>
|
||||
<tooltip>Add project(s)</tooltip>
|
||||
<longhelp>Appends project file(s) to the batch list</longhelp>
|
||||
<label>add</label>
|
||||
</object>
|
||||
<object class="tool" name="tool_remove">
|
||||
<bitmap>data/remove_project.png</bitmap>
|
||||
<tooltip>Remove project</tooltip>
|
||||
<longhelp>Removes selected project from the batch list</longhelp>
|
||||
<label>remove</label>
|
||||
</object>
|
||||
<object class="tool" name="tool_adddir">
|
||||
<bitmap>data/add_projects.png</bitmap>
|
||||
<tooltip>Search directory</tooltip>
|
||||
<longhelp>Appends all project files from a directory and subdirectories</longhelp>
|
||||
<label>adddir</label>
|
||||
</object>
|
||||
</object>
|
||||
</resource>
|
||||
346
App/Hugin/share/hugin/xrc/cp_editor_panel.xrc
Normal file
@@ -0,0 +1,346 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.5.3.0">
|
||||
<object class="wxPanel" name="cp_editor_panel">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxScrolledWindow" name="cp_controls_panel">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxPanel" name="cp_editor_split_img_left">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="CPImagesComboBox" name="cp_editor_left_choice">
|
||||
<content/>
|
||||
<style>wxCB_READONLY</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxADJUST_MINSIZE</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBitmapButton" name="cp_editor_previous_img">
|
||||
<bitmap stock_id="wxART_GO_BACK"></bitmap>
|
||||
<tooltip>previous image pair</tooltip>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
</object>
|
||||
<option>0</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="CPImageCtrl" name="cp_editor_left_img"/>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
<minsize>300,150</minsize>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxPanel" name="cp_editor_split_img_right">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBitmapButton" name="cp_editor_next_img">
|
||||
<bitmap stock_id="wxART_GO_FORWARD"></bitmap>
|
||||
<tooltip>next image pair</tooltip>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="CPImagesComboBox" name="cp_editor_right_choice">
|
||||
<content/>
|
||||
<style>wxCB_READONLY</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxADJUST_MINSIZE</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
</object>
|
||||
<option>0</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="CPImageCtrl" name="cp_editor_right_img"/>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
<minsize>300,150</minsize>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxListCtrl" name="cp_editor_cp_list">
|
||||
<style>wxLC_REPORT|wxLC_SINGLE_SEL</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label translate="0">x:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="cp_editor_x1">
|
||||
<size>50,-1</size>
|
||||
<style>wxTE_PROCESS_ENTER</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label translate="0">y:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="cp_editor_y1">
|
||||
<size>50,-1</size>
|
||||
<style>wxTE_PROCESS_ENTER</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label translate="0">x:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="cp_editor_x2">
|
||||
<size>50,-1</size>
|
||||
<style>wxTE_PROCESS_ENTER</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label translate="0">y:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="cp_editor_y2">
|
||||
<size>50,-1</size>
|
||||
<style>wxTE_PROCESS_ENTER</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>mode:</label>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxChoice" name="cp_editor_mode">
|
||||
<size>100,-1</size>
|
||||
<content>
|
||||
<item>normal</item>
|
||||
<item>vertical line</item>
|
||||
<item>horizontal line</item>
|
||||
</content>
|
||||
</object>
|
||||
<option>2</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Zoom:</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<option>1</option>
|
||||
<object class="wxChoice" name="cp_editor_choice_zoom">
|
||||
<content>
|
||||
<item translate="0">100%</item>
|
||||
<item>fit to window</item>
|
||||
<item translate="0">200%</item>
|
||||
<item translate="0">150%</item>
|
||||
<item translate="0">75%</item>
|
||||
<item translate="0">50%</item>
|
||||
<item translate="0">25%</item>
|
||||
</content>
|
||||
<selection>1</selection>
|
||||
</object>
|
||||
<flag>wxALIGN_CENTRE_VERTICAL</flag>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxBOTTOM|wxLEFT|wxRIGHT|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="cp_editor_finetune_button">
|
||||
<label>Fine-tune</label>
|
||||
<tooltip>Tries to optimize the currently active point</tooltip>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="cp_editor_action_button">
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="cp_editor_fine_tune_check">
|
||||
<label>auto fine-&tune</label>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="cp_editor_auto_add">
|
||||
<label>auto add</label>
|
||||
<tooltip>immediately add control point when selecting a second point</tooltip>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="cp_editor_auto_estimate">
|
||||
<label>auto-estimate</label>
|
||||
<tooltip>tries to estimate the shift between the images and use it while placing control points</tooltip>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="cp_editor_show_lines">
|
||||
<label>draw line cp</label>
|
||||
<tooltip>show line cp as a separate line</tooltip>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="cp_editor_delete">
|
||||
<label>&Delete</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="cp_editor_add">
|
||||
<label>&Add</label>
|
||||
<tooltip>add a new Point</tooltip>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>3</border>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
</object>
|
||||
<style>wxTAB_TRAVERSAL</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
</object>
|
||||
<style>wxTAB_TRAVERSAL|wxWANTS_CHARS</style>
|
||||
</object>
|
||||
<object class="wxMenu" name="cp_menu_action">
|
||||
<object class="wxMenuItem" name="cp_menu_create_cp">
|
||||
<label>Create control points</label>
|
||||
<help>Create control points for current image pair</help>
|
||||
<radio>1</radio>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="cp_menu_celeste">
|
||||
<label>Celeste</label>
|
||||
<help>Remove control points in clouds</help>
|
||||
<radio>1</radio>
|
||||
<checked>1</checked>
|
||||
</object>
|
||||
<object class="wxMenuItem" name="cp_menu_clean_cp">
|
||||
<label>Clean control points</label>
|
||||
<radio>1</radio>
|
||||
<help>Remove worst control points</help>
|
||||
</object>
|
||||
</object>
|
||||
</resource>
|
||||
32
App/Hugin/share/hugin/xrc/cp_list_frame.xrc
Normal file
@@ -0,0 +1,32 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.5.3.0">
|
||||
<object class="wxFrame" name="cp_list_frame">
|
||||
<title>Control Points</title>
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="CPListCtrl" name="cp_list_frame_list">
|
||||
<style>wxLC_REPORT|wxLC_VIRTUAL</style>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="cp_list_delete">
|
||||
<label>Delete</label>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="cp_list_select">
|
||||
<label>Select by Distance</label>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
</object>
|
||||
<style>wxDEFAULT_FRAME_STYLE|wxCAPTION|wxSYSTEM_MENU|wxRESIZE_BORDER|wxMINIMIZE_BOX|wxMAXIMIZE_BOX|wxFRAME_NO_TASKBAR|wxFRAME_FLOAT_ON_PARENT</style>
|
||||
</object>
|
||||
</resource>
|
||||
345
App/Hugin/share/hugin/xrc/cpdetector_dialog.xrc
Normal file
@@ -0,0 +1,345 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<resource xmlns="http://www.wxwidgets.org/wxxrc" version="2.5.3.0">
|
||||
<object class="wxDialog" name="cpdetector_dialog">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxFlexGridSizer">
|
||||
<cols>2</cols>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Description:</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="prefs_cpdetector_desc"/>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Type:</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxChoice" name="prefs_cpdetector_type">
|
||||
<content>
|
||||
<item translate="0">Autopano (by A. Jenny)</item>
|
||||
<item>All images at once</item>
|
||||
<item>Panorama with stacks</item>
|
||||
<item>Multi-row panorama</item>
|
||||
<item>Multi-row panorama with stacks</item>
|
||||
<item>Prealigned panorama</item>
|
||||
</content>
|
||||
</object>
|
||||
<flag>wxALL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<growablecols>1</growablecols>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxNotebook" name="notebook_detector">
|
||||
<object class="notebookpage">
|
||||
<label>Detector</label>
|
||||
<object class="wxPanel" name="panel_detector">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxChoicebook" name="choicebook_steps">
|
||||
<object class="choicebookpage">
|
||||
<label>One step detector</label>
|
||||
<object class="wxPanel">
|
||||
<object class="wxFlexGridSizer">
|
||||
<cols>2</cols>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Program:</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="prefs_cpdetector_program"/>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="prefs_cpdetector_program_select">
|
||||
<label>Choose...</label>
|
||||
</object>
|
||||
<flag>wxRIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Arguments:</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="prefs_cpdetector_args"/>
|
||||
<flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<growablecols>1</growablecols>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="prefs_cpdetector_args_label_cleanup">
|
||||
<label>Cleanup arguments:</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="prefs_cpdetector_args_cleanup"/>
|
||||
<flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<object class="choicebookpage">
|
||||
<label>Two step detector</label>
|
||||
<object class="wxPanel">
|
||||
<object class="wxFlexGridSizer">
|
||||
<cols>2</cols>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Feature descriptor:</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="prefs_cpdetector_program_descriptor"/>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="prefs_cpdetector_program_descriptor_select">
|
||||
<label>Choose...</label>
|
||||
</object>
|
||||
<flag>wxRIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Arguments:</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="prefs_cpdetector_args_descriptor"/>
|
||||
<flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<growablecols>1</growablecols>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Feature matcher:</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="prefs_cpdetector_program_matcher"/>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="prefs_cpdetector_program_matcher_select">
|
||||
<label>Choose...</label>
|
||||
</object>
|
||||
<flag>wxRIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Arguments:</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="prefs_cpdetector_args_matcher"/>
|
||||
<flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<object class="notebookpage">
|
||||
<label>Detector for stacks</label>
|
||||
<object class="wxPanel" name="panel_stack">
|
||||
<object class="wxBoxSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Leave empty when no control point detector should run on stacks.</label>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxFlexGridSizer">
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Program:</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxHORIZONTAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="prefs_cpdetector_program_stack"/>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxButton" name="prefs_cpdetector_program_stack_select">
|
||||
<label>Choose...</label>
|
||||
</object>
|
||||
<flag>wxRIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>Arguments:</label>
|
||||
</object>
|
||||
<flag>wxALL|wxALIGN_RIGHT|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxTextCtrl" name="prefs_cpdetector_args_stack"/>
|
||||
<flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<cols>2</cols>
|
||||
<growablecols>1</growablecols>
|
||||
</object>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<orient>wxVERTICAL</orient>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<object class="notebookpage">
|
||||
<label>Advanced option</label>
|
||||
<object class="wxPanel" name="panel_option">
|
||||
<object class="wxBoxSizer">
|
||||
<orient>wxVERTICAL</orient>
|
||||
<object class="sizeritem">
|
||||
<object class="wxCheckBox" name="prefs_cpdetector_option">
|
||||
<label></label>
|
||||
<checked>1</checked>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>10</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText" name="prefs_cpdetector_no_option">
|
||||
<label>This setting has no advanced options.</label>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>10</border>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<style></style>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStaticText">
|
||||
<label>The following patterns will be substituted before running:
|
||||
%o -- output project (0.oto will be appended when using Autopano)
|
||||
%p -- number of control points between each pair
|
||||
%v -- HFOV of first image
|
||||
%f -- projection of first image (0-4, as in panotools)
|
||||
%i -- image files
|
||||
%namefile -- file that contains image filenames
|
||||
%s -- input panotools script
|
||||
%k -- intermediate key file(s)</label>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND|wxADJUST_MINSIZE</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
</object>
|
||||
<option>1</option>
|
||||
<flag>wxEXPAND</flag>
|
||||
</object>
|
||||
<object class="sizeritem">
|
||||
<object class="wxStdDialogButtonSizer">
|
||||
<object class="button">
|
||||
<object class="wxButton" name="wxID_OK">
|
||||
<label>OK</label>
|
||||
<default>1</default>
|
||||
</object>
|
||||
</object>
|
||||
<object class="button">
|
||||
<object class="wxButton" name="wxID_CANCEL">
|
||||
<label>Cancel</label>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<flag>wxALL|wxEXPAND</flag>
|
||||
<border>5</border>
|
||||
</object>
|
||||
</object>
|
||||
<title>Parameters for Control Point Detectors</title>
|
||||
<style>wxDEFAULT_DIALOG_STYLE|wxCAPTION|wxRESIZE_BORDER|wxTAB_TRAVERSAL</style>
|
||||
</object>
|
||||
</resource>
|
||||
339
App/Hugin/share/hugin/xrc/data/COPYING.txt
Normal file
@@ -0,0 +1,339 @@
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 2, June 1991
|
||||
|
||||
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The licenses for most software are designed to take away your
|
||||
freedom to share and change it. By contrast, the GNU General Public
|
||||
License is intended to guarantee your freedom to share and change free
|
||||
software--to make sure the software is free for all its users. This
|
||||
General Public License applies to most of the Free Software
|
||||
Foundation's software and to any other program whose authors commit to
|
||||
using it. (Some other Free Software Foundation software is covered by
|
||||
the GNU Lesser General Public License instead.) You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
this service if you wish), that you receive source code or can get it
|
||||
if you want it, that you can change the software or use pieces of it
|
||||
in new free programs; and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to make restrictions that forbid
|
||||
anyone to deny you these rights or to ask you to surrender the rights.
|
||||
These restrictions translate to certain responsibilities for you if you
|
||||
distribute copies of the software, or if you modify it.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must give the recipients all the rights that
|
||||
you have. You must make sure that they, too, receive or can get the
|
||||
source code. And you must show them these terms so they know their
|
||||
rights.
|
||||
|
||||
We protect your rights with two steps: (1) copyright the software, and
|
||||
(2) offer you this license which gives you legal permission to copy,
|
||||
distribute and/or modify the software.
|
||||
|
||||
Also, for each author's protection and ours, we want to make certain
|
||||
that everyone understands that there is no warranty for this free
|
||||
software. If the software is modified by someone else and passed on, we
|
||||
want its recipients to know that what they have is not the original, so
|
||||
that any problems introduced by others will not reflect on the original
|
||||
authors' reputations.
|
||||
|
||||
Finally, any free program is threatened constantly by software
|
||||
patents. We wish to avoid the danger that redistributors of a free
|
||||
program will individually obtain patent licenses, in effect making the
|
||||
program proprietary. To prevent this, we have made it clear that any
|
||||
patent must be licensed for everyone's free use or not licensed at all.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. This License applies to any program or other work which contains
|
||||
a notice placed by the copyright holder saying it may be distributed
|
||||
under the terms of this General Public License. The "Program", below,
|
||||
refers to any such program or work, and a "work based on the Program"
|
||||
means either the Program or any derivative work under copyright law:
|
||||
that is to say, a work containing the Program or a portion of it,
|
||||
either verbatim or with modifications and/or translated into another
|
||||
language. (Hereinafter, translation is included without limitation in
|
||||
the term "modification".) Each licensee is addressed as "you".
|
||||
|
||||
Activities other than copying, distribution and modification are not
|
||||
covered by this License; they are outside its scope. The act of
|
||||
running the Program is not restricted, and the output from the Program
|
||||
is covered only if its contents constitute a work based on the
|
||||
Program (independent of having been made by running the Program).
|
||||
Whether that is true depends on what the Program does.
|
||||
|
||||
1. You may copy and distribute verbatim copies of the Program's
|
||||
source code as you receive it, in any medium, provided that you
|
||||
conspicuously and appropriately publish on each copy an appropriate
|
||||
copyright notice and disclaimer of warranty; keep intact all the
|
||||
notices that refer to this License and to the absence of any warranty;
|
||||
and give any other recipients of the Program a copy of this License
|
||||
along with the Program.
|
||||
|
||||
You may charge a fee for the physical act of transferring a copy, and
|
||||
you may at your option offer warranty protection in exchange for a fee.
|
||||
|
||||
2. You may modify your copy or copies of the Program or any portion
|
||||
of it, thus forming a work based on the Program, and copy and
|
||||
distribute such modifications or work under the terms of Section 1
|
||||
above, provided that you also meet all of these conditions:
|
||||
|
||||
a) You must cause the modified files to carry prominent notices
|
||||
stating that you changed the files and the date of any change.
|
||||
|
||||
b) You must cause any work that you distribute or publish, that in
|
||||
whole or in part contains or is derived from the Program or any
|
||||
part thereof, to be licensed as a whole at no charge to all third
|
||||
parties under the terms of this License.
|
||||
|
||||
c) If the modified program normally reads commands interactively
|
||||
when run, you must cause it, when started running for such
|
||||
interactive use in the most ordinary way, to print or display an
|
||||
announcement including an appropriate copyright notice and a
|
||||
notice that there is no warranty (or else, saying that you provide
|
||||
a warranty) and that users may redistribute the program under
|
||||
these conditions, and telling the user how to view a copy of this
|
||||
License. (Exception: if the Program itself is interactive but
|
||||
does not normally print such an announcement, your work based on
|
||||
the Program is not required to print an announcement.)
|
||||
|
||||
These requirements apply to the modified work as a whole. If
|
||||
identifiable sections of that work are not derived from the Program,
|
||||
and can be reasonably considered independent and separate works in
|
||||
themselves, then this License, and its terms, do not apply to those
|
||||
sections when you distribute them as separate works. But when you
|
||||
distribute the same sections as part of a whole which is a work based
|
||||
on the Program, the distribution of the whole must be on the terms of
|
||||
this License, whose permissions for other licensees extend to the
|
||||
entire whole, and thus to each and every part regardless of who wrote it.
|
||||
|
||||
Thus, it is not the intent of this section to claim rights or contest
|
||||
your rights to work written entirely by you; rather, the intent is to
|
||||
exercise the right to control the distribution of derivative or
|
||||
collective works based on the Program.
|
||||
|
||||
In addition, mere aggregation of another work not based on the Program
|
||||
with the Program (or with a work based on the Program) on a volume of
|
||||
a storage or distribution medium does not bring the other work under
|
||||
the scope of this License.
|
||||
|
||||
3. You may copy and distribute the Program (or a work based on it,
|
||||
under Section 2) in object code or executable form under the terms of
|
||||
Sections 1 and 2 above provided that you also do one of the following:
|
||||
|
||||
a) Accompany it with the complete corresponding machine-readable
|
||||
source code, which must be distributed under the terms of Sections
|
||||
1 and 2 above on a medium customarily used for software interchange; or,
|
||||
|
||||
b) Accompany it with a written offer, valid for at least three
|
||||
years, to give any third party, for a charge no more than your
|
||||
cost of physically performing source distribution, a complete
|
||||
machine-readable copy of the corresponding source code, to be
|
||||
distributed under the terms of Sections 1 and 2 above on a medium
|
||||
customarily used for software interchange; or,
|
||||
|
||||
c) Accompany it with the information you received as to the offer
|
||||
to distribute corresponding source code. (This alternative is
|
||||
allowed only for noncommercial distribution and only if you
|
||||
received the program in object code or executable form with such
|
||||
an offer, in accord with Subsection b above.)
|
||||
|
||||
The source code for a work means the preferred form of the work for
|
||||
making modifications to it. For an executable work, complete source
|
||||
code means all the source code for all modules it contains, plus any
|
||||
associated interface definition files, plus the scripts used to
|
||||
control compilation and installation of the executable. However, as a
|
||||
special exception, the source code distributed need not include
|
||||
anything that is normally distributed (in either source or binary
|
||||
form) with the major components (compiler, kernel, and so on) of the
|
||||
operating system on which the executable runs, unless that component
|
||||
itself accompanies the executable.
|
||||
|
||||
If distribution of executable or object code is made by offering
|
||||
access to copy from a designated place, then offering equivalent
|
||||
access to copy the source code from the same place counts as
|
||||
distribution of the source code, even though third parties are not
|
||||
compelled to copy the source along with the object code.
|
||||
|
||||
4. You may not copy, modify, sublicense, or distribute the Program
|
||||
except as expressly provided under this License. Any attempt
|
||||
otherwise to copy, modify, sublicense or distribute the Program is
|
||||
void, and will automatically terminate your rights under this License.
|
||||
However, parties who have received copies, or rights, from you under
|
||||
this License will not have their licenses terminated so long as such
|
||||
parties remain in full compliance.
|
||||
|
||||
5. You are not required to accept this License, since you have not
|
||||
signed it. However, nothing else grants you permission to modify or
|
||||
distribute the Program or its derivative works. These actions are
|
||||
prohibited by law if you do not accept this License. Therefore, by
|
||||
modifying or distributing the Program (or any work based on the
|
||||
Program), you indicate your acceptance of this License to do so, and
|
||||
all its terms and conditions for copying, distributing or modifying
|
||||
the Program or works based on it.
|
||||
|
||||
6. Each time you redistribute the Program (or any work based on the
|
||||
Program), the recipient automatically receives a license from the
|
||||
original licensor to copy, distribute or modify the Program subject to
|
||||
these terms and conditions. You may not impose any further
|
||||
restrictions on the recipients' exercise of the rights granted herein.
|
||||
You are not responsible for enforcing compliance by third parties to
|
||||
this License.
|
||||
|
||||
7. If, as a consequence of a court judgment or allegation of patent
|
||||
infringement or for any other reason (not limited to patent issues),
|
||||
conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot
|
||||
distribute so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you
|
||||
may not distribute the Program at all. For example, if a patent
|
||||
license would not permit royalty-free redistribution of the Program by
|
||||
all those who receive copies directly or indirectly through you, then
|
||||
the only way you could satisfy both it and this License would be to
|
||||
refrain entirely from distribution of the Program.
|
||||
|
||||
If any portion of this section is held invalid or unenforceable under
|
||||
any particular circumstance, the balance of the section is intended to
|
||||
apply and the section as a whole is intended to apply in other
|
||||
circumstances.
|
||||
|
||||
It is not the purpose of this section to induce you to infringe any
|
||||
patents or other property right claims or to contest validity of any
|
||||
such claims; this section has the sole purpose of protecting the
|
||||
integrity of the free software distribution system, which is
|
||||
implemented by public license practices. Many people have made
|
||||
generous contributions to the wide range of software distributed
|
||||
through that system in reliance on consistent application of that
|
||||
system; it is up to the author/donor to decide if he or she is willing
|
||||
to distribute software through any other system and a licensee cannot
|
||||
impose that choice.
|
||||
|
||||
This section is intended to make thoroughly clear what is believed to
|
||||
be a consequence of the rest of this License.
|
||||
|
||||
8. If the distribution and/or use of the Program is restricted in
|
||||
certain countries either by patents or by copyrighted interfaces, the
|
||||
original copyright holder who places the Program under this License
|
||||
may add an explicit geographical distribution limitation excluding
|
||||
those countries, so that distribution is permitted only in or among
|
||||
countries not thus excluded. In such case, this License incorporates
|
||||
the limitation as if written in the body of this License.
|
||||
|
||||
9. The Free Software Foundation may publish revised and/or new versions
|
||||
of the General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the Program
|
||||
specifies a version number of this License which applies to it and "any
|
||||
later version", you have the option of following the terms and conditions
|
||||
either of that version or of any later version published by the Free
|
||||
Software Foundation. If the Program does not specify a version number of
|
||||
this License, you may choose any version ever published by the Free Software
|
||||
Foundation.
|
||||
|
||||
10. If you wish to incorporate parts of the Program into other free
|
||||
programs whose distribution conditions are different, write to the author
|
||||
to ask for permission. For software which is copyrighted by the Free
|
||||
Software Foundation, write to the Free Software Foundation; we sometimes
|
||||
make exceptions for this. Our decision will be guided by the two goals
|
||||
of preserving the free status of all derivatives of our free software and
|
||||
of promoting the sharing and reuse of software generally.
|
||||
|
||||
NO WARRANTY
|
||||
|
||||
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
||||
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
||||
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
||||
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
||||
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
||||
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
||||
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
||||
REPAIR OR CORRECTION.
|
||||
|
||||
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
||||
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
||||
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
||||
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
||||
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
||||
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGES.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
convey the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License along
|
||||
with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program is interactive, make it output a short notice like this
|
||||
when it starts in an interactive mode:
|
||||
|
||||
Gnomovision version 69, Copyright (C) year name of author
|
||||
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, the commands you use may
|
||||
be called something other than `show w' and `show c'; they could even be
|
||||
mouse-clicks or menu items--whatever suits your program.
|
||||
|
||||
You should also get your employer (if you work as a programmer) or your
|
||||
school, if any, to sign a "copyright disclaimer" for the program, if
|
||||
necessary. Here is a sample; alter the names:
|
||||
|
||||
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
||||
`Gnomovision' (which makes passes at compilers) written by James Hacker.
|
||||
|
||||
<signature of Ty Coon>, 1 April 1989
|
||||
Ty Coon, President of Vice
|
||||
|
||||
This General Public License does not permit incorporating your program into
|
||||
proprietary programs. If your program is a subroutine library, you may
|
||||
consider it more useful to permit linking proprietary applications with the
|
||||
library. If this is what you want to do, use the GNU Lesser General
|
||||
Public License instead of this License.
|
||||
21
App/Hugin/share/hugin/xrc/data/about.htm
Normal file
BIN
App/Hugin/share/hugin/xrc/data/add_project.png
Normal file
|
After Width: | Height: | Size: 383 B |
BIN
App/Hugin/share/hugin/xrc/data/add_projects.png
Normal file
|
After Width: | Height: | Size: 985 B |
BIN
App/Hugin/share/hugin/xrc/data/autocrop_tool.png
Normal file
|
After Width: | Height: | Size: 720 B |
BIN
App/Hugin/share/hugin/xrc/data/center_pano.png
Normal file
|
After Width: | Height: | Size: 527 B |
BIN
App/Hugin/share/hugin/xrc/data/crop_tool.png
Normal file
|
After Width: | Height: | Size: 466 B |
BIN
App/Hugin/share/hugin/xrc/data/crop_tool_small.png
Normal file
|
After Width: | Height: | Size: 738 B |
BIN
App/Hugin/share/hugin/xrc/data/cursor_cp_pick.cur
Normal file
|
After Width: | Height: | Size: 326 B |
23
App/Hugin/share/hugin/xrc/data/dedication.htm
Normal file
@@ -0,0 +1,23 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Dedication</title>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<p>
|
||||
This is a place holder for the dedication of this edition of</p>
|
||||
<center>
|
||||
<p>
|
||||
<font size= +1>
|
||||
Hugin
|
||||
</font>
|
||||
</p>
|
||||
<p>2011.0, planned for sometimes in April 2011
|
||||
</p>
|
||||
</center>
|
||||
<p>Edit this file as a normal HTML file.
|
||||
</p>
|
||||
<p>URLs in this document should open in the system browser. Try <a href="http://hugin.sourceforge.net/">this</a>.
|
||||
</p>
|
||||
<p><b>TODO: substitute hard coded html file reference with a localized one.</p>
|
||||
</body>
|
||||
</html>
|
||||
BIN
App/Hugin/share/hugin/xrc/data/drag_tool.png
Normal file
|
After Width: | Height: | Size: 463 B |
BIN
App/Hugin/share/hugin/xrc/data/drag_tool_small.png
Normal file
|
After Width: | Height: | Size: 710 B |
BIN
App/Hugin/share/hugin/xrc/data/druid.control.128.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
App/Hugin/share/hugin/xrc/data/druid.images.128.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
App/Hugin/share/hugin/xrc/data/druid.lenses.128.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
App/Hugin/share/hugin/xrc/data/druid.optimize.128.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
App/Hugin/share/hugin/xrc/data/druid.stitch.128.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
App/Hugin/share/hugin/xrc/data/edit_add.png
Normal file
|
After Width: | Height: | Size: 564 B |
BIN
App/Hugin/share/hugin/xrc/data/filenew.png
Normal file
|
After Width: | Height: | Size: 423 B |
BIN
App/Hugin/share/hugin/xrc/data/fileopen.png
Normal file
|
After Width: | Height: | Size: 545 B |
BIN
App/Hugin/share/hugin/xrc/data/filesave.png
Normal file
|
After Width: | Height: | Size: 511 B |
BIN
App/Hugin/share/hugin/xrc/data/filesaveas.png
Normal file
|
After Width: | Height: | Size: 739 B |
BIN
App/Hugin/share/hugin/xrc/data/fit_pano.png
Normal file
|
After Width: | Height: | Size: 635 B |
BIN
App/Hugin/share/hugin/xrc/data/gl_preview.png
Normal file
|
After Width: | Height: | Size: 505 B |
BIN
App/Hugin/share/hugin/xrc/data/gl_preview_small.png
Normal file
|
After Width: | Height: | Size: 632 B |
BIN
App/Hugin/share/hugin/xrc/data/hugin.ico
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
App/Hugin/share/hugin/xrc/data/hugin.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
App/Hugin/share/hugin/xrc/data/hugin_help_en_EN.chm
Normal file
BIN
App/Hugin/share/hugin/xrc/data/hugin_small.png
Normal file
|
After Width: | Height: | Size: 741 B |
BIN
App/Hugin/share/hugin/xrc/data/identify_tool.png
Normal file
|
After Width: | Height: | Size: 359 B |
BIN
App/Hugin/share/hugin/xrc/data/identify_tool_small.png
Normal file
|
After Width: | Height: | Size: 717 B |
BIN
App/Hugin/share/hugin/xrc/data/info.png
Normal file
|
After Width: | Height: | Size: 998 B |
20
App/Hugin/share/hugin/xrc/data/intro.htm
Normal file
@@ -0,0 +1,20 @@
|
||||
<p>Hugin was originally developed by Pablo d'Angelo.
|
||||
<br/>
|
||||
© 2004-2022
|
||||
</p><p>
|
||||
By setting his original software Free under the GPL, Pablo started
|
||||
what has become a thriving community and a project larger than any
|
||||
one single individual could have ever done alone.
|
||||
</p><p>
|
||||
Hugin is a versatile perspective manipulation programs suite for
|
||||
the discerning user's panorama workflow and more.
|
||||
</p><p>
|
||||
Align images in geometrical and photometric space and merge them
|
||||
into images that can't be captured with a single shot.
|
||||
</p><p>
|
||||
Applications range from the simple stitching of two images
|
||||
into a panorama, up to giga pixel panoramas, high dynamic range
|
||||
(HDR) composites, exposure blending, focus stacking and more.
|
||||
</p><p>
|
||||
<a href="http://groups.google.com/group/hugin-ptx/">join us!</a>
|
||||
</p>
|
||||
69
App/Hugin/share/hugin/xrc/data/keyboard_pl.html
Normal file
@@ -0,0 +1,69 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-2">
|
||||
<title>hugin - Klawisze skrótów</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>hugin - Klawisze skrótów</h1>
|
||||
|
||||
<p>
|
||||
Niektóre części programu, czególnie panel punktów kontrolnych, mogą być
|
||||
używane efektywnie tylko z użyciem klawiszy skrótów lub przycisków myszy
|
||||
</p>
|
||||
|
||||
<h2>Panel puktów kontrolny</h2>
|
||||
|
||||
<p>
|
||||
<table>
|
||||
<tr> <th> Klawisz </th> <th> Funkcja </th> </tr>
|
||||
<tr> <td> a </td> <td> dodaj nowy punkt wybrany na obu zdjęciach images, podczas gdy <b>auto dodaj</b> jest wyłączone. </td> </tr>
|
||||
<tr> <td> klawisze kursorów </td> <td> przewiń zdjęcie pod kurorem myszki </td> </tr>
|
||||
<tr> <td> shift + klawisze kursorów </td> <td> przewijaj oba zdjęcia naraz </td> </tr>
|
||||
<tr> <td> f </td> <td> dostroj obecnie wybraną parę punktów kontrolnych. To samo co przycisk <b>Dostroj</b> </td> </tr>
|
||||
<tr> <td> Del </td> <td> Usuń obecnie wybrany punkt kontrolny. </td> </tr>
|
||||
<tr> <td> 0 </td> <td> Pomniejsz do pełnego widoku. </td> </tr>
|
||||
<tr> <td> 1 </td> <td> Widok 100%. </td> </tr>
|
||||
</table>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<table>
|
||||
<tr> <th> Funkcja myszy </th> <th> Funkcja </th> </tr>
|
||||
<tr>
|
||||
<td> klawisz control + ruch myszką </td>
|
||||
<td> Przewiń zdjęcie pod kursorem </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> klawisz shift + ruch myszy </td>
|
||||
<td> Przewiń oba zdjęcia </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> lewy przycisk </td>
|
||||
<td> Użyj lewego przycisku myszki aby wybrać nowe lub przesunąć
|
||||
istniejące punkty.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> prawy przycis myszki </td>
|
||||
<td> Dodaj punkt kontrolny, jeśli <b>auto dodaj</b> jest wyłączone </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> środkowy przycisk myszki </td>
|
||||
<td> Przewiń zdjęcie pod kursorem </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td> shift + środkowy przycisk myszki </td>
|
||||
<td> Przewiń oba zdjęcia </td>
|
||||
</tr>
|
||||
</table>
|
||||
<p>
|
||||
Aby uzyskać dalsze informacje, zobacz stronę domową projektu hugin <a href="http://hugin.sourceforge.net/">http://hugin.sourceforge.net/</a>. <br>
|
||||
|
||||
Ten dokument został napisany przez Pablo d'Angelo <a href="mailto:pablo.dangelo@web.de"><pablo.dangelo@web.de></a>
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
BIN
App/Hugin/share/hugin/xrc/data/list.png
Normal file
|
After Width: | Height: | Size: 445 B |
BIN
App/Hugin/share/hugin/xrc/data/logo.png
Normal file
|
After Width: | Height: | Size: 75 KiB |
BIN
App/Hugin/share/hugin/xrc/data/number1.png
Normal file
|
After Width: | Height: | Size: 805 B |
BIN
App/Hugin/share/hugin/xrc/data/number2.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
App/Hugin/share/hugin/xrc/data/number3.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
App/Hugin/share/hugin/xrc/data/optimize.png
Normal file
|
After Width: | Height: | Size: 526 B |
BIN
App/Hugin/share/hugin/xrc/data/output_blended_fused.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
BIN
App/Hugin/share/hugin/xrc/data/output_fused_blended.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
App/Hugin/share/hugin/xrc/data/output_hdr.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
App/Hugin/share/hugin/xrc/data/output_normal.png
Normal file
|
After Width: | Height: | Size: 9.0 KiB |
BIN
App/Hugin/share/hugin/xrc/data/pause.png
Normal file
|
After Width: | Height: | Size: 452 B |
BIN
App/Hugin/share/hugin/xrc/data/photometric.png
Normal file
|
After Width: | Height: | Size: 535 B |
BIN
App/Hugin/share/hugin/xrc/data/preview.png
Normal file
|
After Width: | Height: | Size: 353 B |
BIN
App/Hugin/share/hugin/xrc/data/preview_auto_update.png
Normal file
|
After Width: | Height: | Size: 662 B |
BIN
App/Hugin/share/hugin/xrc/data/preview_control_point_tool.png
Normal file
|
After Width: | Height: | Size: 737 B |
|
After Width: | Height: | Size: 659 B |
BIN
App/Hugin/share/hugin/xrc/data/preview_layout.png
Normal file
|
After Width: | Height: | Size: 648 B |
BIN
App/Hugin/share/hugin/xrc/data/preview_layout_small.png
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
App/Hugin/share/hugin/xrc/data/preview_num_transform.png
Normal file
|
After Width: | Height: | Size: 1017 B |
BIN
App/Hugin/share/hugin/xrc/data/preview_show_all.png
Normal file
|
After Width: | Height: | Size: 350 B |
BIN
App/Hugin/share/hugin/xrc/data/preview_show_none.png
Normal file
|
After Width: | Height: | Size: 210 B |
BIN
App/Hugin/share/hugin/xrc/data/preview_white_balance.png
Normal file
|
After Width: | Height: | Size: 767 B |
BIN
App/Hugin/share/hugin/xrc/data/preview_white_balance_small.png
Normal file
|
After Width: | Height: | Size: 630 B |
BIN
App/Hugin/share/hugin/xrc/data/ptbatcher.ico
Normal file
|
After Width: | Height: | Size: 38 KiB |
BIN
App/Hugin/share/hugin/xrc/data/ptbatcher.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
App/Hugin/share/hugin/xrc/data/ptbatcher_pause.ico
Normal file
|
After Width: | Height: | Size: 88 KiB |
BIN
App/Hugin/share/hugin/xrc/data/ptbatcher_pause.png
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
App/Hugin/share/hugin/xrc/data/ptbatcher_running.ico
Normal file
|
After Width: | Height: | Size: 88 KiB |
BIN
App/Hugin/share/hugin/xrc/data/ptbatcher_running.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
App/Hugin/share/hugin/xrc/data/pto_icon.ico
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
App/Hugin/share/hugin/xrc/data/pto_icon.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
App/Hugin/share/hugin/xrc/data/redo.png
Normal file
|
After Width: | Height: | Size: 791 B |
BIN
App/Hugin/share/hugin/xrc/data/reload.png
Normal file
|
After Width: | Height: | Size: 509 B |
BIN
App/Hugin/share/hugin/xrc/data/remove_project.png
Normal file
|
After Width: | Height: | Size: 330 B |
BIN
App/Hugin/share/hugin/xrc/data/skip.png
Normal file
|
After Width: | Height: | Size: 878 B |
BIN
App/Hugin/share/hugin/xrc/data/splash.png
Normal file
|
After Width: | Height: | Size: 75 KiB |
25
App/Hugin/share/hugin/xrc/data/sponsors.htm
Normal file
@@ -0,0 +1,25 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Hugin Sponsors</title>
|
||||
</head>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<font size=-1>
|
||||
<p>
|
||||
This edition of Hugin is brought to you by all of our past and present contributors, too many to list here.
|
||||
</p>
|
||||
<p>
|
||||
<b>Thanks to our major sponsors:</b>
|
||||
</p>
|
||||
<ul>
|
||||
<li>Google for the Google Summer of Code 2007, 2008, 2009, 2010, 2011.</li>
|
||||
<li>Agnos for providing pano heads to the Hugin GSoC 2007 participants.</li>
|
||||
<li>Nodal Ninja for providing pano heads to the Hugin GSoC 2008 and 2009 participants.</li>
|
||||
<li>Last but not least the many members of the Hugin-PTX mailing list.</li>
|
||||
</ul>
|
||||
<p>
|
||||
<font size=-1>Hugin uses the EMoR response model from the Computer Vision Lab at Columbia University.<br>
|
||||
The GUI layout is in part based on an interface design by Joost Nieuwenhuijse.</font>
|
||||
</p>
|
||||
</font>
|
||||
</body>
|
||||
</html>
|
||||