TarzaNN
TarzaNN neural network simulator
|
#include <stdio.h>
#include <assert.h>
#include <string.h>
#include <stdint.h>
#include <QDebug>
#include "common.h"
Go to the source code of this file.
Classes | |
class | Array2D< T > |
Enumerations | |
enum | { kvImageNoFlags = 0, kvImageLeaveAlphaUnchanged = 1, kvImageCopyInPlace = 2, kvImageBackgroundColorFill = 4, kvImageEdgeExtend = 8, kvImageDoNotTile = 16, kvImageHighQualityResampling = 32 } |