eigengo / akka-patterns

Demonstration of the common Akka patterns
Apache License 2.0
560 stars 61 forks source link

Recognition FSM #41

Open janm399 opened 11 years ago

janm399 commented 11 years ago

Implement recognition core with FSM actor that drives the recognition "transaction"; that is, it checks that the first image is a circle, followed by rectangle, followed by face. Relies on the AMQP actor to send the images to the native CV code.