?? warpspherical.h
字號:
///////////////////////////////////////////////////////////////////////////
//
// NAME
// WarpSpherical.h -- warp a flat (perspective) image into spherical
// coordinates and/or undo radial lens distortion
//
// SPECIFICATION
// CFloatImage WarpSphericalField(CShape sh, float f, float k1, float k2, const CTransform3x3 &r)
// PARAMETERS
// sh shape of destination image
// f focal length, in pixels
// k1, k2 radial distortion parameters
// r rotation matrix
//
// DESCRIPTION
// WarpSphericalField produces a pixel coordinate image suitable
// for correcting radial distortion in an image and/or mapping
// the image into spherical coordinates (for image mosaics).
//
// Use the output of WarpSphericalField as the input to
// WarpLocal, along with a source and destination image, to actually
// perform the warp.
//
// SEE ALSO
// WarpSpherical.cpp implementation
// WarpImage.h image warping code
// Image.h image class definition
//
// Copyright
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -