Confirmed users
770
edits
Line 50: | Line 50: | ||
</source> | </source> | ||
<br> | <br> | ||
[[File:NewProjectFoxEye1.png]]<br> | [[File:NewProjectFoxEye1.png|800px]]<br> | ||
This example try to run text recognition in VideoWorker. In VideoWorker, developer can directly use OpenCV in asm.js version. | This example try to run text recognition in VideoWorker. In VideoWorker, developer can directly use OpenCV in asm.js version. | ||
But that means the developer or library provider should provide a way to transform ImageBitmap to OpenCV::Mat type. The alternative is providing a new API(WebImage) which dealing with those kinds of interface problems. We can start this kind of implementation in B2G case first.<br> | But that means the developer or library provider should provide a way to transform ImageBitmap to OpenCV::Mat type. The alternative is providing a new API(WebImage) which dealing with those kinds of interface problems. We can start this kind of implementation in B2G case first.<br> |