フィルターのクリア

how draw Image Correlation (horizontal or vertical or diagonal pixel ) in mtlab

4 ビュー (過去 30 日間)
omar A.alghafoor
omar A.alghafoor 2020 年 7 月 4 日
編集済み: omar A.alghafoor 2020 年 7 月 4 日
Hi....
how are you draw this code such as picture attached this code :
I=rgb2gray(im2double(P));
c_diag = corrcoef(I(1:end-1, 1:end-1), I(2:end, 2:end));
c_vert = corrcoef(I(1:end-1, :), I(2:end, :));
c_horz = corrcoef(I(:, 1:end-1, :), I(:, 2:end));

回答 (0 件)

カテゴリ

Help Center および File ExchangeImages についてさらに検索

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by