搜索资源列表

  1. LCD12864

    0下载:
  2. 12864串口液晶,包含两个文件:lcd.c与lcd.h. 调用 void printLCD(uint8 x,uint8 y,uint8 *fmt, ... ),即可将显示的字符串发送到液晶屏显示
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:4.86kb
    • 提供者:陈向东
  1. mywavedec2

    0下载:
  2. 将规范化后的图像的数据格式由适合显示图像的uint8格式转换为适合数值处理的double格式,再调用二维小波分解函数进行图像分解,最后为了清晰地显示分解图像的塔式结构,在图像的相应区域绘制若干分界线。
  3. 所属分类:Audio

    • 发布日期:2008-10-13
    • 文件大小:4.08kb
    • 提供者:罗微
  1. 红外接收

    0下载:
  2. 430红外接收 #include #include #include #include #include "xtype.h" #define IRDA (uint8)0x01 //P1_0 uint8 ifg; uint8 index=0,value; uint8 bitValue; ui
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2009-09-17
    • 文件大小:979byte
    • 提供者:coco123
  1. opencv to matlab

    0下载:
  2. cvlib_mex is a collection (over two dozens) of matlab callable routines from the the OpenCV library (www.intel.com/research/mrl/research/opencv/). OpenCV is a real time computer vision library with many image processin
  3. 所属分类:数学计算/工程计算

    • 发布日期:2010-12-03
    • 文件大小:651.96kb
    • 提供者:shshlzh
  1. opencv to matlab

    0下载:
  2. cvlib_mex is a collection (over two dozens) of matlab callable routines from the the OpenCV library (www.intel.com/research/mrl/research/opencv/). OpenCV is a real time computer vision library with many image processin
  3. 所属分类:数学计算/工程计算

    • 发布日期:2010-12-03
    • 文件大小:826.12kb
    • 提供者:shshlzh
  1. matlab函数

    0下载:
  2. cvlib_mex is a collection (over two dozens) of matlab callable routines from the the OpenCV library (www.intel.com/research/mrl/research/opencv/). OpenCV is a real time computer vision library with many image processin
  3. 所属分类:Windows编程

    • 发布日期:2010-12-03
    • 文件大小:523.35kb
    • 提供者:shshlzh
  1. LCD12864

    0下载:
  2. 12864串口液晶,包含两个文件:lcd.c与lcd.h. 调用 void printLCD(uint8 x,uint8 y,uint8 *fmt, ... ),即可将显示的字符串发送到液晶屏显示-12864 Serial LCD, contains two documents: lcd.c with lcd.h. call void printLCD (uint8 x, uint8 y, uint8* fmt, ...), can
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2025-01-07
    • 文件大小:5kb
    • 提供者:陈向东
  1. mywavedec2

    0下载:
  2. 将规范化后的图像的数据格式由适合显示图像的uint8格式转换为适合数值处理的double格式,再调用二维小波分解函数进行图像分解,最后为了清晰地显示分解图像的塔式结构,在图像的相应区域绘制若干分界线。-To standardize image data formats suitable for display by the image is converted to uint8 format suitable for numerical
  3. 所属分类:Audio

    • 发布日期:2025-01-07
    • 文件大小:4kb
    • 提供者:罗微
  1. tx

    0下载:
  2. cc2430无线发射程序,发射一个数据帧,中断指示发送完毕-cc2430 Wireless launch procedures, launching a data fr a me, interrupted the instructions to send completed
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2025-01-07
    • 文件大小:19kb
    • 提供者:沈卓
  1. lena

    0下载:
  2. lena图像的分解将规范化后的图像的数据格式由适合显示图像的uint8格式转换为适合数值处理的double格式,再调用二维小波分解函数进行图像分解,最后为了清晰地显示分解图像的塔式结构,在图像的相应区域绘制若干分界线。 -lena image after decomposition of the standardized image data format suitable for display by the image is c
  3. 所属分类:matlab例程

    • 发布日期:2025-01-07
    • 文件大小:1kb
    • 提供者:梁明
  1. Sobel

    0下载:
  2. 本代码是把二值图像转换成边缘检测图像国,是通过C语言和M语言混编的。-This code converts a BW image to an Edge Detected image in C with MEX. This code implements convolution with Sobel kernels to do the edge detection. I put this together for a school pro
  3. 所属分类:图形图象

    • 发布日期:2025-01-07
    • 文件大小:65kb
    • 提供者:
  1. imwritesc

    0下载:
  2. This function combines image rescaling and writing into the one function. If the image type is double image values are rescaled to the range 0-1 so that no overflow occurs when writing 8-bit intensity values. The image f
  3. 所属分类:行业应用软件

    • 发布日期:2025-01-07
    • 文件大小:1kb
    • 提供者:n
  1. sd_test

    0下载:
  2. MMC_SD_SendCommand(uint8 cmd, uint32 arg)
  3. 所属分类:Internet/网络编程

    • 发布日期:2025-01-07
    • 文件大小:435kb
    • 提供者:wing
  1. ngray

    0下载:
  2. 自写M函数,做灰度图像的灰度级数及灰度范围的自定义设置。例如:将[0 255]的uint8图像变换成8级灰度的灰度范围为[0 7]图像或者[11.5 25.8]图像。 输出图像为double类,用户可将图像归一化后自行转换为所需类型。-This is a M function written by self, it can be used to rebuild a image with a given number of gray-
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2025-01-07
    • 文件大小:1kb
    • 提供者:
  1. khalid_khuwaja

    0下载:
  2. Igray = rgb2gray(I) Ibw = im2bw(Igray,graythresh(Igray)) Iedge = edge(uint8(Ibw)) se = strel( square ,3) Iedge2 = imdilate(Iedge, se) Ifill= imfill(Iedge2, holes ) [Ilabel num] = bw
  3. 所属分类:编辑器/阅读器

    • 发布日期:2025-01-07
    • 文件大小:285kb
    • 提供者:honey
  1. hsi2rgb

    0下载:
  2. 数据类型转换,int转换成uint8,比较适用-data change
  3. 所属分类:matlab例程

    • 发布日期:2025-01-07
    • 文件大小:1kb
    • 提供者:李江波
  1. LPC2103CLKInit

    0下载:
  2. LPC21003实时时钟中断程序 通过LED观察结果-void UART1_Init (void) void GPIO_init(UINT8 GPIO_num
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2025-01-07
    • 文件大小:4kb
    • 提供者:晨光
  1. output_of_DCT_in_image_fusion

    0下载:
  2. u can calculate DCT clc inp = imread( Im1.jpg ) inp1 = imread( Im2.jpg ) A = double(inp(:,:,1)) B = double(inp1(:,:,1)) A1=double(blkproc(A,[8 8], dct2 )) B1=double(blkproc(B,[8 8],
  3. 所属分类:matlab例程

    • 发布日期:2025-01-07
    • 文件大小:29kb
    • 提供者:parthiban
  1. demosaicing

    0下载:
  2. a or b is not integer a = double(uint16(xx)) (a,b) is the base-dot b = double(uint16(yy)) x11 = double(I(a,b)) x11 <- I(a,b) x12 = double(I(a,b+1)) x12 <- I(a,b+1) x21 = double(I(a+1,b)) x21 <- I(a+1
  3. 所属分类:Symbian

    • 发布日期:2025-01-07
    • 文件大小:1kb
    • 提供者:Felix
  1. mnist_uint8

    0下载:
  2. CNN卷积神经网络中mnist-uint8(deepLearnToolbox-master)
  3. 所属分类:其他小程序

    • 发布日期:2025-01-07
    • 文件大小:11.28mb
    • 提供者:Mrs+lucky
« 12 3 »

源码中国 www.ymcn.org