What is the best compatible opencv version for Windows 8.1 on Visual Studio 2013

asked 2015-11-24 10:51:09 -0600

WH gravatar image

On my platform, some opencv functions such as houghcircle is not working properly. Please tell me the best opencv version for my platform.

edit retag flag offensive close merge delete

Comments

1

I don't think there is a compatibility problem with opencv using your configuration. Your problem should be in your configuration. May be program is linked with wrong libs static or dll or dll or release.

May be you should unstalled your opencv and try to clone opencv from git and use cmake to build opencv and after your own program

LBerger gravatar imageLBerger ( 2015-11-24 11:09:10 -0600 )edit