LegoCV
LegoCV copied to clipboard
Where is the bridging header?
it's weird but how to connect objc to swift wothout bridging header? Any clue?
what do you mean without header? it's not possible without .h file
to call objc functions from swift you need .h and .mm files..
I mean there is no header file (objective-c Bridging header) to mix both swift and obcj. see Mix and Match Documentation
this project will not work anyway, try to google different (how to connect opencv), and you have to use opencv functions in objective-c class, those swift wrappers won't work anyway, so you can write opencv code in c++ using .mm class (ojective-c++) and using header to call functions from swift