Pixel value of edge

조회 수: 2 (최근 30일)
Balkar Singh
Balkar Singh 2019년 6월 24일
답변: KSSV 2019년 6월 24일
How to display the value of every edge pixel.

답변 (1개)

KSSV
KSSV 2019년 6월 24일
% Left side
I(:,1)
% Right Side
I(:,end)
% Top
I(1,:)
% Bottom
I(end,:)

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by