Skip to content

Commit

Permalink
fix bug 3434
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenPuttemans committed May 12, 2014
1 parent 5e47aa6 commit 6c59e39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ Explanation
image.convertTo(new_image, -1, alpha, beta);
where :convert_to:`convertTo <>` would effectively perform *new_image = a*image + beta*. However, we wanted to show you how to access each pixel. In any case, both methods give the same result.
where :convert_to:`convertTo <>` would effectively perform *new_image = a*image + beta*. However, we wanted to show you how to access each pixel. In any case, both methods give the same result but convertTo is more optimized and works a lot faster.

Result
=======
Expand Down

0 comments on commit 6c59e39

Please sign in to comment.