Ask Your Question

sheldon's profile - activity

2014-10-03 16:27:36 -0600 answered a question is this a bug in High Dynamic Range Imaging (OpenCV3 alpha)

did you fix this?

Also, how did you compile the opencv libraries?

2014-10-03 16:26:52 -0600 asked a question How to build Opencv 3 alpha with cmake

OS : WIndows 7 IDE : MS Visual Studio (C++)

Hi there,

Prior to Opencv 3.0 Alpha I was able to use the precompiled libraries within the opencv within Visual Studio by simply linking directories and adding additional directories.

I never used CMAKE to build any of the libraries before as the above method worked perfectly.

I downloaded the alpha edition because of the HDR features however upon trying to link I noticed that many of the binary and library files were not included in the download, especially the core and calib3 files. I therefore am unable to link VS with Opencv.

I have read that I need to either: 1. Manually compile the library with CMAKE or, 2. Attempt to download the master file from github.

MY question is, does the Github directory contain the binary and library files necessary?

Please could someone help me with building the libraries manually via CMAKE?

Desperate much, Thanks so much!