- added chromakey

git-svn-id: http://moon:8086/svn/matlab/trunk@140 801c6759-fa7c-4059-a304-17956f83a07c
This commit is contained in:
2020-10-03 19:11:57 +00:00
parent 1c1e8cde46
commit bfd6fb4f3d
4 changed files with 91 additions and 0 deletions
+1
View File
@@ -23,6 +23,7 @@
## Author: Jens <jens@orion>
## Created: 2020-10-03
# bluescreen('adventure_rose.jpg', 0.4, 0.4, 4)
function retval = bluescreen (img_name, k_sb, k_ds, k_cw)
im = im2double(imread(img_name));
im_rgb = imresize(im, 1);