代码搜索:Resolution
找到约 5,618 项符合「Resolution」的源代码
代码结果 5,618
www.eeworm.com/read/297325/8029649
m centercirclefinder.m
function [xc,good,bad] = centercirclefinder(xt,I,wintx,winty);
%xt = [521.6249 ; 469.9916];
%wintx = 60;
%winty = 60;
xt = xt';
xt = fliplr(xt);
if nargin < 4,
winty = 5;
if
www.eeworm.com/read/297325/8029689
m cornerfinder.m
function [xc,good,bad,type] = cornerfinder(xt,I,wintx,winty,wx2,wy2);
%[xc] = cornerfinder(xt,I);
%
%Finds the sub-pixel corners on the image I with initial guess xt
%xt and xc are 2xN matrices.
www.eeworm.com/read/297325/8029896
m edgefinder.m
function [xc,good,bad,type] = edgefinder(xt,I,wintx,winty,wx2,wy2);
%[xc] = cornerfinder(xt,I);
%
%Finds the sub-pixel corners on the image I with initial guess xt
%xt and xc are 2xN matrices. T
www.eeworm.com/read/246977/12694921
h 2410lib.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/246977/12695018
h 2410lib.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/246803/12704346
m invshrink.m
function ws = InvShrink(wc,L,sa,alpha)
% InvShrink -- Shrinkage with Exponential Factor applied
% Usage
% s = InvShrink(wc,L,sa,alpha)
% Inputs
% wc Wavelet Transform of noisy sequen
www.eeworm.com/read/145715/12706016
m centercirclefinder.m
function [xc,good,bad] = centercirclefinder(xt,I,wintx,winty);
%xt = [521.6249 ; 469.9916];
%wintx = 60;
%winty = 60;
xt = xt';
xt = fliplr(xt);
if nargin < 4,
winty = 5;
if
www.eeworm.com/read/145715/12706072
m cornerfinder.m
function [xc,good,bad,type] = cornerfinder(xt,I,wintx,winty,wx2,wy2);
%[xc] = cornerfinder(xt,I);
%
%Finds the sub-pixel corners on the image I with initial guess xt
%xt and xc are 2xN matrices.