Feeds
已回答
could you send code of Hausdorrf distance and average Hausdorff distance for segmention evaluation for images
function DistMap=f_hausdorf(Gt, Dc) % Baptiste Magnier, 2017, % compute the distance map based on the Hausdorff distance % i...
could you send code of Hausdorrf distance and average Hausdorff distance for segmention evaluation for images
function DistMap=f_hausdorf(Gt, Dc) % Baptiste Magnier, 2017, % compute the distance map based on the Hausdorff distance % i...
6 years 前 | 0
已回答
How do i convert RGB to Gray using the PCA
lab = rgb2lab(im); f = 0; wlab = reshape(bsxfun(@times,cat(3,1-f,f/2,f/2),lab),[],3); [C,S] = pca(wlab); S = resha...
How do i convert RGB to Gray using the PCA
lab = rgb2lab(im); f = 0; wlab = reshape(bsxfun(@times,cat(3,1-f,f/2,f/2),lab),[],3); [C,S] = pca(wlab); S = resha...
9 years 前 | 0

