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); ...

6 years 前 | 1 个回答 | 0

1

个回答