[Hugin-devs] [Bug 1575120] Re: pano_modify --rotate does not detect values < abs(1) on hugin 2016.0

2016-04-26 Thread MHorn
I do ;)

I work with several already stitched full spherical stereoscopic image pairs 
and use hugin for the final transformation towards the target projection and 
fov while making small adjustments to all of them.
Using the gui each time was tedious, so I scripted the whole process.

Thanks and cheers.

-- 
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/1575120

Title:
  pano_modify --rotate does not detect values < abs(1) on hugin 2016.0

Status in Hugin:
  Fix Committed

Bug description:
  If on command line a pano_modify --rotate parameter is given,
  pano_modify checks for valid values with (pano_modify.cpp, line 745):

  if (abs(yaw) + abs(pitch) + abs(roll) > 0.0)

  If I'm not mistaken, abs() expects ints and the if-case will therefore
  return false, if no parameter is > abs(1)


  System Information:
  Betriebssystem: Linux 4.2.0-23-generic x86_64
  Architektur: 64 bit
  Freier Speicher: 140012862658896 kiB

  Hugin
  Version: 2016.0.0.3b4e2790cb90
  Ressourcen-Pfad: /usr/share/hugin/xrc/
  Datenpfad: /usr/share/hugin/data/
  Hugins Kamera- und Objektivdatenbank: /home/xxx/.hugindata/camlens.db
  Multi-Threading mittels C++11 std::thread und OpenMP

  Bibliotheken
  wxWidgets: wxWidgets 3.0
  wxWidgets Library (wxGTK port)
  Version 3.0.0 (Unicode: wchar_t, debug level: 1),
  compiled at Dec  2 2013 15:56:33

  Runtime version of toolkit used is 2.24.
  Compile-time GTK+ version is 2.24.22.

  libpano13: 2.9.19 
  Boost: 1.54.0
  Exiv2: 0.23
  SQLite3: 3.8.2
  Vigra: 1.10.0
  LittleCMS2: 2.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1575120/+subscriptions

___
Mailing list: https://launchpad.net/~hugin-devs
Post to : hugin-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~hugin-devs
More help   : https://help.launchpad.net/ListHelp


[Hugin-devs] [Bug 1575120] Re: pano_modify --rotate does not detect values < abs(1) on hugin 2016.0

2016-04-26 Thread tmodes
No, in C++ there are also double variants of abs.
But it is differently used by different compilers.
Fixed in repository.

Nevertheless, who needs such small angles for rotating without a GUI?

** Changed in: hugin
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/1575120

Title:
  pano_modify --rotate does not detect values < abs(1) on hugin 2016.0

Status in Hugin:
  Fix Committed

Bug description:
  If on command line a pano_modify --rotate parameter is given,
  pano_modify checks for valid values with (pano_modify.cpp, line 745):

  if (abs(yaw) + abs(pitch) + abs(roll) > 0.0)

  If I'm not mistaken, abs() expects ints and the if-case will therefore
  return false, if no parameter is > abs(1)


  System Information:
  Betriebssystem: Linux 4.2.0-23-generic x86_64
  Architektur: 64 bit
  Freier Speicher: 140012862658896 kiB

  Hugin
  Version: 2016.0.0.3b4e2790cb90
  Ressourcen-Pfad: /usr/share/hugin/xrc/
  Datenpfad: /usr/share/hugin/data/
  Hugins Kamera- und Objektivdatenbank: /home/xxx/.hugindata/camlens.db
  Multi-Threading mittels C++11 std::thread und OpenMP

  Bibliotheken
  wxWidgets: wxWidgets 3.0
  wxWidgets Library (wxGTK port)
  Version 3.0.0 (Unicode: wchar_t, debug level: 1),
  compiled at Dec  2 2013 15:56:33

  Runtime version of toolkit used is 2.24.
  Compile-time GTK+ version is 2.24.22.

  libpano13: 2.9.19 
  Boost: 1.54.0
  Exiv2: 0.23
  SQLite3: 3.8.2
  Vigra: 1.10.0
  LittleCMS2: 2.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1575120/+subscriptions

___
Mailing list: https://launchpad.net/~hugin-devs
Post to : hugin-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~hugin-devs
More help   : https://help.launchpad.net/ListHelp


[Hugin-devs] [Bug 1575120] Re: pano_modify --rotate does not detect values < abs(1) on hugin 2016.0

2016-04-26 Thread MHorn
I downloaded the source and made changes that appear to work for me (2016 
branch):
in pano_modify.cpp:
add
#include 

and replace abs() with fabs()

Slightly off topic, I asked google how to submit a patch but couldn't find an 
easy answer within the first few minutes.
For future reference, Is there a short and easy way to generate a patch for 
this rather easy example?
Thanks

-- 
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/1575120

Title:
  pano_modify --rotate does not detect values < abs(1) on hugin 2016.0

Status in Hugin:
  New

Bug description:
  If on command line a pano_modify --rotate parameter is given,
  pano_modify checks for valid values with (pano_modify.cpp, line 745):

  if (abs(yaw) + abs(pitch) + abs(roll) > 0.0)

  If I'm not mistaken, abs() expects ints and the if-case will therefore
  return false, if no parameter is > abs(1)


  System Information:
  Betriebssystem: Linux 4.2.0-23-generic x86_64
  Architektur: 64 bit
  Freier Speicher: 140012862658896 kiB

  Hugin
  Version: 2016.0.0.3b4e2790cb90
  Ressourcen-Pfad: /usr/share/hugin/xrc/
  Datenpfad: /usr/share/hugin/data/
  Hugins Kamera- und Objektivdatenbank: /home/xxx/.hugindata/camlens.db
  Multi-Threading mittels C++11 std::thread und OpenMP

  Bibliotheken
  wxWidgets: wxWidgets 3.0
  wxWidgets Library (wxGTK port)
  Version 3.0.0 (Unicode: wchar_t, debug level: 1),
  compiled at Dec  2 2013 15:56:33

  Runtime version of toolkit used is 2.24.
  Compile-time GTK+ version is 2.24.22.

  libpano13: 2.9.19 
  Boost: 1.54.0
  Exiv2: 0.23
  SQLite3: 3.8.2
  Vigra: 1.10.0
  LittleCMS2: 2.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1575120/+subscriptions

___
Mailing list: https://launchpad.net/~hugin-devs
Post to : hugin-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~hugin-devs
More help   : https://help.launchpad.net/ListHelp


[Hugin-devs] [Bug 1575120] [NEW] pano_modify --rotate does not detect values < abs(1) on hugin 2016.0

2016-04-26 Thread MHorn
Public bug reported:

If on command line a pano_modify --rotate parameter is given,
pano_modify checks for valid values with (pano_modify.cpp, line 745):

if (abs(yaw) + abs(pitch) + abs(roll) > 0.0)

If I'm not mistaken, abs() expects ints and the if-case will therefore
return false, if no parameter is > abs(1)


System Information:
Betriebssystem: Linux 4.2.0-23-generic x86_64
Architektur: 64 bit
Freier Speicher: 140012862658896 kiB

Hugin
Version: 2016.0.0.3b4e2790cb90
Ressourcen-Pfad: /usr/share/hugin/xrc/
Datenpfad: /usr/share/hugin/data/
Hugins Kamera- und Objektivdatenbank: /home/xxx/.hugindata/camlens.db
Multi-Threading mittels C++11 std::thread und OpenMP

Bibliotheken
wxWidgets: wxWidgets 3.0
wxWidgets Library (wxGTK port)
Version 3.0.0 (Unicode: wchar_t, debug level: 1),
compiled at Dec  2 2013 15:56:33

Runtime version of toolkit used is 2.24.
Compile-time GTK+ version is 2.24.22.

libpano13: 2.9.19 
Boost: 1.54.0
Exiv2: 0.23
SQLite3: 3.8.2
Vigra: 1.10.0
LittleCMS2: 2.5

** Affects: hugin
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/1575120

Title:
  pano_modify --rotate does not detect values < abs(1) on hugin 2016.0

Status in Hugin:
  New

Bug description:
  If on command line a pano_modify --rotate parameter is given,
  pano_modify checks for valid values with (pano_modify.cpp, line 745):

  if (abs(yaw) + abs(pitch) + abs(roll) > 0.0)

  If I'm not mistaken, abs() expects ints and the if-case will therefore
  return false, if no parameter is > abs(1)


  System Information:
  Betriebssystem: Linux 4.2.0-23-generic x86_64
  Architektur: 64 bit
  Freier Speicher: 140012862658896 kiB

  Hugin
  Version: 2016.0.0.3b4e2790cb90
  Ressourcen-Pfad: /usr/share/hugin/xrc/
  Datenpfad: /usr/share/hugin/data/
  Hugins Kamera- und Objektivdatenbank: /home/xxx/.hugindata/camlens.db
  Multi-Threading mittels C++11 std::thread und OpenMP

  Bibliotheken
  wxWidgets: wxWidgets 3.0
  wxWidgets Library (wxGTK port)
  Version 3.0.0 (Unicode: wchar_t, debug level: 1),
  compiled at Dec  2 2013 15:56:33

  Runtime version of toolkit used is 2.24.
  Compile-time GTK+ version is 2.24.22.

  libpano13: 2.9.19 
  Boost: 1.54.0
  Exiv2: 0.23
  SQLite3: 3.8.2
  Vigra: 1.10.0
  LittleCMS2: 2.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1575120/+subscriptions

___
Mailing list: https://launchpad.net/~hugin-devs
Post to : hugin-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~hugin-devs
More help   : https://help.launchpad.net/ListHelp


[Hugin-devs] [Bug 1174013] Re: Crash while creating exr file for HDR tone mapping

2016-04-26 Thread tmodes
The crash happens in enblend, an external program. Please try with
current version.

** Changed in: hugin
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/1174013

Title:
  Crash while creating exr file for HDR tone mapping

Status in Hugin:
  Incomplete

Bug description:
  ===
  ***  Panorama makefile generated by Hugin   ***
  ===
  System information
  ===
  Software:

  System Software Overview:

System Version: OS X 10.8.3 (12D78)
Kernel Version: Darwin 12.3.0
Boot Volume: Macintosh HD
Boot Mode: Normal
Computer Name: Florian Gürbigs Computer
User Name: Florian Gürbig (Florian)
Secure Virtual Memory: Enabled
Time since boot: 8 days 21:01

  Hardware:

  Hardware Overview:

Model Name: MacBook Pro
Model Identifier: MacBookPro5,5
Processor Name: Intel Core 2 Duo
Processor Speed: 2,26 GHz
Number of Processors: 1
Total Number of Cores: 2
L2 Cache: 3 MB
Memory: 4 GB
Bus Speed: 1,07 GHz
Boot ROM Version: MBP55.00AC.B03
SMC Version (system): 1.47f2
Serial Number (system): W8927BCH66D
Hardware UUID: 5D870520-D8BE-5661-A76A-BA94DD056CE3
Sudden Motion Sensor:
State: Enabled

  Disc usage
  Filesystem  Size   Used  Avail Capacity  iused ifree %iused  Mounted 
on
  /dev/disk0s2   698Gi  246Gi  451Gi36% 64588862 118344880   35%   /
  devfs  180Ki  180Ki0Bi   100%  622 0  100%   /dev
  map -hosts   0Bi0Bi0Bi   100%0 0  100%   /net
  map auto_home0Bi0Bi0Bi   100%0 0  100%   /home
  ===
  Output options
  ===
  Hugin Version: 2013.0.0beta1 built by Harry van der Wolf
  Project file: /var/folders/b8/pdlwr7912zxgm66l5jntw4jrgn/T/huginpto_yeMqZ8
  Output prefix: IMG_0933 - IMG_0950
  Projection: Equirectangular (2)
  Field of view: 360 x 180
  Canvas dimensions: 7134 x 3567
  Crop area: (0,0) - (7134,3567)
  Output exposure value: 10.94
  Output stacks minimum overlap: 0.700
  Output layers maximum Ev difference: 0.50
  Selected outputs
  HDR merging
  * Merged and blended panorama
  ===
  Input images
  ===
  Number of images in project file: 18
  Number of active images: 18
  Image 0: /Users/Florian/Desktop/Malediven 
2013/Panorama/Bandos/Spa/01_JPG/IMG_0933.JPG
  Image 0: Size 4272x2848, Exposure: 10.94
  Image 1: /Users/Florian/Desktop/Malediven 
2013/Panorama/Bandos/Spa/01_JPG/IMG_0934.JPG
  Image 1: Size 4272x2848, Exposure: 12.26
  Image 2: /Users/Florian/Desktop/Malediven 
2013/Panorama/Bandos/Spa/01_JPG/IMG_0935.JPG
  Image 2: Size 4272x2848, Exposure: 9.58
  Image 3: /Users/Florian/Desktop/Malediven 
2013/Panorama/Bandos/Spa/01_JPG/IMG_0936.JPG
  Image 3: Size 4272x2848, Exposure: 10.92
  Image 4: /Users/Florian/Desktop/Malediven 
2013/Panorama/Bandos/Spa/01_JPG/IMG_0937.JPG
  Image 4: Size 4272x2848, Exposure: 12.26
  Image 5: /Users/Florian/Desktop/Malediven 
2013/Panorama/Bandos/Spa/01_JPG/IMG_0938.JPG
  Image 5: Size 4272x2848, Exposure: 9.57
  Image 6: /Users/Florian/Desktop/Malediven 
2013/Panorama/Bandos/Spa/01_JPG/IMG_0939.JPG
  Image 6: Size 4272x2848, Exposure: 10.93
  Image 7: /Users/Florian/Desktop/Malediven 
2013/Panorama/Bandos/Spa/01_JPG/IMG_0940.JPG
  Image 7: Size 4272x2848, Exposure: 12.25
  Image 8: /Users/Florian/Desktop/Malediven 
2013/Panorama/Bandos/Spa/01_JPG/IMG_0941.JPG
  Image 8: Size 4272x2848, Exposure: 9.56
  Image 9: /Users/Florian/Desktop/Malediven 
2013/Panorama/Bandos/Spa/01_JPG/IMG_0942.JPG
  Image 9: Size 4272x2848, Exposure: 10.91
  Image 10: /Users/Florian/Desktop/Malediven 
2013/Panorama/Bandos/Spa/01_JPG/IMG_0943.JPG
  Image 10: Size 4272x2848, Exposure: 12.23
  Image 11: /Users/Florian/Desktop/Malediven 
2013/Panorama/Bandos/Spa/01_JPG/IMG_0944.JPG
  Image 11: Size 4272x2848, Exposure: 9.55
  Image 12: /Users/Florian/Desktop/Malediven 
2013/Panorama/Bandos/Spa/01_JPG/IMG_0945.JPG
  Image 12: Size 4272x2848, Exposure: 10.93
  Image 13: /Users/Florian/Desktop/Malediven 
2013/Panorama/Bandos/Spa/01_JPG/IMG_0946.JPG
  Image 13: Size 4272x2848, Exposure: 12.25
  Image 14: /Users/Florian/Desktop/Malediven 
2013/Panorama/Bandos/Spa/01_JPG/IMG_0947.JPG
  Image 14: Size 4272x2848, Exposure: 9.57
  Image 15: 

[Hugin-devs] [Bug 1426792] Re: hugin (Win32) crashes only when masks involved

2016-04-26 Thread tmodes
I can't reproduce the crash with provided pto file.
Please retest with current version.

** Changed in: hugin
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/1426792

Title:
  hugin (Win32) crashes only when masks involved

Status in Hugin:
  Incomplete

Bug description:
  Trying to align and enfuse a single, handheld 3-image EV bracket, but
  Hugin crashes if I add Exclude or Include masks.  I have tried this
  with OOC JPEGs and two types of 16-bit TIFFs (created by RawTherapee 4
  and Olympus Viewer 3), but the result is the same.  I've attached my
  PTO file for when I do NOT add a mask and everything works as
  expected.  If the PTO of the failed version is required, please let me
  know.

  Steps I take:
  1. Add images
  2. Interface=Advanced
  3. Deselect all images and set stack size = 3
  4. For images 2 and 3, set Lens to 'New Lens'
  5. Unlink and deselect all images
  6. Use 'Align image stack' to find CPs
  7. Remove CPs from clouds in first pair of images (0 EV and -1.7 EV) using 
Control Points tab (no CPs in clouds for +1.7 EV)
  8. Deselect images in Images tab, and 'Clean control points'
  9. Add one or more Include masks (when Exclude type was default, Hugin 
crashed as soon as I changed the mask type to Include)
  9. On Images tab, optimize on Positions Only
  10. On Images tab, optimize on Positions, View, and Barrel  <-- CRASHES HERE 
when I click 'Calculate' button


  Content of Hugin->Help->About->System

  Operating System: Windows Vista (build 6002, Service Pack 2)
  Architecture: 32 bit
  Free memory: 1019160 kiB
  Active Codepage: 1252 (Western European Windows)

  Hugin
  Version: 2014.0.0.5da69bc383dd built by Matthew Petroff
  Path to resources: C:\Program Files\Hugin/share/hugin/xrc/
  Path to data: C:\Program Files\Hugin/share/hugin/data/
  Path to public lensfun database: C:\Program Files\Hugin/share/lensfun
  Path to user lensfun database: C:\Users\tbransco\AppData\Local\lensfun

  Libraries
  wxWidgets: 3.0.0.0
  libpano13: 2.9.19 
  Boost: 1.55.0
  Exiv2: 0.24.0
  Lensfun: 0.2.8.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1426792/+subscriptions

___
Mailing list: https://launchpad.net/~hugin-devs
Post to : hugin-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~hugin-devs
More help   : https://help.launchpad.net/ListHelp


[Hugin-devs] [Bug 1247587] Re: Hugin crashes upon selecting images

2016-04-26 Thread tmodes
Please test 2016.0 version.

** Changed in: hugin
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/1247587

Title:
  Hugin crashes upon selecting images

Status in Hugin:
  Incomplete

Bug description:
  I installed Hugin on my Windows 7 Professional 64-bit desktop with
  HuginSetup_2013.0.0_64bit_Windows.exe, and started Hugin.  I pressed
  the Load Images... button (within the Assistant tab).  I proceeded to
  select some images and pressed the Open button.  Hugin then crashed;
  that is, Windows 7 then displayed "hugin.exe has stopped working".

  This problem is repeatable.  Every time I start Hugin and try to
  select one or more images as above, it crashes.

  A few weeks ago, I had experienced the identical problem with version
  2012.0.0 of Hugin on my Windows 8 64-bit laptop, but had written it
  off as a "Windows 8 thing".  I have successfully used previous
  versions of Hugin on other computers.

  One additional point ... I have not yet turned off tool tips, so I
  must naturally close the tool tip box before attempting to load the
  image(s).

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1247587/+subscriptions

___
Mailing list: https://launchpad.net/~hugin-devs
Post to : hugin-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~hugin-devs
More help   : https://help.launchpad.net/ListHelp


[Hugin-devs] [Bug 1497526] Re: Appcrash when starting Hugin: Error module MSVCR120.dll

2016-04-26 Thread tmodes
Please test the 2016.0 version which is built with Mingw.

** Changed in: hugin
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/1497526

Title:
  Appcrash when starting Hugin: Error module MSVCR120.dll

Status in Hugin:
  Fix Released

Bug description:
  When trying to start Hugin on Windows 7 64bit,  it crashes with the
  following event viewer report

  - System 
- Provider 
 [ Name]  Application Error 
- EventID 1000 
 [ Qualifiers]  0 
 Level 2 
 Task 100 
 Keywords 0x80 
- TimeCreated 
 [ SystemTime]  2015-09-19T09:03:33.0Z 
 EventRecordID 40518 
 Channel Application 
 Computer tara
 Security 
  - EventData 
 hugin.exe 
 0.0.0.0 
 55c5d99b 
 MSVCR120.dll 
 12.0.21005.1 
 524f83ff 
 c01d 
 00088920 
 1004 
 01d0f2ba0e82dd67 
 C:\Program Files\Hugin\bin\hugin.exe 
 C:\Program Files\Hugin\bin\MSVCR120.dll 
 4d6dc8f9-5ead-11e5-9043-902b34ad7bbe 

  I already tried re-installing the VS redist for 32 and 64 bit and
  reinstalling hugin but it didn't fix the issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1497526/+subscriptions

___
Mailing list: https://launchpad.net/~hugin-devs
Post to : hugin-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~hugin-devs
More help   : https://help.launchpad.net/ListHelp


[Hugin-devs] [Bug 1570436] Re: Hugin 2015 crashes before image is finished

2016-04-26 Thread tmodes
With these information I can't help. It works fine here on Windows.
Maybe updating the graphic driver could help.

** Changed in: hugin
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/1570436

Title:
  Hugin 2015 crashes before image is finished

Status in Hugin:
  Incomplete

Bug description:
  I have Hugin 2015 running on W7 64bit

  After selecting the images and getting them aligned, I keep on getting
  the following:

  Problem signature:
Problem Event Name: APPCRASH
Application Name:   hugin.exe
Application Version:0.0.0.0
Application Timestamp:  55c5d99b
Fault Module Name:  StackHash_210f
Fault Module Version:   6.1.7601.18933
Fault Module Timestamp: 55a6a196
Exception Code: c374
Exception Offset:   000bffc2
OS Version: 6.1.7601.2.1.0.768.3
Locale ID:  2057
Additional Information 1:   210f
Additional Information 2:   210fa90302cedf45a3f69b29c97fc366
Additional Information 3:   bbb7
Additional Information 4:   bbb757c43c84018cdd4d7e2687034d2a

  Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288=0x0409

  If the online privacy statement is not available, please read our privacy 
statement offline:
C:\Windows\system32\en-US\erofflps.txt

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1570436/+subscriptions

___
Mailing list: https://launchpad.net/~hugin-devs
Post to : hugin-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~hugin-devs
More help   : https://help.launchpad.net/ListHelp