Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
alta
alta
Commits
fb8df3b8
Commit
fb8df3b8
authored
Jun 30, 2017
by
Romain Pacanowski
Browse files
documentation changing
parent
1e37ad16
Changes
1
Show whitespace changes
Inline
Side-by-side
sources/plugins/rational_fitter_eigen/rational_fitter.cpp
View file @
fb8df3b8
...
@@ -103,9 +103,9 @@ bool rational_fitter_eigen::fit_data(const ptr<vertical_segment>& d, int np, int
...
@@ -103,9 +103,9 @@ bool rational_fitter_eigen::fit_data(const ptr<vertical_segment>& d, int np, int
}
}
// dat is the data object, it contains all the points to fit
// dat is the data object, it contains all the points to fit
// np and nq are the degree of the R
P
to fit to the data
// np and nq are the degree of the R
ational Polynomial Function
to fit to the data
// y is the dimension to fit on the y-data (e.g. R, G or B for RGB signals)
// y is the dimension to fit on the y-data (e.g. R, G or B for RGB signals)
// the function return a ration BRDF function and a boolean
// the function return
s
a ration
al
BRDF function and a boolean
bool
rational_fitter_eigen
::
fit_data
(
const
ptr
<
vertical_segment
>&
d
,
int
np
,
int
nq
,
int
ny
,
rational_function_1d
*
r
)
bool
rational_fitter_eigen
::
fit_data
(
const
ptr
<
vertical_segment
>&
d
,
int
np
,
int
nq
,
int
ny
,
rational_function_1d
*
r
)
{
{
// Each constraint (fitting interval or point
// Each constraint (fitting interval or point
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment