代码搜索:Content-based

找到约 15 项符合「Content-based」的源代码

代码结果 15
www.eeworm.com/read/146237/12662357

m cbir_edgehist.m

function edgehist = CBIR_edgehist(rgb) % EE6850 HW3, Content-Based Image Retrieval % CBIR_edgehist() -- edge histogram calculation % input: % MxNx3 image data, in RGB % or MxN luminance chann
www.eeworm.com/read/146237/12662363

m cbir_colorhist.m

function colorhist = CBIR_colorhist(rgb) % EE6850 HW3, Content-Based Image Retrieval % CBIR_colorhist() --- color histogram calculation % input: % MxNx3 image data, in RGB % output: % 1x256
www.eeworm.com/read/146237/12662366

m cbir_query.m

function CBIR_Query(q_imgid, dist_id, lamda) % EE6850 HW3, Content-Based Image Retrieval % CBIR_Query() --- main script % take query, compute distance, rank them, display result % input: % que
www.eeworm.com/read/146237/12662370

m cbir_histintersection.m

function dist = CBIR_histintersection(x1, x2) % EE6850 HW3, Content-Based Image Retrieval % CBIR_histintersection() --- intersection of two histograms % input: % feature vector x1 and x2 (1xN)
www.eeworm.com/read/146237/12662379

m cbir_cosinedist.m

function dist = CBIR_cosinedist(x1, x2) % EE6850 HW3, Content-Based Image Retrieval % CBIR_cosinedist() --- Cosine distance of a given feature vector pair % input: % feature vector x1 and x2 (1x