FORS Pipeline Reference Manual  5.0.9
Macros | Functions
Test of image module

Macros

#define cleanup
 
#define cleanup
 
#define cleanup
 
#define cleanup
 

Functions

static void test_image (void)
 Test functions.
 
static void test_median_filter (void)
 Median filtering benchmark.
 
static void test_subtract (void)
 Test image subtraction.
 
static void test_exponential (void)
 Test image exponentiation.
 
static void test_divide (void)
 Test image division.
 
int main (void)
 Test of image module.
 

Detailed Description

Macro Definition Documentation

#define cleanup
Value:
do { \
} while(0)
void fors_setting_delete(fors_setting **s)
Deallocate and and set pointer to NULL.
Definition: fors_setting.c:498

Definition at line 278 of file fors_image-test.c.

#define cleanup
Value:
do { \
} while(0)
void fors_image_delete(fors_image **image)
Deallocate image and set pointer to NULL.
Definition: fors_image.c:164

Definition at line 278 of file fors_image-test.c.

#define cleanup
Value:
do { \
} while(0)
void fors_image_delete(fors_image **image)
Deallocate image and set pointer to NULL.
Definition: fors_image.c:164

Definition at line 278 of file fors_image-test.c.

#define cleanup
Value:
do { \
} while(0)
void fors_image_delete(fors_image **image)
Deallocate image and set pointer to NULL.
Definition: fors_image.c:164

Definition at line 278 of file fors_image-test.c.