Skip to content

Commit

Permalink
This function is recursive and not in a good way.
Browse files Browse the repository at this point in the history
  • Loading branch information
bakercp committed Feb 14, 2017
1 parent 0f5be50 commit b7ed60c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libs/ofxCv/include/ofxCv/Utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,6 @@ namespace ofxCv {
allocate(mirror, ow, oh, mirrorCvImageType);
}

template <class M, class O> void imitate(M& mirror, O& original, int mirrorCvImageType) {
imitate(mirror, original, mirrorCvImageType);
}

// this version copies size and image type
template <class M, class O> void imitate(M& mirror, const O& original) {
imitate(mirror, original, getCvImageType(original));
Expand Down

0 comments on commit b7ed60c

Please sign in to comment.