代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/482867/6615462
m trainlvq.m
% training vector quantization
function [v]=trainlvq(x,p)
global para;
c=para.clusters;
if(p==0)
s=para.s(1);
else
s=para.s(p)
end
x=double(x);
%preprocess---------------------
rn
www.eeworm.com/read/482537/6617414
h dec6713.h
/********************************************************************************\
\*DEC6713.H v1.00 *
* Copyright 2006 by SSD Electronic Technology Ltd.
www.eeworm.com/read/482542/6617484
h dec6713.h
/********************************************************************************\
\*DEC6713.H v1.00 *
* Copyright 2006 by SSD Electronic Technology Ltd.
www.eeworm.com/read/481859/6631692
m saltandpeppermedian.m
clear all
clc
I=imread('Fig0507(a)(ckt-board-orig).tif');
J=imnoise(I,'salt & pepper',.075);
a=double(J);
b=a;
[row col]=size(a);
for x=2:1:row-1;
%% To make a 3 x 3 matrix into a 1 x 9 ma
www.eeworm.com/read/481859/6631693
asv saltandpeppermedian.asv
clear all
clc
I=imread('Fig0427(a)(woman).tif');
J=imnoise(I,'salt & pepper',0.02);
a=double(J);
b=a;
[row col]=size(a);
for x=2:1:row-1;
for y=2:1:col-1;
a1=[a(x-1,y-1) a(x-1,y)
www.eeworm.com/read/481859/6631694
m gaussiannoise.m
clear all
clc
aa=imread('Fig0427(a)(woman).tif');
f=double(aa);
%input 'salt & pepper', or 'Gaussian'
ab=imnoise(aa,'salt & pepper', 0.2);
a=double(ab);
w=[1 1 1;1 1 1;1 1 1]/9
[row col]=size(
www.eeworm.com/read/481630/6636657
c can232.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/481740/6637675
h mcpdu.h
/*
* Copyright (C) Obigo AB, 2002-2005.
* All rights reserved.
*
* This software is covered by the license agreement between
* the end user and Obigo AB, and may be
* used and copied only
www.eeworm.com/read/480610/6666746
c main1.c
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
www.eeworm.com/read/446729/6679241
h mt9t001.h
/*
* Copyright 2004 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
*