Changeset 2038 for GTP/trunk/Lib
- Timestamp:
- 01/23/07 14:21:56 (18 years ago)
- Location:
- GTP/trunk/Lib/Vis/Preprocessing/work/plots
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/work/plots/plot_sampling
r2009 r2038 19 19 #" 20 20 21 FILES="`ls $PREFIX*.log`" 21 #FILES="`ls $PREFIX*.log`" 22 23 #FILES="osp-1e5-i-mixed-b1-n4g.log osp-1e5-i-mixed-b1-n4h.log osp-1e5-i-mixed-b1-n4i.log" 24 #FILES="osp-1e5-i-mixed-b1-n4g.log osp-1e5-i-mixed-b1-n4i.log" 25 22 26 23 27 #FILES="osp-rss-single2g-1e5-i-mixed-b1-n7-f4.log" … … 27 31 ################################ 28 32 # for the SIGGRAPH PAPER!!!! 29 #FILES="osp-rss2-1e5-i-mixed-b1-n4c.log osp-rss2-1e5-r-reference-global.log osp2-1e5-r-reference.log"30 33 31 #FILES="osp-pompeii3-1e5-i-mixed-b1-n4e.log osp-pompeii3-1e5-r-reference-global.log osp-pompeii3-1e5-r-reference.log" 34 # Vienna plots 35 #FILES="osp-1e5-i-mixed-b1-n4l.log osp-1e5-r-reference-global.log osp-1e5-r-reference.log" 36 37 # Pompeii plots 38 FILES="osp-pompeii4-1e5-i-mixed-b1-n4n.log osp-pompeii4-1e5-r-reference-global.log osp-pompeii4-1e5-r-reference.log" 39 40 # Arena plots 41 42 43 # Power plant plots 44 32 45 ################################ 33 46 … … 60 73 STYLE=lines 61 74 62 #$COMMAND1 $STYLE ViewCellId TotalTime $FILES63 #./showplot $PREFIX-totaltime.eps64 65 #$COMMAND1 $STYLE ViewCellId BuildOcclusionMapTime $FILES66 #./showplot plot.eps $PREFIX-build.eps67 68 #$COMMAND1 points ViewCellPerimeter NumVisibleObjects $FILES69 #./showplot plot.eps $PREFIX-percellvisobj.eps70 71 #$COMMAND1 $STYLE ViewCellId ClassifyVisibilityTime $FILES72 #./showplot plot.eps $PREFIX-vistime.eps73 74 75 #$COMMAND1 $STYLE ViewCellId NumVisibleOccluders $FILES76 #./showplot $PREFIX-visobj.eps77 75 78 76 $COMMAND2 $STYLE TotalSamples AVG_PVS $FILES … … 107 105 # ./showplot $PREFIX-avgfpvse 108 106 107 #$COMMAND2 $STYLE TotalSamples AVG_FILTERED_PVS $FILES 108 #./showplot $PREFIX-avgfilteredpvs 109 109 110 # # $COMMAND2 $STYLE TotalSamples AVG_FILTER_RADIUS$FILES111 # # ./showplot $PREFIX-avgfradius 110 $COMMAND1 $STYLE TotalSamples AvgPvsRenderError $FILES 111 ./showplot $PREFIX-avgpvsrendererror 112 112 113 # # $COMMAND2 $STYLE TotalSamples AVG_FILTER_RATIO $FILES 114 # # ./showplot $PREFIX-avgfratio 113 $COMMAND1 $STYLE TotalSamples AvgPixelError $FILES 114 ./showplot $PREFIX-avgpixelerror 115 116 $COMMAND1 $STYLE TotalSamples MaxPvsRenderError $FILES 117 ./showplot $PREFIX-maxpvsrendererror 118 119 $COMMAND2 $STYLE TotalSamples ErrorFreeFrames $FILES 120 ./showplot $PREFIX-errorfreeframes 121 122 # "#AvgPvsRenderError\n" <<renderer->mPvsStat.GetAvgError()<<endl<< 123 # "#MaxPvsRenderError\n" <<renderer->mPvsStat.GetMaxError()<<endl<< 124 # "#ErrorFreeFrames\n" <<renderer->mPvsStat.GetErrorFreeFrames()<<endl<< 125 # "#AvgRenderPvs\n" <<renderer->mPvsStat.GetAvgPvs()<<endl; -
GTP/trunk/Lib/Vis/Preprocessing/work/plots/showplot
r1754 r2038 3 3 fig2dev -L eps $1.fig $1.eps 4 4 #gv -scale 3 $1.eps & 5 gv$1.eps &5 d:/programs/gs/gsview/gsview32.exe $1.eps &
Note: See TracChangeset
for help on using the changeset viewer.