head 1.3; access; symbols pkgsrc-2019Q1:1.2.0.16 pkgsrc-2019Q1-base:1.2 pkgsrc-2018Q4:1.2.0.14 pkgsrc-2018Q4-base:1.2 pkgsrc-2018Q3:1.2.0.12 pkgsrc-2018Q3-base:1.2 pkgsrc-2018Q2:1.2.0.10 pkgsrc-2018Q2-base:1.2 pkgsrc-2018Q1:1.2.0.8 pkgsrc-2018Q1-base:1.2 pkgsrc-2017Q4:1.2.0.6 pkgsrc-2017Q4-base:1.2 pkgsrc-2017Q3:1.2.0.4 pkgsrc-2017Q3-base:1.2 pkgsrc-2017Q2:1.1.0.14 pkgsrc-2017Q2-base:1.1 pkgsrc-2017Q1:1.1.0.12 pkgsrc-2017Q1-base:1.1 pkgsrc-2016Q4:1.1.0.10 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.8 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.6 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.4 pkgsrc-2016Q1-base:1.1 pkgsrc-2015Q4:1.1.0.2 pkgsrc-2015Q4-base:1.1; locks; strict; comment @// @; 1.3 date 2019.04.30.09.19.25; author adam; state dead; branches; next 1.2; commitid wUvRGrhVc45JZllB; 1.2 date 2017.07.03.20.48.03; author adam; state Exp; branches; next 1.1; commitid ww8Iz8IaP8qTcPXz; 1.1 date 2015.10.18.15.56.56; author adam; state Exp; branches; next ; commitid h5cx3zPziqAXEBFy; desc @@ 1.3 log @hugin: updated to 2019.0.0 Changes since 2018.0.0 Added raw import: It converts the RAW images to TIFF using a raw converter. This can be done by dcraw (requires additional exiftool), RawTherapee or darktable. These programs needs to be installed externally. Fixes for align_image_stack with EXR images. Added option for range compression. Can be helpful for LDR panoramas to brighten the shadows before merging, because at this stage the blender has some more information which can be helpful. New hotkeys for mask editor (change zoom level with 0, 1 and 2). Expression parser (pto_var and "manipulate image variables" in GUI) can now read also all image variables. line_find: Ignore lines with low distance to each other to get better coverage. Also use only central part of the panorama for searching for line control points (ignoring zenit/nadir near areas). pano_modify: Added new switch --projection-parameter to set projection parameters. Store program settings according to XDG base dir specification (Linux only, needs to compile with wxWidgets 3.1.1 or later). @ text @$NetBSD: patch-src_hugin1_base__wx_StitchingExecutor.cpp,v 1.2 2017/07/03 20:48:03 adam Exp $ Re-order includes to fix building. --- src/hugin1/base_wx/StitchingExecutor.cpp.orig 2017-04-29 16:05:50.000000000 +0000 +++ src/hugin1/base_wx/StitchingExecutor.cpp @@@@ -34,9 +34,9 @@@@ #include "hugin_base/panotools/PanoToolsUtils.h" #include "hugin_base/panodata/PanoramaOptions.h" #include "hugin_base/algorithms/basic/LayerStacks.h" +#include "base_wx/LensTools.h" #include "base_wx/platform.h" #include "base_wx/wxPlatform.h" -#include "base_wx/LensTools.h" #include "hugin/config_defaults.h" namespace HuginQueue @ 1.2 log @The version 2017.0 is mainly a bug fix release. The biggest fixes regard: * Several fixes for working with HDR images (display in GUI, photometric optimizer, handling of under/over exposured pixels in merging code). * Fixes handling of masks in cpfind when images needs remapping for cp finding. * Sometimes unsaved changes were disregarded without asking the user (e.g. when loading a project via the recently used projects list). Unsaved changes should now always require user confirmation. Besides the bug fixes some smaller improvements have been implemented. * Optimizer tabs uses now checkboxes instead of bold underlined font for marking of variables to be optimized. * Use wxWidgets help windows instead of default browser (Linux&Mac only, this provides table of content, index and full text search in help files). * Added special assistant variant for single image projects. * Display of final panorama dimensions on stitcher tab. * Extended the user defined output sequences: - The shipped user defined output sequences are exposed in the GUI as own sub-menu. - Added some more user defined output sequences (layered TIFF, cube faces). - Added new placeholder %sourceimage% to user defined output sequence. @ text @d1 1 a1 1 $NetBSD: patch-src_hugin1_base__wx_StitchingExecutor.cpp,v 1.1 2015/10/18 15:56:56 adam Exp $ @ 1.1 log @Changes 2015.0.0: Hugin 2015.0 has a number of new features. Most of the changes are under the hood to improve stability, allow easier maintenance and easier addition of new features. The makefile based stitching engine has been replaced with direct calls to the underlying programs. This should reduce the overhead of calling the same program too often and so speed up the whole process. Hopefully this also allows the usage of more unusual characters in the filename. Instead of pto2mk and make we now have hugin_executor which can also be used for running the assistant from the command line. Hugin now has it's own blender, verdandi, based on a watershed algorithm, which has been included in 'nona'. verdandi can be chosen as the blender by choosing "builtin" in the stitcher tab, and can also be set in the Preferences. verdandi can also be called as a command line tool. The lensfun library has been removed as it did not fulfill our expectations. It has been replaced with our own camera and lens database which uses a data mining approach and operates automatically without user intervention. Geometric distortion and vignetting data have to be loaded manually. The fast preview window has a new tool to add or remove control points to selected areas in the output projection. Automatic exposure stack detection is now applied when loading images, and an option has been added to unlink image position when adding stacks. The fine-tune and auto-estimate functions in the control point tab have been made projection aware. It should now work also with images with different fov or different projections. The fine-tune feature has had a significant speed up when Hugin is compiled with the libfftw3 library (optional). PTBatcherGUI has more choice for the end of the process: depending on the operating system the PTBatcherGUI can be closed, the computer can be shut down or send to the hibernate mode. PTBatcherGUI now shows the thumbnails when searching for images in directories. Many of the underlying tools in hugin are now able to use available cpu cores. @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- src/hugin1/base_wx/StitchingExecutor.cpp.orig 2015-08-24 21:56:49.000000000 +0000 d7 1 a7 1 @@@@ -37,9 +37,9 @@@@ d17 1 a17 1 #if wxCHECK_VERSION(3,0,0) @