#include <float.h>
#include <math.h>
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
#include "rt_defines.h"
#include "rt_nonfinite.h"
#include "rtwtypes.h"
#include "Optimal_affine_tracking_3d16_fast_realtime_types.h"
Go to the source code of this file.
Functions | |
void | b_image_warping (const real_T frame[336042], const real_T aff_matrix[9], const real_T point_matrix[3888], real_T warped_img[1296]) |
void | image_warping (const real_T frame[168021], const real_T aff_matrix[9], const real_T point_matrix[3888], real_T warped_img[1296]) |
void b_image_warping | ( | const real_T | frame[336042], |
const real_T | aff_matrix[9], | ||
const real_T | point_matrix[3888], | ||
real_T | warped_img[1296] | ||
) |
Definition at line 27 of file image_warping.cpp.
void image_warping | ( | const real_T | frame[168021], |
const real_T | aff_matrix[9], | ||
const real_T | point_matrix[3888], | ||
real_T | warped_img[1296] | ||
) |
Definition at line 81 of file image_warping.cpp.