.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "MRCAL 1" .TH MRCAL 1 2024-02-04 "mrcal 2.3-4.1~exp1" "mrcal: camera projection, calibration toolkit" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME mrcal\-show\-valid\-intrinsics\-region \- Visualize the valid\-intrinsics region .SH SYNOPSIS .IX Header "SYNOPSIS" .Vb 2 \& $ mrcal\-show\-valid\-intrinsics\-region \-\-write\-image \-\-image image.png left.cameramodel \& Wrote image\-valid\-intrinsics\-region.png .Ve .SH DESCRIPTION .IX Header "DESCRIPTION" Given a camera model (or models), this tool displays the valid-intrinsics region(s). All the given models MUST contain a valid-intrinsics region. Empty regions are handled properly. .PP If an image is given, the region is rendered overlaid onto the image. .PP If \-\-points then we also read x,y points from STDIN, and plot those too. .PP By default, we use gnuplotlib to make an interactive plot. Alternately, pass \&\-\-write\-image to annotate a given image, and write the new image on disk. .PP \&\-\-write\-image is not supported together with \-\-points. .SH OPTIONS .IX Header "OPTIONS" .SS "POSITIONAL ARGUMENTS" .IX Subsection "POSITIONAL ARGUMENTS" .Vb 1 \& models Input camera model(s) .Ve .SS "OPTIONAL ARGUMENTS" .IX Subsection "OPTIONAL ARGUMENTS" .Vb 10 \& \-h, \-\-help show this help message and exit \& \-\-write\-image By default I make a plot. If \-\-write\-image is given, I \& output an annotated image instead. The image to \& annotate is then required, and is given in \-\-image \& \-\-force, \-f With \-\-write\-image we refuse to overwrite any existing \& images. Pass \-\-force to allow overwriting \& \-\-points If given, I read a set of xy points from STDIN, and \& include them in the plot. This applies ONLY if not \& \-\-write\-image \& \-\-title TITLE Extra title string for the plot \& \-\-hardcopy HARDCOPY Write the output to disk, instead of making an \& interactive plot \& \-\-terminal TERMINAL gnuplotlib terminal. The default is good almost always, \& so most people don\*(Aqt need this option \& \-\-set SET Extra \*(Aqset\*(Aq directives to gnuplotlib. Can be given \& multiple times \& \-\-unset UNSET Extra \*(Aqunset\*(Aq directives to gnuplotlib. Can be given \& multiple times \& \-\-image IMAGE Image to annotate. Used both with and without \-\-write\- \& image .Ve .SH REPOSITORY .IX Header "REPOSITORY" .SH AUTHOR .IX Header "AUTHOR" Dima Kogan, \f(CW\*(C`\*(C'\fR .SH "LICENSE AND COPYRIGHT" .IX Header "LICENSE AND COPYRIGHT" Copyright (c) 2017\-2021 California Institute of Technology ("Caltech"). U.S. Government sponsorship acknowledged. All rights reserved. .PP Licensed under the Apache License, Version 2.0 (the "License"); You may obtain a copy of the License at .PP .Vb 1 \& http://www.apache.org/licenses/LICENSE\-2.0 .Ve