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
d9834129
Commit
d9834129
authored
Aug 25, 2011
by
Davis King
Browse files
Added a mem_manager_type typedef so the interface better matches array2d.
parent
fd0de230
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
dlib/opencv/cv_image.h
dlib/opencv/cv_image.h
+1
-0
dlib/opencv/cv_image_abstract.h
dlib/opencv/cv_image_abstract.h
+1
-0
No files found.
dlib/opencv/cv_image.h
View file @
d9834129
...
@@ -16,6 +16,7 @@ namespace dlib
...
@@ -16,6 +16,7 @@ namespace dlib
{
{
public:
public:
typedef
pixel_type
type
;
typedef
pixel_type
type
;
typedef
default_memory_manager
mem_manager_type
;
cv_image
(
const
IplImage
*
img
)
cv_image
(
const
IplImage
*
img
)
{
{
...
...
dlib/opencv/cv_image_abstract.h
View file @
d9834129
...
@@ -36,6 +36,7 @@ namespace dlib
...
@@ -36,6 +36,7 @@ namespace dlib
public:
public:
typedef
pixel_type
type
;
typedef
pixel_type
type
;
typedef
default_memory_manager
mem_manager_type
;
cv_image
(
cv_image
(
const
IplImage
*
img
const
IplImage
*
img
...
...
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