![]() |
Microscopy Image Browser 2.91
MIB
|

Functions | |
| static __inline int | mindex2 (int x, int y, int sizx) |
| static __inline int | mindex3 (int x, int y, int z, int sizx, int sizy) |
| static __inline int | mindex2c (int x, int y, int sizx, int sizy) |
| static __inline int | mindex3c (int x, int y, int z, int sizx, int sizy, int sizz) |
| static __inline double | pow2 (double val) |
| static __inline double | pow3 (double val) |
| static __inline double | pow4 (double val) |
| static __inline float | pow2_float (float val) |
| static __inline float | pow3_float (float val) |
| static __inline float | pow4_float (float val) |
| static __inline float | floorfloat (float val) |
| double | getintensity_mindex2 (int x, int y, int sizx, int sizy, double *I) |
| double | getcolor_mindex2 (int x, int y, int sizx, int sizy, double *I, int rgb) |
| double | getcolor_mindex3 (int x, int y, int z, int sizx, int sizy, int sizz, double *I) |
| float | getcolor_mindex3_float (int x, int y, int z, int sizx, int sizy, int sizz, float *I) |
| double | interpolate_2d_double_gray (double Tlocalx, double Tlocaly, int *Isize, double *Iin, int cubic, int black) |
| void | interpolate_2d_double_color (double *Ipixel, double Tlocalx, double Tlocaly, int *Isize, double *Iin, int cubic, int black) |
| double | interpolate_3d_double_gray (double Tlocalx, double Tlocaly, double Tlocalz, int *Isize, double *Iin, int cubic, int black) |
| float | interpolate_3d_float_gray (float Tlocalx, float Tlocaly, float Tlocalz, int *Isize, float *Iin, int cubic, int black) |
|
static |
Referenced by interpolate_3d_float_cubic(), interpolate_3d_float_cubic_black(), interpolate_3d_float_linear(), and interpolate_3d_float_linear_black().

Referenced by interpolate_2d_cubic_color(), interpolate_2d_cubic_color_black(), interpolate_2d_linear_color(), and interpolate_2d_linear_color_black().

Referenced by interpolate_3d_cubic(), interpolate_3d_cubic_black(), interpolate_3d_linear(), and interpolate_3d_linear_black().

| float getcolor_mindex3_float | ( | int | x, |
| int | y, | ||
| int | z, | ||
| int | sizx, | ||
| int | sizy, | ||
| int | sizz, | ||
| float * | I ) |
Referenced by interpolate_3d_float_cubic(), interpolate_3d_float_cubic_black(), interpolate_3d_float_linear(), and interpolate_3d_float_linear_black().

Referenced by interpolate_2d_cubic_gray(), interpolate_2d_cubic_gray_black(), interpolate_2d_linear_gray(), and interpolate_2d_linear_gray_black().

| void interpolate_2d_double_color | ( | double * | Ipixel, |
| double | Tlocalx, | ||
| double | Tlocaly, | ||
| int * | Isize, | ||
| double * | Iin, | ||
| int | cubic, | ||
| int | black ) |
References interpolate_2d_cubic_color(), interpolate_2d_cubic_color_black(), interpolate_2d_linear_color(), and interpolate_2d_linear_color_black().
Referenced by transformvolume_color().


| double interpolate_2d_double_gray | ( | double | Tlocalx, |
| double | Tlocaly, | ||
| int * | Isize, | ||
| double * | Iin, | ||
| int | cubic, | ||
| int | black ) |
References interpolate_2d_cubic_gray(), interpolate_2d_cubic_gray_black(), interpolate_2d_linear_gray(), and interpolate_2d_linear_gray_black().
Referenced by transformvolume_gray().


| double interpolate_3d_double_gray | ( | double | Tlocalx, |
| double | Tlocaly, | ||
| double | Tlocalz, | ||
| int * | Isize, | ||
| double * | Iin, | ||
| int | cubic, | ||
| int | black ) |
References interpolate_3d_cubic(), interpolate_3d_cubic_black(), interpolate_3d_linear(), and interpolate_3d_linear_black().

| float interpolate_3d_float_gray | ( | float | Tlocalx, |
| float | Tlocaly, | ||
| float | Tlocalz, | ||
| int * | Isize, | ||
| float * | Iin, | ||
| int | cubic, | ||
| int | black ) |
References interpolate_3d_float_cubic(), interpolate_3d_float_cubic_black(), interpolate_3d_float_linear(), and interpolate_3d_float_linear_black().

|
static |
Referenced by mexFunction(), transformvolume_color(), and transformvolume_gray().

|
static |
|
static |
|
static |
Referenced by interpolate_2d_cubic_color(), interpolate_2d_cubic_color_black(), interpolate_2d_cubic_gray(), interpolate_2d_cubic_gray_black(), interpolate_3d_cubic(), interpolate_3d_cubic_black(), and pow4().

|
static |
Referenced by interpolate_3d_float_cubic(), interpolate_3d_float_cubic_black(), and pow4_float().

Referenced by interpolate_2d_cubic_color(), interpolate_2d_cubic_color_black(), interpolate_2d_cubic_gray(), interpolate_2d_cubic_gray_black(), interpolate_3d_cubic(), and interpolate_3d_cubic_black().

|
static |
Referenced by interpolate_3d_float_cubic(), and interpolate_3d_float_cubic_black().

|
static |