summaryrefslogtreecommitdiff
path: root/src/gstreamer/gstlibcamerapool.cpp
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-02-07 22:00:21 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-04-15 19:51:56 +0300
commit9d5d0b14586025dff6848c32685146006e41fcb3 (patch)
treef73bb70366a9eabbeb300bb31c45378d9db4eb2f /src/gstreamer/gstlibcamerapool.cpp
parent606623dcb8b1820d4eba85c8e9e6a8b64233a5d8 (diff)
licenses: Add SPDX headers to Gentoo ebuild
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'src/gstreamer/gstlibcamerapool.cpp')
0 files changed, 0 insertions, 0 deletions
the definition of the FixVignetteRadial opcode in the Adobe DNG * specification. */ /** * \fn LscPolynomial::LscPolynomial(double cx = 0.0, double cy = 0.0, double k0 = 0.0, double k1 = 0.0, double k2 = 0.0, double k3 = 0.0, double k4 = 0.0) * \brief Construct a polynomial using the given coefficients * \param cx Center-x relative to the image in normalized coordinates (0..1) * \param cy Center-y relative to the image in normalized coordinates (0..1) * \param k0 Coefficient of the polynomial * \param k1 Coefficient of the polynomial * \param k2 Coefficient of the polynomial * \param k3 Coefficient of the polynomial * \param k4 Coefficient of the polynomial */ /** * \fn LscPolynomial::sampleAtNormalizedPixelPos(double x, double y) * \brief Sample the polynomial at the given normalized pixel position * * This functions samples the polynomial at the given pixel position divided by * the value returned by getM(). * * \param x x position in normalized coordinates * \param y y position in normalized coordinates * \return The sampled value */ /** * \fn LscPolynomial::getM() * \brief Get the value m as described in the dng specification * * Returns m according to dng spec. m represents the Euclidean distance * (in pixels) from the optical center to the farthest pixel in the * image. * * \return The sampled value */ /** * \fn LscPolynomial::setReferenceImageSize(const Size &size) * \brief Set the reference image size * * Set the reference image size that is used for subsequent calls to getM() and * sampleAtNormalizedPixelPos() * * \param size The size of the reference image */ } // namespace ipa } // namespace libcamera