photo

Fowzi barznji


Last seen: 4年弱 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

  • Revival Level 1
  • First Answer

バッジを表示

Feeds

表示方法

回答済み
how to find cityblock distance?
try these files may be contain an interest to u

4年以上 前 | 0

回答済み
how to find cityblock distance?
x=[1 3 9 6 4 2 6 8 3 6]; y=[4 -2 6 8 8 3 7 2 1 1]; cityblockvalue = sum((abs(x - y))); cityblockvalue= 32

4年以上 前 | 0

回答済み
Is there a direct function for RGB to YUV color space conversion? please help
Y′UV is often used as a term for YCbCr.

4年以上 前 | 0

回答済み
How code GMM RGB image segmentation in matlab?
Try this code clc; [file,path] = uigetfile('*.jpg'); disp(['User selected ', fullfile(path,file)]); img=imread...

4年以上 前 | 0