gtsam_points
Loading...
Searching...
No Matches
Namespaces | Functions
png_io.hpp File Reference
#include <vector>
#include <Eigen/Core>
Include dependency graph for png_io.hpp:

Go to the source code of this file.

Namespaces

namespace  glk
 

Functions

bool glk::load_png (const std::string &filename, int &width, int &height, std::vector< unsigned char > &bytes)
 
bool glk::save_png (const std::string &filename, int width, int height, const std::vector< unsigned char > &bytes)