The Flutter Shutter Code Optimizer
 All Files Functions Macros Pages
flutter_optimiser_uniform.h
Go to the documentation of this file.
1 /*flutter_optitmizer_uniform.h*/
2 /*
3 * Copyright 2014 IPOL Image Processing On Line http://www.ipol.im/
4 *
5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation, either version 3 of the License, or
8 * (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
19 
20 
21 void uniform_optimiser(double* code,double motion_model_parameter,
22  int code_length, double deltat);
23 
24 double uniform_w(double motion_model_parameter, double xi);
25 
26 double uniform_w_integrand(double v, double xi);
27 
28 double uniform_integrand(double motion_model_parameter,double deltat, double xi,
29  int k);
double uniform_w(double motion_model_parameter, double xi)
Compute the weight function () for a uniform velocity.
double uniform_w_integrand(double v, double xi)
Function to integrate in velocity to get the w function; uniform motion model. This is the integrand ...
double uniform_integrand(double motion_model_parameter, double deltat, double xi, int k)
Function to integrate (in ) in order to compute the a_k coefficient of the code; uniform motion model...
void uniform_optimiser(double *code, double motion_model_parameter, int code_length, double deltat)
Functions for the uniform motion model: