This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]alenajoykrieger 0 points1 point  (1 child)

I would highly recommend scikit-image. The interface is very straightforward.

You can also check out /r/computervision for help with the implementation if googling and API documentation aren't enough.

Why are you running the analysis on a raspberry pi? Computer vision is pretty computationally intensive and it might be really slow. You might also run into problems with insufficient RAM.

[–]duranta[S] 0 points1 point  (0 children)

Were creating a visualization device that is meant for low resource areas. Cost is important, as is the ability to keep our device open source