VisPro  1.0
Project of Visualisierung 2
BufferView.h File Reference

Buffer view base class file. More...

#include <iostream>
#include <fstream>
#include <sstream>
#include <stdio.h>
#include <stdlib.h>
#include "StringHelpers.hpp"
#include <opencv2\opencv.hpp>
#include <opencv2\imgproc\imgproc.hpp>
#include <opencv2\highgui\highgui.hpp>
#include <opencv2\features2d\features2d.hpp>
#include <opencv2\nonfree\features2d.hpp>
#include <opencv2\nonfree\nonfree.hpp>
#include <Windows.h>
#include <opencv2\highgui\highgui_c.h>
#include <glew.h>

Go to the source code of this file.

Classes

class  BufferView
 

Enumerations

enum  Channels {
  RGB, RG_B, R_G_B, R,
  G, B
}
 

Detailed Description

Buffer view base class file.

Enumeration Type Documentation

enum Channels

Channels that indicate how the RGB context should be split up.