NeuroDactyl
Collaboration diagram for Imaging:

Classes

class  NeuroDactyl::Decoder
 Image decoder Decodes images from memory or hard drive. More...
 
class  NeuroDactyl::Image
 Image Class for work with images. More...
 

Functions

FPSERVERSDK_API NeuroDactyl::DecoderNeuroDactyl::createDecoder (const NeuroDactyl::Config *cfg)
 
FPSERVERSDK_API NeuroDactyl::ImageNeuroDactyl::constructImage (unsigned int width, unsigned int height, const char *data)
 

Detailed Description

Function Documentation

◆ constructImage()

FPSERVERSDK_API NeuroDactyl::Image* NeuroDactyl::constructImage ( unsigned int  width,
unsigned int  height,
const char *  data 
)

Creates an image from memory

Parameters
[in]widthImage width
[in]heightImage height
[in]dataData
Returns
Image

◆ createDecoder()

FPSERVERSDK_API NeuroDactyl::Decoder* NeuroDactyl::createDecoder ( const NeuroDactyl::Config cfg)

Creates decoder object

Parameters
[in]cfgConfiguration
Returns
Pointer to decoder object