Difference between revisions of "Using Celeste with hugin"

From PanoTools.org Wiki
Jump to navigation Jump to search
(Created page with 'Celeste is program used to remove cloud-like control points and can be run from within Hugin or from the command line. It was developed by Tim Nugent during Google's Summer of Co...')
 
Line 7: Line 7:
 
There are a few ways of running Celeste; I’ll show you how to do so via the control point editor panel first.
 
There are a few ways of running Celeste; I’ll show you how to do so via the control point editor panel first.
  
[[File:http://ultrawide.files.wordpress.com/2008/11/celeste_cpeditor_pre.jpg?w=512&h=539]]
+
[[File:http://ultrawide.files.wordpress.com/2008/11/celeste_cpeditor_pre.jpg]]

Revision as of 00:00, 15 April 2009

Celeste is program used to remove cloud-like control points and can be run from within Hugin or from the command line. It was developed by Tim Nugent during Google's Summer of Code 2008.

The problem is this: photo stitching software relies on objects within different images remaining in the same place. Control points are then used to match corresponding positons in each photo. However, panoramas are often captured over a number of minutes. During this time frame, non-static features such as clouds, water, and other objects (usually influenced by wind) may move significantly thus creating problems for automatic alignment tools. Should a control point be added to a cloud in photo A, the same cloud may have moved by the time photo B is taken, so the corresponding control point on the same cloud in photo B will actually be in the wrong position.

To implement a solution to this problem, a classification algorithm called a Support Vector Machine was used. SVMs are binary classifiers, so the objective is to use one to make a simple call: is this control point on a cloud, or not. The SVM uses textural and colour information around the control point to make this judgement, based on what it has been trained to recognise. The training process involves providing labeled example of each category (cloud/non-cloud) so the SVM can learn to discrminate between them.

There are a few ways of running Celeste; I’ll show you how to do so via the control point editor panel first.

File:Http://ultrawide.files.wordpress.com/2008/11/celeste cpeditor pre.jpg