代码搜索:Meanshift
找到约 39 项符合「Meanshift」的源代码
代码结果 39
www.eeworm.com/read/432783/8573632
m meanshift.m
function [ rowcenter colcenter M00 ] = meanshift(I, rmin, rmax, cmin,...
cmax, probmap)
%inputs
% rmin, rmax, cmin, cmax are the coordiantes of the window
% I is the image
%outputs
% colcent
www.eeworm.com/read/186878/8898345
m meanshift.m
function [x, idx] = meanshift(xi, h, method, p, Kc, e, itmax, K)
%MEANSHIFT is an implementation of mean shift method
%
% input parameters:
% xi: source points
% h: scale of the ke
www.eeworm.com/read/284754/8900539
mht meanshift.mht
From:
Subject:
Date: Tue, 26 Jun 2007 15:57:21 +0800
MIME-Version: 1.0
Content-Type: text/html;
charset="gb2312"
Content-Transfer-Encoding: quoted-printabl
www.eeworm.com/read/283549/9007972
pdf meanshift.pdf
www.eeworm.com/read/372455/9509960
ppt meanshift.ppt
www.eeworm.com/read/161302/10427559
m meanshift.m
% Adam Kukucka
% Zach Clay
% Marcelo Molina
% CSE 486 Project 3
function [ rowcenter colcenter M00 ] = meanshift(I, rmin, rmax, cmin,...
cmax, probmap)
%inputs
% rmin, rmax, cmin, cmax are
www.eeworm.com/read/422736/10614592
m meanshift.m
function [ rowcenter colcenter M00 ] = meanshift(I, rmin, rmax, cmin,...
cmax, probmap)
%inputs
% rmin, rmax, cmin, cmax are the coordiantes of the window
% I is the image
%outputs
% colcent
www.eeworm.com/read/417677/10980674
m meanshift.m
function y=meanshift(g,y0) ;
% Given a grid structure (generated by meanshiftinit) and a starting point
% y0, return the mean shift limit. Normal kernel is used,
% K(x)=c exp(-1/2 * norm(x ./ h)^2)
www.eeworm.com/read/460717/7242632
m meanshift.m
function [ rowcenter colcenter M00 ] = meanshift(I, rmin, rmax, cmin,...
cmax, probmap)
%inputs
% rmin, rmax, cmin, cmax are the coordiantes of the window
% I is the image
%outputs
% colcent
www.eeworm.com/read/447486/7550064
m meanshift.m
function [newPoint] = MeanShift(candidate,target)
sizeRegX = size(candidate.qgradX);
sizeRegY = size(candidate.qgradY);
wh = min([sizeRegX(1) sizeRegX(2)]);
ww = min([sizeRegX(2) sizeRegY(2)]