#include <InputGeneratorDiscrete.hpp>
Public Types | |
typedef std::vector< Point > | Points |
Public Member Functions | |
RawReader (std::string const &filename, int width, int height) | |
Points * | Convert () |
Protected Attributes | |
int | m_width |
int | m_height |
std::string | m_fileName |
Each pixel is 8 bits. All read pixels will be classified and normalized.
|
|
|
|
|
|
|
|
|
|
|
|