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

implementation of wrapper on KJB_Image More...

#include <i/i_float_io.h>
#include <l_cpp/l_exception.h>
#include <i_cpp/i_image.h>
#include <m_cpp/m_matrix.h>
#include "l_cpp/l_int_matrix.h"
#include <string>
#include <cmath>

Namespaces

 kjb
 Classes and functions for dealing with trajectory files.
 

Functions

Matrix kjb::to_grayscale_matrix (const Image &i)
 
Image kjb::scale_image (const Image &i, double factor)
 Scale image size by factor, i.e., enlarge or shrink. More...
 
Image kjb::rgb_matrices_to_image (const Matrix &red_channel, const Matrix &green_channel, const Matrix &blue_channel)
 Contruct an image from three matrices representing red, green, blue channels. More...
 

Detailed Description

implementation of wrapper on KJB_Image

Author
Ernesto Brau
Sumin Byeon
Luca Del Pero
Jinyan Guan
Andy Predoehl
Kyle Simek