Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv_contrib
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_contrib
Commits
f26c9836
Commit
f26c9836
authored
Apr 05, 2019
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2065 from JulianSeuffert:master
parents
6d16876e
826b77e5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
disparity_filters.cpp
modules/ximgproc/src/disparity_filters.cpp
+2
-0
No files found.
modules/ximgproc/src/disparity_filters.cpp
View file @
f26c9836
...
...
@@ -244,6 +244,8 @@ void DisparityWLSFilterImpl::filter(InputArray disparity_map_left, InputArray le
filter_
(
left
,
left_view
,
filt_disp
,
right
,
ROI
);
if
(
disparity_map_left
.
depth
()
!=
CV_32F
){
filt_disp
.
convertTo
(
filtered_disparity_map
,
disparity_map_left
.
depth
());
}
else
{
filt_disp
.
copyTo
(
filtered_disparity_map
);
}
}
...
...
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