Kyle McDonald
Kyle McDonald
this might be a change in the newer version of opencv being used in OF 0.9.0. you could try replacing the line with `dstMat += cv::Scalar(black)`. there is definitely a...
i don't have any plans right now, but i am open to suggestions and ideas. if you have a proposal for how it could be cleanly integrated i'd be glad...
This is related to #202
@vvzen I won't remove it soon, this repo moves slowly :) I will move it to a new addon `ofxCld` when I'm ready and there should be no differences.
I'm going to leave this up unless someone can test this more rigorously, especially checking how this relates to #202 . I think a lot of ofxCv is good, but...
thanks for reporting this, but i'm not sure what's happening -- is this in my example code that you're seeing this? or in code that you wrote? what kind of...
i'm really not sure, i can't understand how adding something to a vector could possibly cause an error. i'll leave this issue open for now in case someone else has...
which version of code::blocks are you using? i've read that there are some problems between OF and the most recent version of code::blocks. sorry i can't be of more help,...
as far as i can tell opencv won't return the indices directly, but it will return pointers to the contour points with respect to the hull. so something like the...
thanks! there might be other code that uses applyMatrix, so it would be better to replace the implementation of applyMatrix with `ofMultMatrix(makeMatrix(boardRotations[i], boardTranslations[i]));`