Cinder
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
include
opencv2
flann
Namespaces
|
Functions
simplex_downhill.h File Reference
Go to the source code of this file.
Namespaces
cvflann
Functions
template<typename T >
void
cvflann::addValue
(
int
pos
, float
val
, float *vals,
T
*
point
,
T
*
points
,
int
n
)
template<typename T , typename F >
float
cvflann::optimizeSimplexDownhill
(
T
*
points
,
int
n
,
F
func
, float *vals=NULL)