"git@developer.sourcefind.cn:OpenDAS/dlib.git" did not exist on "fced3587f1fc26ea84575a42e1c1e7554f495ff1"
Commit cbc784a7 authored by Davis King's avatar Davis King
Browse files

fixed typo in a comment

parent 95d1383d
...@@ -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);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment