代码搜索:sobel
找到约 435 项符合「sobel」的源代码
代码结果 435
www.eeworm.com/read/382539/9022398
sobel-
www.eeworm.com/read/188544/8529445
rar sobel.rar
www.eeworm.com/read/288383/8636725
c sobel.c
#define IMAGEWIDTH 120
#define IMAGEHEIGHT 96
extern unsigned char y1[IMAGEWIDTH*IMAGEHEIGHT];
extern unsigned char y[IMAGEWIDTH*IMAGEHEIGHT];
int mi,mj,m_nWork1,m_nWork2;
unsigned int m_nWor
www.eeworm.com/read/288383/8637528
wks sobel.wks
www.eeworm.com/read/288383/8637532
c sobel.c
/////////////////////////////////////////////////
// Example For ICETEK-VC5416-EDU //
// CTR Version : V4 //
// Filename: sobel.c
www.eeworm.com/read/385435/8805431
m sobel.m
f=imread('front2-back2.jpg');
X8=rgb2gray(f);%转化为灰阶图像
f=rgb2gray(f);
h=ones(3,3);
h=h/9;
X64=double(X8)/255;%转化为double类型存储格式,即每位像素占64位
K=conv2(X64,h);%卷积空间滤波
www.eeworm.com/read/381756/9072663
bmp sobel.bmp
www.eeworm.com/read/381756/9072676
c sobel.c
/*****************************************************************
** 函数名: SobelOnePoint
** 输 入: Imagebuf,Row,Col,Length
** InImagebuf---输入图像处理前显示区指针。
** Row--- 行偏移。
** Col--- 列偏移。
** Length--
www.eeworm.com/read/381756/9072695
pjt sobel.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="Sobel"
ProjectDir="E:\EVM\DM642_20060117\program06\Sobel\"
ProjectType=Executable
C
www.eeworm.com/read/381756/9072699
map sobel.map
******************************************************************************
TMS320C6x COFF Linker PC Version 4.32
*******************************************************