Size: 244
Comment:
|
Size: 1193
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 13: | Line 13: |
Ensure all images are registered to center of the shape file. Configure [[LIMBER.IN]] | |
Line 15: | Line 16: |
If desired, you can also make thumbnails to see where the points were placed. Useful for tracking progress, etc. {{{ limber thumbLimb.sh PICTLIST.TXT }}} |
|
Line 17: | Line 24: |
Copy over the new limb vectors and remove the Q size (1st line). {{{ sed '1d' LIMBVECS.TXT > SHAPEFILES/pointsV\ }}} |
|
Line 20: | Line 33: |
{{{ cd SHAPEFILES vecs2shape pointsV__ 128 13 limbV__ }}} |
|
Line 21: | Line 43: |
You can evaluate two ways -- gnuplot and [[register]] Gnuplot - remove the 1st line in both p and l {{{ sed '1d' points\ | sed 's/D/E/g' | sed '$d' > p sed '1d' limbV\ > l gnuplot set term x11; set ticslevel 0; splot 'p' with dots, 'l' with dots }}} [[register]] - install and run blue/red {{{ relink limbV__ SHAPE.TXT cd .. evalReg.sh make_script.in }}} Review the images in ~/send/ === Record === {{{ echo 4 | blockFinish far.\ }}} |
Block 10 - Limber V2
Description
Builds a model using the limbs
Procedure
Set-up
Ensure all images are registered to center of the shape file. Configure LIMBER.IN
Run Limber
If desired, you can also make thumbnails to see where the points were placed. Useful for tracking progress, etc.
limber thumbLimb.sh PICTLIST.TXT
Extract Vectors
Copy over the new limb vectors and remove the Q size (1st line).
sed '1d' LIMBVECS.TXT > SHAPEFILES/pointsV\
Build Shape Model
cd SHAPEFILES vecs2shape pointsV__ 128 13 limbV__
Evaluate Shape Model
You can evaluate two ways -- gnuplot and register
Gnuplot - remove the 1st line in both p and l
sed '1d' points\ | sed 's/D/E/g' | sed '$d' > p sed '1d' limbV\ > l gnuplot set term x11; set ticslevel 0; splot 'p' with dots, 'l' with dots
register - install and run blue/red
relink limbV__ SHAPE.TXT cd .. evalReg.sh make_script.in
Review the images in ~/send/
Record
echo 4 | blockFinish far.\