Confirmed users
770
edits
| Line 80: | Line 80: | ||
===WebImage:=== | ===WebImage:=== | ||
The WebImage is a high level API for image processing and analysis library. The underlying implementation of this library can be asm.js or native code which depend on platform providers. The purpose of this API is try to fill the gap between ImageBitmap and other open source image data structure and also provide a room of optimism possibility in mobile devices. By providing a JavaScript paradigm library can make application developers easier life. For example, we can provide some built-in detection functions like face detection, text reorganization and so on. We can start from B2G first for this experimental library. | The WebImage is a high level API for image processing and analysis library. Would not address too much in this wiki page. Will discuss it later when the worker part is more clear. The underlying implementation of this library can be asm.js or native code which depend on platform providers. The purpose of this API is try to fill the gap between ImageBitmap and other open source image data structure and also provide a room of optimism possibility in mobile devices. By providing a JavaScript paradigm library can make application developers easier life. For example, we can provide some built-in detection functions like face detection, text reorganization and so on. We can start from B2G first for this experimental library. | ||
===Offline MediaStream:=== | ===Offline MediaStream:=== | ||