ifw-odp
2.0.0-alpha
|
#include <cpl.h>
#include <clipm.h>
#include "clipm_priv_error.h"
#include "clipm_priv_image_edge_operations.h"
#include "clipm_priv_image_resample.h"
#include "clipm_priv_image_signal.h"
#include "clipm_priv_matrix.h"
#include "clipm_testlib.h"
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <string.h>
Macros | |
#define | _POSIX_C_SOURCE 200112L |
#define | clipm_get_str_param(inits, str) |
#define | component __func__ |
#define | TEST_ID argv[0] |
Functions | |
void | clipm_test_priv_image_conv_sobel_x (void) |
void | assure_cpl_image_delete (cpl_image *img) |
void | clipm_test_image_save_bpm (cpl_image *image, const char *name) |
void | something (void) |
int | main (int argc, char **argv) |
#define _POSIX_C_SOURCE 200112L |
#define clipm_get_str_param | ( | inits, | |
str | |||
) |
#define component __func__ |
#define TEST_ID argv[0] |
void assure_cpl_image_delete | ( | cpl_image * | img | ) |
void clipm_test_image_save_bpm | ( | cpl_image * | image, |
const char * | name | ||
) |
void clipm_test_priv_image_conv_sobel_x | ( | void | ) |
int main | ( | int | argc, |
char ** | argv | ||
) |
void something | ( | void | ) |