#include <opencv/cv.h>
#include <assert.h>
#include <stdlib.h>
#include <string.h>
#include <float.h>
#include <stdint.h>
#include <math.h>
#include "opencv2/core/types_c.h"
#include <limits.h>
#include "opencv2/core/core_c.h"
#include "opencv2/imgproc/types_c.h"
#include "opencv2/core/core.hpp"
#include "opencv2/imgproc/imgproc_c.h"
#include "opencv2/flann/flann.hpp"
#include "opencv2/highgui/highgui_c.h"
#include <photo/photo_image.h>
Go to the source code of this file.
Functions | |
void | photo_image_free (photo_image_p image) |
photo_image_p | photo_image_initialize () |
int | photo_image_read (photo_image_p image, const char *filename) |
void | photo_image_set_size (photo_image_p image, int image_width, int image_height) |
int | photo_image_write (photo_image_p image, const char *filename) |
void photo_image_free | ( | photo_image_p | image | ) |
Definition at line 55 of file photo_image.cpp.
photo_image_p photo_image_initialize | ( | ) |
Definition at line 40 of file photo_image.cpp.
int photo_image_read | ( | photo_image_p | image, | |
const char * | filename | |||
) |
Definition at line 74 of file photo_image.cpp.
void photo_image_set_size | ( | photo_image_p | image, | |
int | image_width, | |||
int | image_height | |||
) |
Definition at line 62 of file photo_image.cpp.
int photo_image_write | ( | photo_image_p | image, | |
const char * | filename | |||
) |
Definition at line 95 of file photo_image.cpp.