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
cbc784a7
"...en/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "f19f1287358beb31a71bc1bf0ef680a2c6155964"
Commit
cbc784a7
authored
Dec 11, 2012
by
Davis King
Browse files
fixed typo in a comment
parent
95d1383d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/pixel.h
dlib/pixel.h
+1
-1
No files found.
dlib/pixel.h
View file @
cbc784a7
...
@@ -801,7 +801,7 @@ namespace dlib
...
@@ -801,7 +801,7 @@ namespace dlib
else
else
{
{
// perform this assignment using fixed point arithmetic:
// perform this assignment using fixed point arithmetic:
// dest = src*(alpha/255) +
src
*(1 - alpha/255);
// dest = src*(alpha/255) +
dest
*(1 - alpha/255);
// dest = src*(alpha/255) + dest*1 - dest*(alpha/255);
// dest = src*(alpha/255) + dest*1 - dest*(alpha/255);
// dest = dest*1 + src*(alpha/255) - dest*(alpha/255);
// dest = dest*1 + src*(alpha/255) - dest*(alpha/255);
// dest = dest*1 + (src - dest)*(alpha/255);
// dest = dest*1 + (src - dest)*(alpha/255);
...
...
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