source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/image3dstiching/Batch/Readme @ 37

Last change on this file since 37 was 37, checked in by (none), 14 years ago

Added original make3d

File size: 2.0 KB
Line 
1% Quick to see result ----------------- run each pair in different cluster --------------------
21) PairModel.sh
3        Test Pair Of Image
4        Usage:
5                setenv Task xxxx # Specify the Folder in ./scratch/TestMultipleImage/
6                setenv Img1 xxxx # Pick Img1 as xxxxx.jpg in the ./scratch/TestMultipleImage/"$Task"/"$Img1"
7                setenv Img2 xxxx # Pick Img2 as xxxxx.jpg in the ./scratch/TestMultipleImage/"$Task"/"$Img2"
8                qsub -l arch=i686 -v Img1,Img2,Task PairModel.sh
9
102) OneTaskPairModel.pl
11        Quick mothod issue lots of PairModel.sh, each in a different cluster
12        Usage:
13                perl OneTaskPairModel.pl TaskName PairListFlag PairList
14                # TaskName: Specify the Folder in ./scratch/TestMultipleImage/
15                # If PairListFlag == 0, used all Image pairs in TaskName folder
16                # If PairListFlag == 1, used List in PairList(filename in the local folder) array defined in OneTaskPairModel.pl
17                # PairList: ex, PairList.txt
18% ----------------------------------------------------------------------------------------------
19
20% Slow to see result ----------------- run each pair seqensialy on the same cluster --------------------
213) PairListModel.sh
22        Test Pair Of Image
23        Usage:
24                # If PairListFlag == 0, used all Image pairs in TaskName folder, Otherwise Read PairList in  PairList(filename in the local folder)
25                setenv PairListFlag x
26                setenv PairList xxx # PairList: ex, PairList.txt
27                setenv Task xxx # Specify the Folder in ./scratch/TestMultipleImage/
28                setenv AbsThre xxx # Absolute threshould for surf Matching
29                setenv RatioThre xxx # relative thresuold for surf Matching
30                qsub -l arch=i686 -v Task,PairListFlag,AbsThre,RatioThre,PairList PairListModel.sh
31
324) ChainListModel.sh
33        Test Chain Of Image
34        Usage:
35                setenv ChainList xxx # ChainList: ex, ChainList.txt: Read ChainList in  ChainList(filename in the local folder)
36                setenv Task xxx # Specify the Folder in ./scratch/TestMultipleImage/
37                setenv AbsThre xxx # Absolute threshould for surf Matching
38                setenv RatioThre xxx # relative thresuold for surf Matching
39                qsub -l arch=i686 -v Task,AbsThre,RatioThre,ChainList ChainListModel.sh
Note: See TracBrowser for help on using the repository browser.