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