vrcore
0.45
visuReal Messkern
Main Page
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
functionDerivation.h
Go to the documentation of this file.
1
#pragma once
2
5
#include <opencv2/opencv.hpp>
6
8
class
functionDerivation
{
9
public
:
10
functionDerivation
(
void
);
11
functionDerivation
(
double
first,
double
second);
12
~
functionDerivation
(
void
);
13
14
double
evaluate(
double
var1,
double
var2)
const
;
15
static
cv::Matx33d toMatx33d(
functionDerivation
* functions,
const
cv::Vec3d& values);
16
17
private
:
18
// Koeffizienten
19
double
first_;
20
double
second_;
21
};
22
functionDerivation
Die Funktionen, die in der Ableitungsmatrix für das Newtonverfahren stehen.
Definition:
functionDerivation.h:8
src
3d-reconstruction
functionDerivation.h
Generated on Wed Mar 9 2016 06:37:01 for vrcore by
1.8.6