Microscopy Image Browser 2.91
MIB
Loading...
Searching...
No Matches
affine_transform_2d_double.c File Reference
#include "mex.h"
#include "math.h"
#include "image_interpolation.h"
#include <pthread.h>
Include dependency graph for affine_transform_2d_double.c:

Functions

void transformvolume_gray (double **Args)
 
void transformvolume_color (double **Args)
 
void mexFunction (int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[])
 

Function Documentation

◆ mexFunction()

void mexFunction ( int nlhs,
mxArray * plhs[],
int nrhs,
const mxArray * prhs[] )

References A(), M, mindex2(), NULL, transformvolume_color(), and transformvolume_gray().

Here is the call graph for this function:

◆ transformvolume_color()

void transformvolume_color ( double ** Args)

References A(), interpolate_2d_double_color(), mindex2(), and NULL.

Referenced by mexFunction().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ transformvolume_gray()

void transformvolume_gray ( double ** Args)

References A(), interpolate_2d_double_gray(), mindex2(), and NULL.

Referenced by mexFunction().

Here is the call graph for this function:
Here is the caller graph for this function: