Thanks to visit codestin.com
Credit goes to github.com

Skip to content

wospeed/scalacv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scalacv

A eclectic mix of code implementing topics in computer vision, graph theory and distributed computing.

The name stands for Scala Computer Vision as an homage to both OpenCV and JavaCV both of which are used heavily via the javacpp library.

Currently there are 4 main example programs you can run:

1) PoseEstimationPipeLine

2) SceneGraphCreation

3) SparkFeatureMatch

4) VideoToPhotos

The pose estimation, video processing and graph construction examples are run from the command line via sbt run.

The Spark option is not as it assumes you know how to package up a jar and submit the job to a cluster.

Finally, much credit and thanks goes to the following repos for their code and excellent examples.

https://github.com/bytedeco/javacv-examples

https://github.com/scala-graph/scala-graph

About

Graphs and Computer Vision

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 100.0%