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
aba052ab
Commit
aba052ab
authored
Dec 08, 2014
by
Davis King
Browse files
clarified spec
parent
45c726c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
dlib/image_transforms/lbp_abstract.h
dlib/image_transforms/lbp_abstract.h
+3
-0
No files found.
dlib/image_transforms/lbp_abstract.h
View file @
aba052ab
...
@@ -58,6 +58,7 @@ namespace dlib
...
@@ -58,6 +58,7 @@ namespace dlib
- image_type == an image object that implements the interface defined in
- image_type == an image object that implements the interface defined in
dlib/image_processing/generic_image.h
dlib/image_processing/generic_image.h
- image_type contains unsigned char valued pixels.
- image_type contains unsigned char valued pixels.
- T is some scalar type like int or double
- All pixel values in img are <= max_val
- All pixel values in img are <= max_val
- cell_size >= 1
- cell_size >= 1
- block_size >= 1
- block_size >= 1
...
@@ -84,6 +85,7 @@ namespace dlib
...
@@ -84,6 +85,7 @@ namespace dlib
/*!
/*!
requires
requires
- cell_size >= 1
- cell_size >= 1
- T is some scalar type like int or double
ensures
ensures
- Extracts histograms of uniform local-binary-patterns from img. The
- Extracts histograms of uniform local-binary-patterns from img. The
histograms are from densely tiled windows that are cell_size pixels wide and
histograms are from densely tiled windows that are cell_size pixels wide and
...
@@ -108,6 +110,7 @@ namespace dlib
...
@@ -108,6 +110,7 @@ namespace dlib
);
);
/*!
/*!
requires
requires
- T is some scalar type like int or double
- det.num_parts() == 68
- det.num_parts() == 68
ensures
ensures
- This function extracts the high-dimensional LBP feature described in the
- This function extracts the high-dimensional LBP feature described in the
...
...
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