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
32fc9221
Commit
32fc9221
authored
Jan 12, 2014
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clarified spec
parent
6700c46e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
interpolation_abstract.h
dlib/image_transforms/interpolation_abstract.h
+5
-5
No files found.
dlib/image_transforms/interpolation_abstract.h
View file @
32fc9221
...
...
@@ -878,11 +878,11 @@ namespace dlib
chip_locations[i].angle radians, around the center of
chip_locations[i].rect, before the chip was extracted.
- As long as chip_locations[i].size and the aspect ratio of of
chip_locations[i].rect
and stays constant then the dimensions of
#chips[i] is always the same. This means that, for example, if you want
all your chips to have the same dimensions then ensure that
chip_location[i].size is always the same and also that
chip_location[i].rect always has the
same aspect ratio.
chip_locations[i].rect
stays constant then the dimensions of #chips[i] is
always the same. This means that, for example, if you want all your
chips to have the same dimensions then ensure that chip_location[i].size
is always the same and also that chip_location[i].rect always has the
same aspect ratio.
- Any pixels in an image chip that go outside img are set to 0 (i.e. black).
!*/
...
...
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