First of all, I want you to know that I really like OpenCV. I have been using it for a very long time, and I use it so much that I can count on one hand the number of times I had to look into the doc the last month. I think that this is really the kind of tool that you want to use when working daily with computer vision.
I though have a growing feeling that Opencv is really not suited for use applications. I am working on pet projects which are designed to be installable by anyone, easily.
The last version of OpenCV does not ship with exes, and the Linux packages are so outdated that I wouldn't even dare use them. The best solution is thus, most of the cases compilation. Same when thinking of mobile application, or cloud computing (even though the solution seem to exist).
SO my question is, how are you guys doing ? There are plenty of computer vision based application everywhere around me, cloud based, mobile based, . . . What tools do you use ?
I would be searching for something that is available for a maximum of platforms, but most of all easily deplyable through an application !
I have searched a lot on the internet, but to always fall back to OpenCV being the 'best' tool for computer vision.
I am open to quite any solution/language/tool/framework.
Thanks !