- added chromakey
git-svn-id: http://moon:8086/svn/matlab/trunk@140 801c6759-fa7c-4059-a304-17956f83a07c
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user