hollance / CoreMLHelpers

Types and functions that make it a little easier to work with Core ML in Swift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pixelBuffer not public

raphimulator opened this issue · comments

When CoreMLHelpers is used as a Swift Package, some functions cannot be called unless they are public. CGImage+CVPixelBuffer::pixelBuffer is one of those.

Thanks, fixing this.