Cycling74 / cv.jit

A collection of max/msp/jitter externals, abstractions and help files for computer vision applications originally authored by Jean-Marc Pelletier.
Other
130 stars 26 forks source link

C74pull #1

Closed grrrwaaa closed 9 years ago

grrrwaaa commented 9 years ago

Here’s what I did: 1) updated .gitignore to exclude the c74support folder 2) switched to ext_main and added a symbol exports file so that other externals using OpenCV and zlib will not have conflicts 3) added missing targets to xcode for camera calibration externals (the 5 missing listed below) 4) clean up Xcode project to centralize settings and remove redundant Info.plist files

cv.jit.calibration cv.jit.findchessboardcorners cv.jit.findhomography cv.jit.getperspective cv.jit.perspective

tap commented 9 years ago

Thanks, Graham. Note that ext_main should take a void* and return void. I can tidy that up though after the pull.

grrrwaaa commented 9 years ago

Whoops!

Ok � let me know when you do so I can sync my fork.

On Mar 27, 2015, at 11:46 AM, Timothy Place notifications@github.com wrote:

Thanks, Graham. Note that ext_main should take a void* and return void. I can tidy that up though after the pull.

� Reply to this email directly or view it on GitHub.