s

sfm

BoofCV is an open source Java library for real-time computer vision and robotics applications.
http://boofcv.org
The Apache Software License, Version 2.0
Peter Abeles
Files download
File Operation
sfm-0.25.jar download
sfm-0.25.pom download
sfm-0.25-sources.jar download
Apache Maven
<dependency>
  <groupId>org.boofcv</groupId>
  <artifactId>sfm</artifactId>
  <version>0.25</version>
</dependency>
Gradle Groovy
implementation 'org.boofcv:sfm:0.25'
Gradle Kotlin
implementation("org.boofcv:sfm:0.25")
Scala SBT
libraryDependencies += "org.boofcv" % "sfm" % "0.25"
Groovy Grape
@Grapes(
  @Grab(group='org.boofcv', module='sfm', version='0.25')
)
Apache Ivy
<dependency org="org.boofcv" name="sfm" rev="0.25" />
Leiningen
[org.boofcv/sfm "0.25"]
Apache Buildr
'org.boofcv:sfm:jar:0.25'