47 |
|
coordinates, and the orientation is reversed from a standard |
48 |
|
picture, where Y=0 is the bottom scanline. |
49 |
|
.PP |
50 |
+ |
All matrix formats are supported, including text (ASCII), binary float |
51 |
+ |
and double. |
52 |
|
The |
53 |
|
.I rcrop |
54 |
|
tool also works on encoded normal vector files produced by |
55 |
|
.I rcode_norm(1) |
56 |
|
and encoded depth files produced by |
57 |
|
.I rcode_depth(1). |
58 |
< |
However, it is not able to crop identifier files produced by |
59 |
< |
.I rcode_ident(1). |
58 |
> |
Data is copied verbatim, i.e., there is no internal conversion to |
59 |
> |
another representation, although white space may change in text files. |
60 |
|
.PP |
61 |
|
If no input file is given, data will be taken from the standard input. |
62 |
|
If no output file is specified, data will be copied to the standard output. |
61 |
– |
All matrix formats are supported, including text (ASCII), binary float |
62 |
– |
and double. |
63 |
– |
Data is copied verbatim, i.e., there is no internal conversion to |
64 |
– |
another representation, although white space may change in text files. |
63 |
|
.SH EXAMPLES |
64 |
|
To crop a matrix down to 15 rows by 19 columns, |
65 |
|
starting at row 10 and column 12: |
85 |
|
.SH AUTHOR |
86 |
|
Greg Ward |
87 |
|
.SH "SEE ALSO" |
88 |
< |
evalglare(1), pcompos(1), rcalc(1), rcode_depth(1), rcode_ident(1), |
88 |
> |
evalglare(1), pcompos(1), rcalc(1), rcode_depth(1), |
89 |
|
rcode_norm(1), rcollate(1), rfluxmtx(1), rmtxop(1), rsplit(1) |