Languages

Menu
Sites
Language
OpenCV 사용

타이젠 웹 openCV에 관련해서 문의드릴 것이 있습니다.

웹 앱 개발을 하는데 openCV를 이용해야 할 것 같아서 혹시 타이젠에서 사용할 수 있는지와 

혹시 관련 자료들 샘플코드, 예제 등 있으시면 받고 싶습니다. static library를 이용해서

가능 하다고 들었던 것 같은데요.  감사합니다.

Responses

1 Replies
Nafisul Islam Kiron

Hello, as far as I know openCV cannot be used in web apps directly. A workaround is developing a client-server app where the server will process the images.

If you wanted to use it for face detection then there is a JS library that can do it

https://github.com/liuliu/ccv/tree/unstable/js

 

If it is for image effects

http://evanw.github.io/glfx.js/docs/

http://camanjs.com/