withniu
withniu

Reputation: 46

Install OpenCV with Cuda support in Macports?

I tried to use Macports to install Opencv 2.4.1 with CUDA support but with no luck.

The current version of port Opencv is 2.4.1. I can successfully install opencv and compile in Xcode, but when I tried to use gpu library, it says no gpu support.

According a the thread https://trac.macports.org/ticket/34753, version 2.4.1 in Macports should support cuda somehow, but I don't get it.

Is there a way to configure it?

Thanks in advance.

Upvotes: 1

Views: 867

Answers (1)

karlphillip
karlphillip

Reputation: 93468

You need OSX 10.7.3 and CUDA 4.1 (or above).

Upvotes: 1

Related Questions