Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
471c3d30
Commit
471c3d30
authored
Dec 28, 2019
by
Davis King
Browse files
fix formatting
parent
a4bf6e1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/opencv/cv_image.h
dlib/opencv/cv_image.h
+1
-1
No files found.
dlib/opencv/cv_image.h
View file @
471c3d30
...
...
@@ -23,7 +23,7 @@ namespace dlib
typedef
pixel_type
type
;
typedef
default_memory_manager
mem_manager_type
;
cv_image
(
const
cv
::
Mat
&
img
)
cv_image
(
const
cv
::
Mat
&
img
)
{
DLIB_CASSERT
(
img
.
depth
()
==
cv
::
DataType
<
typename
pixel_traits
<
pixel_type
>::
basic_pixel_type
>::
depth
&&
img
.
channels
()
==
pixel_traits
<
pixel_type
>::
num
,
...
...
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