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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0
