Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
007a6794
Commit
007a6794
authored
Mar 24, 2013
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved randomly_sample_image_features() from the algorithms page to the image
processing page.
parent
19608d43
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
16 deletions
+16
-16
algorithms.xml
docs/docs/algorithms.xml
+0
-15
imaging.xml
docs/docs/imaging.xml
+15
-0
term_index.xml
docs/docs/term_index.xml
+1
-1
No files found.
docs/docs/algorithms.xml
View file @
007a6794
...
@@ -66,7 +66,6 @@
...
@@ -66,7 +66,6 @@
<item>
running_covariance
</item>
<item>
running_covariance
</item>
<item>
random_subset_selector
</item>
<item>
random_subset_selector
</item>
<item>
randomly_subsample
</item>
<item>
randomly_subsample
</item>
<item>
randomly_sample_image_features
</item>
</section>
</section>
...
@@ -565,20 +564,6 @@
...
@@ -565,20 +564,6 @@
</component>
</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>
<component>
...
...
docs/docs/imaging.xml
View file @
007a6794
...
@@ -127,6 +127,7 @@
...
@@ -127,6 +127,7 @@
<item>
poly_image
</item>
<item>
poly_image
</item>
<item>
hashed_feature_image
</item>
<item>
hashed_feature_image
</item>
<item>
nearest_neighbor_feature_image
</item>
<item>
nearest_neighbor_feature_image
</item>
<item>
randomly_sample_image_features
</item>
</section>
</section>
...
@@ -1853,6 +1854,20 @@
...
@@ -1853,6 +1854,20 @@
</component>
</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>
</components>
...
...
docs/docs/term_index.xml
View file @
007a6794
...
@@ -165,7 +165,7 @@
...
@@ -165,7 +165,7 @@
<term
file=
"algorithms.html"
name=
"hash_similar_angles_512"
/>
<term
file=
"algorithms.html"
name=
"hash_similar_angles_512"
/>
<term
file=
"algorithms.html"
name=
"projection_hash"
/>
<term
file=
"algorithms.html"
name=
"projection_hash"
/>
<term
file=
"algorithms.html"
name=
"create_random_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
file=
"algorithms.html"
name=
"disjoint_subsets"
/>
<term
link=
"algorithms.html#disjoint_subsets"
name=
"union-find"
/>
<term
link=
"algorithms.html#disjoint_subsets"
name=
"union-find"
/>
<term
file=
"linear_algebra.html"
name=
"rectangle"
/>
<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