Skip to content

Commit

Permalink
Hugin is an opensource graphical user interface (GUI) for Panorama to…
Browse files Browse the repository at this point in the history
…ols.

Like other GUI front-ends, hugin provides an easy-to-use unified point-and-click
interface to a whole range of other command-line tools including:
* autopano-sift, autopano-sift-C, panomatic or autopano for automatic creation
  of control points.
* nona for remapping input images and rendering output images.
* enblend and enfuse for seamless blending of output images.

The Hugin project's mission is not only to provide a powerful GUI, but also to
provide opensource replacements for the small number of closed source components
of Panorama tools, especially PTStitcher. A PTStitcher replacement, called nona
has been developed, supporting its most important features.

Among the many flexible Hugin workflow options, it is possible to correct
exposure, Vignetting and White balance between photos; generate HDR or exposure
blended output from bracketed photos; or use 16bit and HDR input data natively.
  • Loading branch information
adam committed Aug 21, 2009
1 parent 5b1f314 commit c36c5cb
Show file tree
Hide file tree
Showing 6 changed files with 694 additions and 0 deletions.
17 changes: 17 additions & 0 deletions graphics/hugin/DESCR
@@ -0,0 +1,17 @@
Hugin is an opensource graphical user interface (GUI) for Panorama tools.

Like other GUI front-ends, hugin provides an easy-to-use unified point-and-click
interface to a whole range of other command-line tools including:
* autopano-sift, autopano-sift-C, panomatic or autopano for automatic creation
of control points.
* nona for remapping input images and rendering output images.
* enblend and enfuse for seamless blending of output images.

The Hugin project's mission is not only to provide a powerful GUI, but also to
provide opensource replacements for the small number of closed source components
of Panorama tools, especially PTStitcher. A PTStitcher replacement, called nona
has been developed, supporting its most important features.

Among the many flexible Hugin workflow options, it is possible to correct
exposure, Vignetting and White balance between photos; generate HDR or exposure
blended output from bracketed photos; or use 16bit and HDR input data natively.
27 changes: 27 additions & 0 deletions graphics/hugin/Makefile
@@ -0,0 +1,27 @@
# $NetBSD: Makefile,v 1.1.1.1 2009/08/21 18:08:44 adam Exp $

DISTNAME= hugin-0.8.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hugin/}

MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://hugin.sourceforge.net/
COMMENT= Panorama photo stitcher

LICENSE= gnu-gpl-v2

PKG_DESTDIR_SUPPORT= user-destdir

USE_CMAKE= yes
USE_LANGUAGES= c c++
USE_LIBTOOL= yes

.include "../../devel/boost-headers/buildlink3.mk"
.include "../../devel/boost-libs/buildlink3.mk"
.include "../../graphics/exiv2/buildlink3.mk"
.include "../../graphics/glew/buildlink3.mk"
.include "../../graphics/libpano13/buildlink3.mk"
.include "../../graphics/openexr/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/wxGTK28/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

0 comments on commit c36c5cb

Please sign in to comment.