Pre-built Windows 7 binaries
Can anybody list some disadvantages/advantages to installing the Windows pre-built binaries? Also, what is the latest version (i.e. 2.4.5) of a pre-built binary able to be installed in a 64-bit Windows machine?
Will imperative features, specifically object tracking be uninstalled in the pre-built binaries?
Thanks.
compared to what ? rebuilding (using cmake..) ?
imho, theres 3 situations, when you want to build your own libs ( instead of just taking the prebuilt ones )
in all other cases, the prebuild libs should behave the same
The prebuilt binaries are built without TBB support e.g. SURF feature extraction is not parallelized. This makes sense for applications that parallelize over images, but applications that depend on processing image by image (such as a live video stream) benefit from TBBs.
oh, that's right, another reason for building from source