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
007a6794
Commit
007a6794
authored
Mar 24, 2013
by
Davis King
Browse files
Moved randomly_sample_image_features() from the algorithms page to the image
processing page.
parent
19608d43
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
16 deletions
+16
-16
docs/docs/algorithms.xml
docs/docs/algorithms.xml
+0
-15
docs/docs/imaging.xml
docs/docs/imaging.xml
+15
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+1
-1
No files found.
docs/docs/algorithms.xml
View file @
007a6794
...
...
@@ -66,7 +66,6 @@
<item>
running_covariance
</item>
<item>
random_subset_selector
</item>
<item>
randomly_subsample
</item>
<item>
randomly_sample_image_features
</item>
</section>
...
...
@@ -565,20 +564,6 @@
</component>
<!-- ************************************************************************* -->
<component>
<name>
randomly_sample_image_features
</name>
<file>
dlib/statistics.h
</file>
<spec_file
link=
"true"
>
dlib/statistics/image_feature_sampling_abstract.h
</spec_file>
<description>
Given a feature extractor such as the
<a
href=
"imaging.html#hog_image"
>
hog_image
</a>
,
this routine selects a random subsample of local image feature vectors
from a set of images.
</description>
</component>
<!-- ************************************************************************* -->
<component>
...
...
docs/docs/imaging.xml
View file @
007a6794
...
...
@@ -127,6 +127,7 @@
<item>
poly_image
</item>
<item>
hashed_feature_image
</item>
<item>
nearest_neighbor_feature_image
</item>
<item>
randomly_sample_image_features
</item>
</section>
...
...
@@ -1853,6 +1854,20 @@
</component>
<!-- ************************************************************************* -->
<component>
<name>
randomly_sample_image_features
</name>
<file>
dlib/statistics.h
</file>
<spec_file
link=
"true"
>
dlib/statistics/image_feature_sampling_abstract.h
</spec_file>
<description>
Given a feature extractor such as the
<a
href=
"#hog_image"
>
hog_image
</a>
,
this routine selects a random subsample of local image feature vectors
from a set of images.
</description>
</component>
<!-- ************************************************************************* -->
</components>
...
...
docs/docs/term_index.xml
View file @
007a6794
...
...
@@ -165,7 +165,7 @@
<term
file=
"algorithms.html"
name=
"hash_similar_angles_512"
/>
<term
file=
"algorithms.html"
name=
"projection_hash"
/>
<term
file=
"algorithms.html"
name=
"create_random_projection_hash"
/>
<term
file=
"
algorithms
.html"
name=
"randomly_sample_image_features"
/>
<term
file=
"
imaging
.html"
name=
"randomly_sample_image_features"
/>
<term
file=
"algorithms.html"
name=
"disjoint_subsets"
/>
<term
link=
"algorithms.html#disjoint_subsets"
name=
"union-find"
/>
<term
file=
"linear_algebra.html"
name=
"rectangle"
/>
...
...
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