Skip to content

Object recognition in images. Currently a Bayesian topic model detector built for a class project

Notifications You must be signed in to change notification settings

jvandew/imgdetect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imgdetect

Object recognition in images. Currently just a work in progress Bayesian topic model detector built for a class project.

The included test file can compiled and run (in one step) using:

make go

Alternatively, shell masochists can compile and run manually with:

scalac -cp .:share/OpenCV/java/opencv-248.jar CVTest.scala
scala -cp .:share/OpenCV/java/opencv-248.jar -Djava.library.path=share/OpenCV/java CVTest

Note:
This project uses OpenCV for some image processing. The included libraries were compiled for 64-bit Mac OS X. Your mileage may vary.

About

Object recognition in images. Currently a Bayesian topic model detector built for a class project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages