Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philandrew/scalaopencv
OpenCV in Scala
https://github.com/philandrew/scalaopencv
Last synced: about 23 hours ago
JSON representation
OpenCV in Scala
- Host: GitHub
- URL: https://github.com/philandrew/scalaopencv
- Owner: PhilAndrew
- Created: 2015-11-21T15:19:49.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-11T12:41:23.000Z (almost 9 years ago)
- Last Synced: 2023-07-31T23:54:33.610Z (over 1 year ago)
- Language: Scala
- Size: 4.8 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tested on Windows.
1. Download OpenCV
http://opencv.org/downloads.html2. Extract to some directory, I'm on Windows and extracted OpenCV at
C:\home\software\opencv3. In the SBT Scala example within this OpenCV copy the JAR file to the JAR directory
Copy the JAR from
C:\home\software\opencv\build\java
TO
This projects lib directory
Actually I already did this.4. Copy opencv_java300.dll from somewhere to this directory scalaopencv where you type sbt run
5. sbt run
sbt run will run the file Main in works.Main