|
Namespaces |
| namespace | HuginBase |
| namespace | HuginBase::Nona |
Defines |
| #define | MAXITER 100 |
| #define | R_EPS 1.0e-6 |
Functions |
| void | rotate_erect (double x_dest, double y_dest, double *x_src, double *y_src, const _FuncParams ¶ms) |
| void | inv_radial (double x_dest, double y_dest, double *x_src, double *y_src, const _FuncParams ¶ms) |
| void | resize (double x_dest, double y_dest, double *x_src, double *y_src, const _FuncParams ¶ms) |
| void | horiz (double x_dest, double y_dest, double *x_src, double *y_src, const _FuncParams ¶ms) |
| void | vert (double x_dest, double y_dest, double *x_src, double *y_src, const _FuncParams ¶ms) |
| void | radial (double x_dest, double y_dest, double *x_src, double *y_src, const _FuncParams ¶ms) |
| void | persp_sphere (double x_dest, double y_dest, double *x_src, double *y_src, const _FuncParams ¶ms) |
| void | persp_rect (double x_dest, double y_dest, double *x_src, double *y_src, const _FuncParams ¶ms) |
| void | rect_erect (double x_dest, double y_dest, double *x_src, double *y_src, const _FuncParams ¶ms) |
| void | pano_erect (double x_dest, double y_dest, double *x_src, double *y_src, const _FuncParams ¶ms) |
| void | erect_pano (double x_dest, double y_dest, double *x_src, double *y_src, const _FuncParams ¶ms) |
| void | transpano_erect (double x_dest, double y_dest, double *x_src, double *y_src, const _FuncParams ¶ms) |
| void | erect_transpano (double x_dest, double y_dest, double *x_src, double *y_src, const _FuncParams ¶ms) |
| void | sphere_tp_erect (double x_dest, double y_dest, double *x_src, double *y_src, const _FuncParams ¶ms) |
| void | rect_sphere_tp (double x_dest, double y_dest, double *x_src, double *y_src, const _FuncParams ¶ms) |
| void | sphere_tp_rect (double x_dest, double y_dest, double *x_src, double *y_src, const _FuncParams ¶ms) |
| void | sphere_tp_pano (double x_dest, double y_dest, double *x_src, double *y_src, const _FuncParams ¶ms) |
| void | pano_sphere_tp (double x_dest, double y_dest, double *x_src, double *y_src, const _FuncParams ¶ms) |
| void | erect_rect (double x_dest, double y_dest, double *x_src, double *y_src, const _FuncParams ¶ms) |
| void | erect_sphere_tp (double x_dest, double y_dest, double *x_src, double *y_src, const _FuncParams ¶ms) |
| void | mercator_erect (double x_dest, double y_dest, double *x_src, double *y_src, const _FuncParams ¶ms) |
| | convert from erect to mercator
|
| void | erect_mercator (double x_dest, double y_dest, double *x_src, double *y_src, const _FuncParams ¶ms) |
| | convert from mercator to erect
|
| void | transmercator_erect (double x_dest, double y_dest, double *x_src, double *y_src, const _FuncParams ¶ms) |
| | convert from erect to transverse mercator
|
| void | erect_transmercator (double x_dest, double y_dest, double *x_src, double *y_src, const _FuncParams ¶ms) |
| | convert from erect to transverse mercator
|
| void | sinusoidal_erect (double x_dest, double y_dest, double *x_src, double *y_src, const _FuncParams ¶ms) |
| | convert from erect to sinusoidal
|
| void | erect_sinusoidal (double x_dest, double y_dest, double *x_src, double *y_src, const _FuncParams ¶ms) |
| | convert from sinusoidal to erect
|
| void | stereographic_erect (double x_dest, double y_dest, double *x_src, double *y_src, const _FuncParams ¶ms) |
| | convert from erect to stereographic
|
| void | erect_stereographic (double x_dest, double y_dest, double *x_src, double *y_src, const _FuncParams ¶ms) |
| | convert from stereographic to erect
|
| Matrix3 | SetMatrix (double a, double b, double c, int cl) |
| double | estScaleFactorForFullFrame (const SrcPanoImage &src) |
| | Calculate effective scaling factor for a given source image.
|
| double | estRadialScaleCrop (const vector< double > &coeff, int width, int height) |
| | Calculate effective scaling factor.
|
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this software; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA