-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit babb148
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Manual-Greenscreen-Matting | ||
Greenscreen Matting done on still images and greenscreen videos. | ||
Results and code included within. | ||
dassg@rpi.edu | ||
|
||
|
||
If you're on linux, you can use some of the software I wrote (if you have OpenCV 3.0 Installed): | ||
|
||
MATTE AND COMPOSITE GENERATOR | ||
|
||
./op1 SOURCE_IMAGE TARGET_IMAGE [can be compiled using 1_track.cpp] | ||
|
||
SOURCE_IMAGE: The original image for which you need the alpha matte (must be a green screen image) | ||
TARGET_IMAGE: The Image on which you want to composite the foreground contained in the source image, you'll be shown the final composite as you change the parameter values | ||
|
||
[https://i.imgur.com/0Ptmhz3.png] should give you an idea about the functioning of the program. | ||
|
||
MANUAL COMPOSITE GENERATOR | ||
|
||
./get_c MATTE_LOCATION TARGET_LOCATION SOURCE_LOCATION FINAL_COMPOSITE_LOCATION | ||
|
||
Other files were used to matte video frames, they're there for reference, if you wish to use them, you must understand them yourself. | ||
|