代码搜索:Susan

找到约 182 项符合「Susan」的源代码

代码结果 182
www.eeworm.com/read/278399/10537441

h susan.h

#define SEVEN_SUPP /* size for non-max corner suppression; SEVEN_SUPP or FIVE_SUPP */ #define MAX_CORNERS 15000 /* max corners per frame */ typedef struct {int x,y,info, dx, dy, I;}
www.eeworm.com/read/278399/10537498

obj susan.obj

www.eeworm.com/read/278399/10537567

h susan.h

#define SEVEN_SUPP /* size for non-max corner suppression; SEVEN_SUPP or FIVE_SUPP */ #define MAX_CORNERS 15000 /* max corners per frame */ typedef struct {int x,y,info, dx, dy, I;}
www.eeworm.com/read/278399/10537751

cpp susan.cpp

/* {{{ Copyright etc. */ /**********************************************************************\ SUSAN Version 2l by Stephen Smith Oxford Centre for Functional Magnetic Resonance Imaging o
www.eeworm.com/read/278399/10538119

cpp susan.cpp

/* {{{ Copyright etc. */ /**********************************************************************\ SUSAN Version 2l by Stephen Smith Oxford Centre for Functional Magnetic Resonance Imaging o
www.eeworm.com/read/464676/7067486

m susan.m

function image_out = susan(im,threshold) close all clc % check to see if the image is a color image... d = length(size(im)); if d==3 image=double(rgb2gray(im)); elseif d==2 image=doubl
www.eeworm.com/read/145465/12722697

m susan.m

% ----------------------------------------------------------------------- % % This function uses the SUSAN algorithm to find edges within an image % % % >>image_out = susan(image_in,threshold)
www.eeworm.com/read/245015/12826469

pdf susan.pdf

www.eeworm.com/read/306877/13736728

cpp susan.cpp

/* {{{ Copyright etc. */ /**********************************************************************\ SUSAN Version 2l by Stephen Smith Oxford Centre for Functional Magnetic Resonance Imaging of the
www.eeworm.com/read/483800/6595798

txt susan.txt

------susan.m 文件------------ % ----------------------------------------------------------------------- % % This function uses the SUSAN algorithm to find edges within an image % % % >>image_