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
34caac78
Commit
34caac78
authored
Dec 05, 2018
by
Alexander Alekhin
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1933 from ytyytyyt:3.4
parents
4bf1ccec
5bdeb648
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
fbs_filter.cpp
modules/ximgproc/src/fbs_filter.cpp
+1
-3
No files found.
modules/ximgproc/src/fbs_filter.cpp
View file @
34caac78
...
...
@@ -66,8 +66,6 @@
typedef
std
::
unordered_map
<
long
long
/* hash */
,
int
/* vert id */
>
mapId
;
#endif
#define EPS 1e-43f
namespace
cv
{
namespace
ximgproc
...
...
@@ -501,7 +499,7 @@ namespace ximgproc
x
(
i
)
=
cv
::
saturate_cast
<
float
>
(
pft
[
i
])
/
255.0
f
;
}
}
else
if
(
confidence
.
depth
()
==
CV_32F
)
else
if
(
target
.
depth
()
==
CV_32F
)
{
const
float
*
pft
=
reinterpret_cast
<
const
float
*>
(
target
.
data
);
for
(
int
i
=
0
;
i
<
npixels
;
i
++
)
...
...
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