Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dkxce/virtualcamwithchromakey
Show how to remove background (chromakey) from one camera and send in to virtual
https://github.com/dkxce/virtualcamwithchromakey
background chromakey imagesharp opencv processing realtime video virtualcam
Last synced: 9 days ago
JSON representation
Show how to remove background (chromakey) from one camera and send in to virtual
- Host: GitHub
- URL: https://github.com/dkxce/virtualcamwithchromakey
- Owner: dkxce
- Created: 2024-10-15T13:11:16.000Z (24 days ago)
- Default Branch: main
- Last Pushed: 2024-10-24T09:58:22.000Z (15 days ago)
- Last Synced: 2024-10-25T05:57:38.678Z (14 days ago)
- Topics: background, chromakey, imagesharp, opencv, processing, realtime, video, virtualcam
- Language: C#
- Homepage:
- Size: 7.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### VirtualCamWithChromakey
Show how to remove background (chromakey technique) from one camera and send in to virtual.
Contains several remove background (chromakey technique) algorythms:
- RGBChromakeyRemover (supports obly basic color: red, green, blue)
- YCbCrChromakeyRemover (supports any color)
- RGB3DChromakeyRemover (supports any color)
- GrayScaleChromakeyRemover (supports any color)
- ColorMetricChromakeyRemover (supports any color)
- HSVChromakeyRemover (supports any color)// Entry Point
dkxce.RealCamToVirtualCamRouter.Route()YCbCrChromakeyRemover.Test() Results:
background image:
ovelay image:
removed greenbox image:
mixed image:
Other results [here](https://github.com/dkxce/VirtualCamWithChromakey/tree/main/images)
#chromakey #remover #algo
chromakey remover algorythm
chromakey algorythm
algorythm technique