photo

Guillem Puig Comerma


2018 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


How to convolute an image .bmp (335x758 uint8) with a vector [1 0 -1]?
%% 3.1 Gradient Computation I = imread('car1.bmp'); imshow(I) Dx = [-1 0 1]; Dy = transpose([-1 0 1]); Ix = conv(I,Dx); ...

7年弱 前 | 1 件の回答 | 0

1

回答