KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
i_matrix.cpp File Reference

implementation of cpp wrapper for high-constract conversion fun More...

#include <l_cpp/l_exception.h>
#include <i_cpp/i_matrix.h>
#include <i/i_matrix.h>
#include <i_cpp/i_colormap.h>
#include <algorithm>

Namespaces

 kjb
 Classes and functions for dealing with trajectory files.
 

Functions

Image kjb::matrix_to_max_contrast_8bit_bw_image (const kjb::Matrix &m)
 convert a matrix to a black-and-white image, with enhanced contrast. More...
 
Image kjb::matrix_to_color_image (const kjb::Matrix &m, const kjb::Colormap &map="jet")
 Converts a matrix to a high-contrast color image, mapping values to colors using a kjb::Colormap. Equivalent to Matlab's imagesc() function. More...
 

Detailed Description

implementation of cpp wrapper for high-constract conversion fun

Author
Andrew Predoehl