nebgnahz / cv-rs

Rust wrapper for OpenCV (manual at this point)
https://nebgnahz.github.io/cv-rs/cv/
MIT License
203 stars 41 forks source link

Add text feature #103

Closed Pzixel closed 5 years ago

Pzixel commented 5 years ago

This PR should allow mac users to compile the code without building opencv from source.

Fixes #91 #76

In-line commented 5 years ago

You're savior, I was going to present at work on MAC example with Rust and OpenCV :)

Pzixel commented 5 years ago

@In-line can you confirm if it works? I don't have mac so it's quite hard to me to check it myself 😄

In-line commented 5 years ago

@Pzixel Tomorrow I'll do it at workplace : )

In-line commented 5 years ago

Installing brew install opencv@3 requires compiling of gcc from sources, so this process is very long. I guess it will take one night to compile everything.

Pzixel commented 5 years ago

So... ? 😄

In-line commented 5 years ago

@Pzixel So I dropped the idea of installing OpenCV.. But I try one more time now.

In-line commented 5 years ago

@Pzixel It's working. Confirmed with brew install opencv, I was forced to manually link brew's opencv include dir with /usr/local/include/opencv2

In-line commented 5 years ago

Ship it! :shipit: