Ask Your Question
1

OpenCV 3.0 for iOS download is framework 2?

asked 2015-02-23 15:27:13 -0600

Shiania White gravatar image

The downloads and homepage clear show OpenCV 3.0 Beta as being available for download for iOS. However, these links seem to be downloading the opencv2.framework. I'm guessing this is the old OpenCV 2 framework and not the correct version 3 beta. Where might I be able to find the version 3 beta for iOS? Or is this the correct one and there is some other reason for calling the version 3 framework opencv2? Thanks!

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2015-03-08 11:48:54 -0600

This is the 3.0 Beta framework. You can tell for sure if you look in the Headers folder. Inside, you should see the imgcodecs folder containing ios.h which is new in 3.0.

To me, it would make a lot of sense to rename the libraries to opencv3. Since 3.0 breaks source code compatibility with 2.x anyway (which is a good thing, IMO), the most logical thing would be to change the file names to opencv3. This would make it easier to have 2.x and 3.0 installed concurrently for different projects.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-02-23 15:27:13 -0600

Seen: 426 times

Last updated: Mar 08 '15