代码搜索:Content-based

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

代码结果 15
www.eeworm.com/read/221024/14773999

html http:^^www.cs.cornell.edu^home^rdz^refinement.html

MIME-Version: 1.0 Server: CERN/3.0 Date: Sunday, 24-Nov-96 22:03:01 GMT Content-Type: text/html Content-Length: 2156 Last-Modified: Thursday, 03-Oct-96 21:45:37 GMT Histog
www.eeworm.com/read/146237/12662381

m cbir_l2dist.m

function dist = CBIR_L2dist(x1, x2) % EE6850 HW3, Content-Based Image Retrieval % CBIR_L2dist() --- L2 distance of a given feature vector pair % input: % feature vector x1 and x2 (1xN) % output
www.eeworm.com/read/146237/12662385

m cbir_featurecalc.m

function CBIR_featurecalc() % EE6850 HW3, Content-Based Image Retrieval % CBIR_featurecalc() --- feature calculation % input: % output: % Feature vectors of each image % saved as a stru
www.eeworm.com/read/146237/12662376

m cbir_edgedirection.m

function edgehist = CBIR_edgedirection(rgb) % EE6850 HW3, Content-Based Image Retrieval % CBIR_edgedirection() -- edge direction histogram calculation % input: % MxNx3 image data, in RGB % or