DIAlign
Main Page
Related Pages
Namespaces
Classes
Files
File List
integrateArea.h
1
#ifndef INTEGRATEAREA_H
2
#define INTEGRATEAREA_H
3
4
#include <vector>
5
#include <cmath>
6
#include "utils.h"
7
#include "similarityMatrix.h"
8
9
namespace
DIAlign
10
{
15
double
areaBwBoundaries
(std::vector<std::vector<double> > vov,
int
leftIdx,
int
rightIdx);
16
}
// namespace DIAlign
17
18
#endif // INTEGRATEAREA_H
DIAlign::areaBwBoundaries
double areaBwBoundaries(std::vector< std::vector< double > > vov, int leftIdx, int rightIdx)
returns the summation of signals between leftIdx and rightIdx from vov.
Definition:
integrateArea.cpp:6
DIAlign
Generic namespace for all classes and functions of DIAlign.
Definition:
affinealignment.cpp:29
integrateArea.h
Generated by
1.8.11