|
MISR Toolkit
1.5.1
|
#include "MisrRegression.h"#include "MisrReProject.h"#include "MisrUtil.h"#include <stdlib.h>#include <math.h>Go to the source code of this file.
Functions | |
| MTKt_status | MtkResampleRegressionCoeff (const MTKt_RegressionCoeff *Regression_coeff, const MTKt_MapInfo *Regression_coeff_map_info, const MTKt_MapInfo *Target_map_info, MTKt_RegressionCoeff *Regression_coeff_out) |
| Resample regression coefficients at each pixel in the target map. Resampling is by cubic convolution. More... | |
| MTKt_status MtkResampleRegressionCoeff | ( | const MTKt_RegressionCoeff * | Regression_coeff, |
| const MTKt_MapInfo * | Regression_coeff_map_info, | ||
| const MTKt_MapInfo * | Target_map_info, | ||
| MTKt_RegressionCoeff * | Regression_coeff_out | ||
| ) |
Resample regression coefficients at each pixel in the target map. Resampling is by cubic convolution.
| [in] | Regression_coeff | Regression coefficients. |
| [in] | Regression_coeff_map_info | Map info for regression coefficients. |
| [in] | Target_map_info | Map info for target grid. |
| [out] | Regression_coeff_out | Regression coefficients resampled to target grid. |
Definition at line 38 of file MtkResampleRegressionCoeff.c.