Feeds
提问
How filter2() is working in this code?
function G=costfunction(im) G=zeros(size(im,1),size(im,2)); for ii=1:size(im,3) ...
8 years 前 | 0 个回答 | 0
0
个回答提问
seam segment carving for content and shape aware image retargeting
I am currently working on a project called content and shape aware image re-targeting. Which takes a RGB image and a binary imag...
8 years 前 | 0 个回答 | 0
0
个回答提问
I have RGB (MxNx3) image and a binary mask (MxN). I want to place this mask over the RGB such that a line should be shown along the shape of the mask on the RGB image.
<</matlabcentral/answers/uploaded_files/104483/1.jpg>> The output should be some what like this
8 years 前 | 1 个回答 | 0
