¤ 1.
- Output from call: ./detect -n144 -f ppm/1.ppm -w1 -s3.0 -g 1_w1s3 > 1_w1s3.dat
The flag -w1 tells the detector to look for corners within each square window with side length
of 1 pixel; we use w-values from 1 to 5.
Note: > 1_w1s3.dat redirects stdout to the file 1_w1s3.dat .
156
523.8831 97.9219 0.2501 0.73769 -0.67514
517.0945 104.9535 0.2596 -0.71369 0.70046
510.3673 111.9845 0.2105 0.61502 -0.78851
164.4120 78.7586 0.1090 -0.71722 -0.69685
173.9045 87.0454 0.1113 0.62861 0.77772
.
.
.
460.0465 397.8310 0.2235 -0.81583 0.57830
514.9412 396.9065 0.1743 0.73645 0.67649
516.9242 413.9356 0.1914 0.68573 -0.72786
533.1033 413.5640 0.1306 -0.72544 -0.68829
531.0628 396.9081 0.2350 -0.77548 0.63137
The number 156 is the number of detected corners whose coordinates are listed. The numbers on
all later lines are the coordinates, Plessey values and gradient values of each of those points
in the image 1.ppm. We only care about the first two numbers.
|