Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Start using OpenCV in your JVM project in just 1 line, no separate compiling, installing OpenCV, or fussing with your system required

License

NotificationsYou must be signed in to change notification settings

bytedeco/sbt-javacv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Join the chat at https://gitter.im/bytedeco/sbt-javacvMaven CentralBuild Status

Makes it easy to start playing around with OpenCV (via JavaCV) in Scala without having to compileor install OpenCV on your own.

Configures the following dependencies in your project:

  • JavaCV
  • JavaCPP
  • JavaCPP Presets

Usage

In yourproject/plugins.sbt:

addSbtPlugin("org.bytedeco"%"sbt-javacv"% version)

See the Maven badge for latest version.

Customisation

By default, this plugin will download the appropriate binaries for the platform of the computer currentlyrunning SBT, you can modify this by setting it to another platform (for example, if you want to compile JARs to be runon other platforms)

javaCppPlatform:="android-arm"

For more details, see theSBT-JavaCPP plugin

Also, this plugin only pulls inopencv JavaCPP preset by default. If you wish to add more, use thejavaCppPresetLibssettings key and use++= to append more (if you do not use append, you will end up wiping out the ones this plugin appends by default):

javaCppPresetLibs++=Seq("ffmpeg"->"3.4.1")

Note when upgrading from versions < 1.16:

As of JavaCPP 1.4videoinput is only available for windows, so it's not included by default since sbt-javacv 1.16.If you need it, you can add it just like any other JavaCPP preset:

javaCppPresetLibs++=Seq("videoinput"->"0.200")

About

Start using OpenCV in your JVM project in just 1 line, no separate compiling, installing OpenCV, or fussing with your system required

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp