diff options
| author | Tim Redfern <tim@herge.(none)> | 2013-07-17 12:16:12 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@herge.(none)> | 2013-07-17 12:16:12 +0100 |
| commit | 44c13aad4de51fc0d30992f5dccb053669fa29d6 (patch) | |
| tree | a8796f8b68ced170faa279040231afa19c7d4edd /rotord/cvimage.h | |
| parent | 17bde044aceadf9484d9ac999e8d4b9b2381f9c8 (diff) | |
timed pixelcorps version of alpha_merge is faster than openCV
Diffstat (limited to 'rotord/cvimage.h')
| -rw-r--r-- | rotord/cvimage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/cvimage.h b/rotord/cvimage.h index c73ba70..0b767d8 100644 --- a/rotord/cvimage.h +++ b/rotord/cvimage.h @@ -162,7 +162,7 @@ namespace Rotor { Image & operator*=(const Image &other); Image & add_wrap(const Image &other); Image & alpha_blend(const Image &other); - Image & alpha_blend_old(const Image &other); + Image & alpha_blend_cv(const Image &other); Image & alpha_merge(const Image &other); Image & operator*=(const float &amount); Image * operator*(const float &amount); |
