SOMHunter Core
sh::BitmapImage< DType_ > Class Template Reference

Basic abstraction for images. More...

#include <image-processor.h>

Public Attributes

size_t w
 
size_t h
 
size_t num_channels
 
std::vector< DType_ > _data
 

Detailed Description

template<typename DType_>
class sh::BitmapImage< DType_ >

Basic abstraction for images.

Member Data Documentation

◆ _data

template<typename DType_ >
std::vector<DType_> sh::BitmapImage< DType_ >::_data

◆ h

template<typename DType_ >
size_t sh::BitmapImage< DType_ >::h

◆ num_channels

template<typename DType_ >
size_t sh::BitmapImage< DType_ >::num_channels

◆ w

template<typename DType_ >
size_t sh::BitmapImage< DType_ >::w

The documentation for this class was generated from the following file: