This commit is contained in:
Tomi Paananen 2014-12-02 13:26:06 +02:00
Родитель e243bbe2f8
Коммит 748d3437a9
2 изменённых файлов: 9 добавлений и 8 удалений

Просмотреть файл

@ -1,4 +1,4 @@
Copyright © 2013-2014 Microsoft Mobile Oy. All rights reserved.
Copyright © 2013-2014 Microsoft Mobile. All rights reserved.
Microsoft is a registered trademark of Microsoft Corporation. Nokia and HERE are
trademarks and/or registered trademarks of Nokia Corporation. Other product and
@ -41,5 +41,5 @@ EXEMPLARY AND/ OR INCIDENTAL DAMAGES) OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Microsoft Mobile Oy retains the right to make changes to this document at any
Microsoft Mobile retains the right to make changes to this document at any
time, without notice.

Просмотреть файл

@ -1,16 +1,17 @@
Chroma Key Demo
===============
Chroma Key Demo is a Nokia Developer example demonstrating the Nokia Imaging SDK chroma key filter.
Chroma Key Demo is an example demonstrating the Imaging SDK chroma key filter.
Tap on the upper original viewfinder to select a chroma key color (for example a green backdrop canvas)
and use the color distance slider to adjust the threshold of the color range to be made transparent.
Tap on the lower modified viewfinder to toggle between a video background and a "transparent" background.
Tap on the upper original viewfinder to select a chroma key color (for example a
green backdrop canvas) and use the color distance slider to adjust the threshold
of the color range to be made transparent. Tap on the lower modified viewfinder
to toggle between a video background and a "transparent" background.
This example application is hosted in GitHub:
https://github.com/Microsoft/chroma-key-demo/
For more information on implementation visit Nokia Lumia Developer's Library:
For more information on implementation visit Lumia Developer's Library:
http://developer.nokia.com/Resources/Library/Lumia/nokia-imaging-sdk/sample-projects/chroma-key-demo.html
Developed with Microsoft Visual Studio Express for Windows Phone 2012.
@ -111,6 +112,6 @@ Version history
---------------
* 1.1: Second public release of Chroma Key Demo
- Updated to the latest Nokia Imaging SDK version 1.1.177
- Updated to the latest Imaging SDK version 1.1.177
* 1.0: First public release of Chroma Key Demo