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
96a0afce
Commit
96a0afce
authored
Aug 30, 2013
by
Roman Donchenko
Committed by
OpenCV Buildbot
Aug 30, 2013
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1236 from pengx17:2.4_fix_retina_color_param
parents
114bec52
5aaed77c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
retina.cpp
modules/contrib/src/retina.cpp
+1
-0
No files found.
modules/contrib/src/retina.cpp
View file @
96a0afce
...
...
@@ -357,6 +357,7 @@ void Retina::_init(const cv::Size inputSz, const bool colorMode, RETINA_COLORSAM
delete
_retinaFilter
;
_retinaFilter
=
new
RetinaFilter
(
inputSz
.
height
,
inputSz
.
width
,
colorMode
,
colorSamplingMethod
,
useRetinaLogSampling
,
reductionFactor
,
samplingStrenght
);
_retinaParameters
.
OPLandIplParvo
.
colorMode
=
colorMode
;
// prepare the default parameter XML file with default setup
setup
(
_retinaParameters
);
...
...
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