Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
56b02331
Commit
56b02331
authored
Mar 27, 2015
by
Maksim Shabunin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Commented unused constants in the RHO algorithm
parent
fab2a947
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
rho.cpp
modules/calib3d/src/rho.cpp
+3
-3
No files found.
modules/calib3d/src/rho.cpp
View file @
56b02331
...
...
@@ -69,10 +69,10 @@ namespace cv{/* For C support, replace with extern "C" { */
const
int
MEM_ALIGN
=
32
;
const
size_t
HSIZE
=
(
3
*
3
*
sizeof
(
float
));
const
double
MIN_DELTA_CHNG
=
0.1
;
const
double
CHI_STAT
=
2.706
;
//
const double CHI_STAT = 2.706;
const
double
CHI_SQ
=
1.645
;
const
double
RLO
=
0.25
;
const
double
RHI
=
0.75
;
//
const double RLO = 0.25;
//
const double RHI = 0.75;
const
int
MAXLEVMARQITERS
=
100
;
const
int
SMPL_SIZE
=
4
;
/* 4 points required per model */
const
int
SPRT_T_M
=
25
;
/* Guessing 25 match evlauations / 1 model generation */
...
...
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