- also store edges as file
git-svn-id: http://moon:8086/svn/matlab/trunk@144 801c6759-fa7c-4059-a304-17956f83a07c
This commit is contained in:
@@ -56,6 +56,7 @@ final = max(0, intermediate - k_ds_matte.*edges.*ref_rgb);
|
||||
imshow(final); title("final")
|
||||
|
||||
imwrite(intermediate, 'intermediate.png','png','alpha', matte);
|
||||
imwrite(edges, 'edges.png','png');
|
||||
imwrite(final, 'final.png','png','alpha', matte);
|
||||
imwrite(matte, 'alpha.png','png');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user