mirror of https://github.com/CGAL/cgal
include/CGAL/ImageIO.h is now back in CGAL
This commit is contained in:
parent
ffce5f1ad2
commit
eafc8f0d11
|
|
@ -29,19 +29,7 @@
|
|||
#include <boost/format.hpp>
|
||||
#endif
|
||||
|
||||
/* Copy-paste from <imageio/ImageIO.h> */
|
||||
struct point_image;
|
||||
typedef struct point_image _image;
|
||||
|
||||
extern void printSupportedFileFormat();
|
||||
extern _image* _readImage(const char *name);
|
||||
extern void _freeImage(_image *im);
|
||||
extern void _get_image_bounding_box(_image*,
|
||||
float*, float*, float*,
|
||||
float*, float*, float*);
|
||||
extern void convertImageTypeToFloat(_image* image);
|
||||
extern float triLinInterp(_image* image,float posx, float posy, float posz);
|
||||
/* End of copy-paste from <imageio/ImageIO.h> */
|
||||
#include <CGAL/ImageIO.h>
|
||||
|
||||
namespace CGAL {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue