src/qvmath/qvmath.h File Reference
File from the QVision library.
More...
#include <iostream>
#include <gsl/gsl_blas.h>
#include <QPointF>
#include <qvdefines.h>
#include <math.h>
Go to the source code of this file.
|
Functions |
const int | qvFactorial (const int n) |
const double | qvCombination (const int setRange, const int subsetRange) |
| Number of combinations of a fixed size over the elements of a set.
|
const double | qvAngle (const QPointF &) |
const double | qvAngle (const QPointF &point1, const QPointF &point2) |
const double | qvClockWiseAngle (const QPointF &, const QPointF &) |
const int | qvRandom (const int minValue, const int maxValue) |
double | norm2 (const QPointF &p) |
Detailed Description
File from the QVision library.
- Author:
- PARP Research Group. University of Murcia, Spain.
Definition in file qvmath.h.
Function Documentation
const int qvFactorial |
( |
const int |
n |
) |
|