On Dec 3, 12:58 pm, Nicolas Pelletier <[email protected]>
wrote:
> Following the original posters request, is there a way (i.e. command line
> tool) to add the crop to the pto automatically? I'd guess that the values
> are consistent from one picture to another with the same fisheye...
You can set any value in a project file with Panotools::Script,
something like this (untested):
#!/usr/bin/perl
use Panotools::Script;
my $pto = new Panotools::Script;
$pto->Read ($ARGV[0]);
$_->{S} = '-459,2459,-57,2861' for @{$pto->Image};
$pto->Write ($ARGV[0]);
> On Thu, Dec 3, 2009 at 7:40 AM, bruno.postle
> <[email protected]>wrote:
>
> > On Dec 3, 9:42 am, Oskar Sander <[email protected]> wrote:
> > > How does hugin handle all this black void in the image, is this ignored in
> > > blend & fusing?
>
> > Only if you are lucky with seam placement, for circular fisheye photos
> > you really need to mask out the black areas using the Hugin Crop tab.
--
You received this message because you are subscribed to the Google Groups
"hugin and other free panoramic software" group.
A list of frequently asked questions is available at:
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at http://groups.google.com/group/hugin-ptx