photo

Fowzi barznji


Last seen: casi 4 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadística

  • Revival Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
how to find cityblock distance?
try these files may be contain an interest to u

más de 4 años hace | 0

Respondida
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

más de 4 años hace | 0

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

más de 4 años hace | 0

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

más de 4 años hace | 0

Respondida
Quantization HSV Space by assigning 8 level each to hue, saturation and value to give a quantized HSV space with 8x8x8=512 histogram bins
Sir Subhadeep Koley which version of MATLAB u r using ?

más de 4 años hace | 0