head 1.2; access; symbols pkgsrc-2023Q3:1.1.0.60 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.58 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.56 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.54 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.52 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.50 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.48 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.46 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.44 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.42 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.40 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.38 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.36 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.32 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.12 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.34 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.30 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.28 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.26 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.24 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.22 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.20 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.18 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.16 pkgsrc-2017Q4-base:1.1 pkgsrc-2017Q3:1.1.0.14 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.10 pkgsrc-2017Q2-base:1.1 pkgsrc-2017Q1:1.1.0.8 pkgsrc-2017Q1-base:1.1 pkgsrc-2016Q4:1.1.0.6 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.4 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.2 pkgsrc-2016Q2-base:1.1; locks; strict; comment @// @; 1.2 date 2023.11.17.19.48.36; author adam; state dead; branches; next 1.1; commitid VpcPHbq899yn30NE; 1.1 date 2016.04.07.19.23.26; author adam; state Exp; branches; next ; commitid Gtsy7g8viGP3hJ1z; desc @@ 1.2 log @hugin: updated to 23.0.0 Changes since 2022.0.0 PTBatcherGUI can now also queue user defined assistant and user defined output sequences. PTBatcherGUI: Added option to generate panorama sequences from an existing pto template. Assistant: Added option to select different output options like projection, FOV or canvas size depending on different variables (e.g. image count, field of view, lens type). Allow building with epoxy instead of GLEW for OpenGL pointer management. Several improvements to crop tool (outside crop, aspect ratio, ...). Several bug fixes (e.g. in verdandi/internal blender). @ text @$NetBSD: patch-src_hugin1_hugin_CPEditorPanel.cpp,v 1.1 2016/04/07 19:23:26 adam Exp $ Re-order includes to fix building. --- src/hugin1/hugin/CPEditorPanel.cpp.orig 2016-02-19 22:28:54.000000000 +0000 +++ src/hugin1/hugin/CPEditorPanel.cpp @@@@ -34,6 +34,12 @@@@ #include "panoinc.h" // both includes above need to come before other wx includes on OSX +// more vigra include if needed +#include "vigra/cornerdetection.hxx" +#include "vigra/localminmax.hxx" +#include "vigra_ext/openmp_vigra.h" +#include "vigra_ext/Correlation.h" +#include "vigra_ext/cms.h" // hugin's #include "hugin/huginApp.h" #include "hugin/config_defaults.h" @@@@ -54,12 +60,6 @@@@ #include #include -// more vigra include if needed -#include "vigra/cornerdetection.hxx" -#include "vigra/localminmax.hxx" -#include "vigra_ext/openmp_vigra.h" -#include "vigra_ext/Correlation.h" -#include "vigra_ext/cms.h" // Celeste header #include "Celeste.h" @ 1.1 log @Changes 2016.0.0: The first improvement concerns icc color profiles: Hugin has already copied the icc profile into the output file when stitching panoramas. Now also the display in the GUIs takes the icc profile into account. Celeste_standalone and cpfind read now also the icc profile and use it during its processings. Beside the known output options Hugin now includes a user defined output sequence. With this option the user can create more flexible variants for the output. As an example a zero-noise output sequence is delivered with Hugin 2016.0. Some buttons in the Hugin GUI now have a context menu for easier access to some function: Show all in the fast preview window to allow better interaction with stacked projects. Celeste button in the cp tab (panorama editor): the button can now be used to create control points or to clean control points with celeste or statistical methods. The identify tool in the fast preview window now also shows the image numbers on top of the images. (This can be suppressed by pressing the alt button). @ text @d1 1 a1 1 $NetBSD$ @