Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
remove TM'd references
  • Loading branch information
tobybreckon committed Jun 27, 2023
1 parent e940946 commit 35e3f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Chroma Keying via Colour Selection and Filtering in Real-time Video

This repository contains a set of computer science taster coding exercises for colour filtering from a live video image, including _Harry Potter_ style **invisibility cloaking** via a technique known as **[chroma keying](https://en.wikipedia.org/wiki/Chroma_key)**. It is designed to give you a starter experience in Python coding and real-time image manipulation.
This repository contains a set of computer science taster coding exercises for colour filtering from a live video image, including the movie special effect _wizard style_ **invisibility cloaking** via a technique known as **[chroma keying](https://en.wikipedia.org/wiki/Chroma_key)**. It is designed to give you a starter experience in Python coding and real-time image manipulation.

[![Python - PEP8](https://github.com/tobybreckon/chroma-keying/actions/workflows/pep8-check.yml/badge.svg)](https://github.com/tobybreckon/chroma-keying/actions/workflows/pep8-check.yml)

Expand Down

0 comments on commit 35e3f9c

Please sign in to comment.