代码搜索:uint8
找到约 10,000 项符合「uint8」的源代码
代码结果 10,000
www.eeworm.com/read/310212/13655001
m bwmorph.m
function [cout,lut] = bwmorph(a,op,n)
%BWMORPH Perform morphological operations on binary image.
% BW2 = BWMORPH(BW1,OPERATION) applies a specific
% morphological operation to the binary image
www.eeworm.com/read/310212/13655047
m roicolor.m
function dout=roicolor(a,low,high)
%ROICOLOR Select region of interest based on color.
% ROICOLOR selects a region of interest within an indexed or
% intensity image and returns a binary image.
www.eeworm.com/read/310212/13655053
m gray2ind.m
function [a,cm] = gray2ind(b,n)
%GRAY2IND Convert intensity image to indexed image.
% GRAY2IND scales, then rounds, an intensity image to produce
% an equivalent indexed image.
%
% [X,MAP]
www.eeworm.com/read/309639/13667596
h lcd.h
/******************************************************************************
* *
* **********
www.eeworm.com/read/308005/13711740
c uart.c
#define _UART_C_
#include "include.h"
#define BAUD 9600
#define CRYSTAL 11059200
#define BAUD_SETTING (unsigned int)((unsigned long)CRYSTAL/(16*(unsigned long)BAUD)-1)
#define BAUD_H (unsi
www.eeworm.com/read/307647/13718067
m createimage.m
function newim = createimage( im, phi )
% CREATEIMAGE Return segmented image as 3 channel uint8 image
% CREATEIMAGE( im, phi ) Draws the segmented region in green
% overtop of the original im
www.eeworm.com/read/307077/13731779
m ch2_3_3.m
%图像的多帧显示
mri = uint8(zeros(128,128,1,27));
for frame=1:27
[mri(:,:,:,frame),map] = imread('mri.tif', frame);
end
montage(mri, map);
www.eeworm.com/read/305195/13777052
c testyuv.c
/*
** $Id: testyuv.c,v 1.4 2005/04/21 02:23:06 weiym Exp $
**
** The demo for YUV overlay.
**
** Copyright (C) 2003 Feynman Software.
**
** Create date: 2003/05/12
*/
/*
** This source is free softw
www.eeworm.com/read/305081/13779028
c lcm_disp.c
/***********************************************************************
* 文件名:LCM_DISP.C
* 功能:DP_51PRO实验仪图形液晶显示实验。先在屏幕上的随机位置显示随机数字(0--9),
* 然后调用画直线函数以屏幕中心为中点画对称的直线,最后显示一个简单的窗口。
*************
www.eeworm.com/read/302473/13834007
c serial.c
/****************************************************************************
*
* MODULE Jenie Wireless UART
*
* COMPONENT $RCSfile: Serial.c,v $
*
* VERSION