gtsam_points
Loading...
Searching...
No Matches
image_io.hpp
Go to the documentation of this file.
1#ifndef GLK_IMAGE_IO_HPP
2#define GLK_IMAGE_IO_HPP
3
4#include <vector>
5#include <string>
6
7namespace glk {
8
12bool load_image(const std::string& filename, int& width, int& height, std::vector<unsigned char>& bytes);
13
14} // namespace glk
15
16#endif
Definition async_buffer_copy.hpp:6
bool load_image(const std::string &filename, int &width, int &height, std::vector< unsigned char > &bytes)
std::enable_if_t< needs_aligned_allocator< T >::value, std::shared_ptr< T > > make_shared(Args &&... args)
Definition make_shared.hpp:20