I'm using opencv2 framework, you can find info at their website. The framework is installed and working, but a lot seems to be updated (mostly it seems to be more swifty, which is great!), for example:
cvMat
has moved to Mat(
as a swift struct initialized
However, I'm missing two global functions:
matchTemplate, and computeDistance
did these move to an object or get renamed somewhere?
ultimately, I'd like to reproduce this function: https://stackoverflow.com/a/20562811/2611971