代码搜索: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/230421/7117252
pdf a generic and automatic content-based approach for h264.pdf
www.eeworm.com/read/210376/15200170
nh study of content-based news video retrieval system.nh
www.eeworm.com/read/11158/205555
pdf a generic and automatic content-based approach for h264.pdf
www.eeworm.com/read/253278/12232977
pdf scene change detection algorithms for content-based video indexing and retrieval.pdf
www.eeworm.com/read/328924/12995109
pdf content-based image retrieval using association rule mining with soft relevance feedback.pdf
www.eeworm.com/read/400251/11580017
pdf relaxational metric adaptation and its application to semi-supervised clustering and content-based image retrieval.pdf
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