Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

celeste_standalone(1) [debian man page]

CELESTE_STANDALONE(1)						       HUGIN						     CELESTE_STANDALONE(1)

NAME
celeste_standalone - Cloud identification SYNOPSIS
celeste_standalone [options] image1 image2 [..] DESCRIPTION
Celeste has been trained using Support vector machine techniques to identify clouds in photos and remove control points from these areas. celeste_standalone is a command-line tool with all the same functionality as Celeste in hugin. Simple usage is to just 'clean' an existing project file: celeste_standalone -i project.pto -o project.pto OPTIONS
-i <filename> Input Hugin PTO file. Control points over SVM threshold will be removed before being written to the output file. If -m is set to 1, images in the file will be also be masked. -o <filename> Output Hugin PTO file. Default: '<filename>_celeste.pto' -d <filename> SVM model file. Default: 'data/celeste.model' -s <int> Maximum dimension for re-sized image prior to processing. A higher value will increase the resolution of the mask but is significantly slower. Default: 800 -t <float> SVM threshold. Raise this value to remove fewer control points, lower it to remove more. Range 0 to 1. Default: 0.5 -m <1|0> Create masks when processing Hugin PTO file. Default: 0 -f <string> Mask file format. Options are PNG, JPEG, BMP, GIF and TIFF. Default: PNG -r <1|0> Filter radius. 0 = large (more accurate), 1 = small (higher resolution mask, slower, less accurate). Default: 0 -h Print usage. AUTHORS
Written by Tim Nugent. "Version: 2011.4.0" 2011-12-02 CELESTE_STANDALONE(1)

Check Out this Related Man Page

AUTOOPTIMISER(1)						       HUGIN							  AUTOOPTIMISER(1)

NAME
autooptimiser - Optimize image positions SYNOPSIS
autooptimiser [options] project.pto (- can be specified to read the project from stdio.) DESCRIPTION
autooptimiser works similarly to PToptimizer but with extra command-line options. It is also different in that PToptimizer appends its output onto the input file in the form of 'o' lines which need further processing. autooptimiser simply updates the project and writes it to a new file. OPTIONS
-o file.pto Output file. If omitted, stdout is used. Optimisation options (if not specified, no optimisation takes place): -a Auto align mode, includes various optimisation stages, depending on the amount and distribution of the control points -p Pairwise optimisation of yaw, pitch and roll, starting from first image -n Optimize parameters specified in script file (like PToptimizer). Post-processing options: -l Level horizon (works best for horizontal panoramas) -s Automatically select a suitable output projection and size Other options: -q Quiet operation (no progress is reported) -v HFOV Specify horizontal field of view of input images. Used if the .pto file contains invalid HFOV values (autopano-SIFT writes .pto files with invalid HFOV) When -a, -l, and -s options are used together, an operation similar to the one of the "Align" button in hugin is performed. AUTHORS
Written by Pablo d'Angelo. Also contains contributions from Douglas Wilkins, Ippei Ukai, Ed Halley, Bruno Postle, Gerry Patterson and Brent Townshend. This man page was written by Cyril Brulebois <cyril.brulebois@enst-bretagne.fr> and is licensed under the same terms as the hugin package itself. "Version: 2011.4.0" 2011-12-02 AUTOOPTIMISER(1)
Man Page

15 More Discussions You Might Find Interesting

1. Solaris

SVM metastat -- needs maintenance

Running Solaris 9 with SVM. I'm not that familiar with it, but metastat output gives "needs maintenance" message on 2 of the mirrors. There are no errors in /var/adm/messages. What do I need to do to fix this error? Thanks. (14 Replies)
Discussion started by: dangral
14 Replies

2. Programming

Zero bye file not deleting

Hi All... The code i have written is if(filename) remove_files (filename); and my remove function is ========================================= void remove_files(char *rf) { if (remove(rf)==0) printf("(%d) Deleting %s\n",getpid(), rf); // JC 10/24/2003 ... (2 Replies)
Discussion started by: arunkumar_mca
2 Replies

3. Solaris

Disk Replacement SVM

Hello, Can someone advise the proper procedure for replacing a mirrored disk in SVM. I have checked the docs and various websites but the procedure seems to vary. This is what I would do... 1. Remove the db replicas from the bad disk. 2. Detach it from the mirror 3. Clear it with... (4 Replies)
Discussion started by: Actuator
4 Replies

4. Solaris

Removing Disk from SVM

Hi All, I have to remove the disk from SVM. Kindly guide me or suggest me some link where in I can steps to remove SVM from Solaris 10 .Also I have one metaset which require deletion. Thanks in anticipation! (10 Replies)
Discussion started by: kumarmani
10 Replies

5. Solaris

ZFS and SVM - volume management

pupp, thanks for the information. but is its integrated volume management better than SVM that we use (with ufs i believe)? (2 Replies)
Discussion started by: StarSol
2 Replies

6. Solaris

Disk space missing under SVM

Hi Gurus, I've got an issue here: (1) Hardware: Sun NetraT1, (2) OS: Solaris 10, (3) SVM metastat shows /var having 12 GB. df shows /var having 4 GB. Real space for /var is about 4 GB since I can't move a big file to it. How is 8 GB space missing? Does /var/run swap need to account? Can I... (5 Replies)
Discussion started by: aixlover
5 Replies

7. Solaris

Root Disk mirroring in SVM

Dear All, Please help me to configure root mirroring using SVM in Solaris 9. Thanks and Regards, Lakkireddy BR (3 Replies)
Discussion started by: lbreddy
3 Replies

8. Solaris

Difference between vxvm and svm

what is the difference between VXVM and SVM ? What is the advantages of VXVM over SVM ? thanks (2 Replies)
Discussion started by: sijocg
2 Replies

9. Solaris

SVM Solaris 8 Problem. Metastat output looping

Hi friends, I'm newbie to SVM. Just wanna try installed it on one of our server (to do mirroring for disk0 and disk1) but i think im lost until now. :( the steps i've taken is as below:- 1.prtvtoc /dev/rdsk/c1t0d0s2 | fmthard -s - /dev/rdsk/c1t1d0s2 2.metadb -a -c 3 -f c1t0d0s7... (3 Replies)
Discussion started by: kronenose
3 Replies

10. Solaris

Veritas error

disk_8 auto - - error disk_9 auto:SVM - - SVM disk_10 auto:SVM - - SVM I am not sure where is SVM coming from. Please let me know how to fix this error. I would like reinitialize... (3 Replies)
Discussion started by: mnathan
3 Replies

11. UNIX for Advanced & Expert Users

SVM

How to list out multiple Disk sets in SVM # metaset -s <disksetname> --- This will list out only one diskset but I need a list of disk sets configured for the node. Is there any command,please let me know ... Thanks in advance. (1 Reply)
Discussion started by: pramath
1 Replies

12. Solaris

SVM ISSUE...

Dear All, I face some errors in SVM.Need help. Actually couple of days ago i got a call from one of the customer mentioning that one of the sub-mirror was in Need maintance state. So we replaced that disk. After Replacing the disk it comes back to "Okay" State. But the Error are... (3 Replies)
Discussion started by: sudhansu
3 Replies

13. Virtualization and Cloud Computing

Open Source Cloud Software

Hi all, I'm prepared exploring cloud technology to play on both private and public clouds. Please advise which of the following Open Source Cloud software, other than Ubuntu One, will be more powerful on features:- Abiquo http://www.abiquo.com/ Amazon Elastic Compute Cloud (Amazon EC2)... (2 Replies)
Discussion started by: satimis
2 Replies

14. Solaris

SVM error not booting

Hi friends, Due to improper shutdown in t4 sparc server , SVM went to maintenence, below is the SVM output. root@t4-root # metastat -c d30 m 32GB d31 (maint) d32 (maint) d33 (maint) d31 s 32GB /dev/dsk/c0t5000CCA012C58288d0s5 d32 s 32GB... (2 Replies)
Discussion started by: Kathirvel G
2 Replies

15. Solaris

Extending the / file system (SVM)

Hi, I currently have a Solaris 10 server with the / root file system using SVM. Here is the information of the current setup. Filesystem size used avail capacity Mounted on /dev/md/dsk/d0 3.0G 635M 2.3G 22% / bash-3.2# metastat d0 d0: Mirror ... (3 Replies)
Discussion started by: MR.bean
3 Replies