CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形/文字识别 搜索资源 - array

搜索资源列表

  1. ReadFile3

    0下载:
  2. 从字符文件中读取字符到指定数组,数组可以用来识别操作,带字符文件-Read character from character file to named array,and the array can be used in recognising and operating files which include characters.
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:6915
    • 提供者:洋洋
  1. basic_method

    0下载:
  2. test1.m 固定增量法求分界面 test2.m 利用误差平方和函数集群 delet.m 删除数组元素 Err.m 计算误差平方和 Distance.m 欧拉距离计算 -test1.m fixed incremental method for use interface test2.m squared error function cluster de let.m delete array elements Err.m calculation error square Di
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:4822
    • 提供者:杨奎元
  1. identi

    0下载:
  2. 识别对象如下:trainset: 训练集合,该集合中从0~9的数字,所有图片大小相同。各个集合中的图像可以在Matlab中用imread函数读取为数组形式,用imshow函数显示出其图像,例如:图像0 (10).bmp可以用A=imread( 0 (10).bmp )读取为数组A,用imshow(A)或imshow( 0 (10).bmp )显示其图像。-Identify objects as follows: trainset: training set, the collection of
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-09
    • 文件大小:1798
    • 提供者:whirlwind
  1. bmp_parser_

    0下载:
  2. this program reads data from a bmp file and shows the bitmap info and file header information s on a console window. it also reads the raw bitmap array. so you can use it on opengl or anywhere you need a bmp reader.-this program reads data from a
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-05
    • 文件大小:61544
    • 提供者:me
  1. opentrim

    0下载:
  2. bmp全色深操作类c++代码,功能有反色,从bmp图像构建灰度数组用于图像识别。角点检测,在图像上画点,画线,-c++ lib deal with all the bmp format image .it can reverse color,draw point line on bmp images and detect corners .it can also create array contains the brightness of every pixels
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-03
    • 文件大小:579409
    • 提供者:尧思齐
  1. skin_detect

    0下载:
  2. 先讀入膚色,非膚色的圖片,在將各張圖片由RGB轉成YCbCr。讀進來的時候,我是用四維的陣列去存膚色的圖片以及非膚色的圖片。第一個維度是用來存放有幾張圖片,接下來是解析度,還有幾個channel。讀進來之後再分別對膚色,非膚色的Cb,Cr來作統計。分別會得到Cb,Cr的mean和variance。再依次分別帶入Multivariate Normal Density的公式去求得膚色,非膚色出現的機率。最後再將得到的兩個機率值相除,得到的值,拿來和threshold值相比,藉此來判斷Input的圖的
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-01
    • 文件大小:1328
    • 提供者:Howard
  1. kartrider

    0下载:
  2. 跑跑卡丁车 ★实验任务 有 n 辆卡丁车车牌号分别为 1,2,…,n 在高速公路上竞速。Coffee 是位跑跑卡丁车爱 好者,她在比赛的过程中拍摄了两张照片,在照片上可以清晰的看到每辆车的的车牌号。 给出两张照片上从第一名到最后一名的车牌号,请你编程计算这两张照片的拍摄时间段内 至少发生了几次超车。 ★数据输入 输入第一行包括一个正整数 n(1<=n<=50000),表示卡丁车数量。接下来两行,每行 包括 n 个整数,表示照片上从第一名到最后一名的车牌
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-06
    • 文件大小:66350
    • 提供者:张泉
  1. SIFT

    0下载:
  2. 使用默认参数找到图像中的SIFT特征,所有检测到的特征存储在feat指针数组中。-Finds SIFT features in an image using default parameter values. All detected features are stored in the array pointed to by \a feat.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-27
    • 文件大小:201353
    • 提供者:吴鑫
  1. Adaboost

    0下载:
  2. 基于adaboost的人脸检测代码(只是有几个数组维数不匹配 转置一下就ok 可以运行出来了 )-Based on the face detection adaboost code (a few array dimension not matching transpose once ok can run out)
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-31
    • 文件大小:5263
    • 提供者:q1w2e3r4
  1. TUXIANG

    0下载:
  2. 使用线阵CCD相机对图像进行连续采集,并且应用Matlab图像处理软件对采集的图像进行正确的分析与处理;了解荧光灯的发光原理,测量常用荧光灯的闪频 -Using linear array CCD camera for image capture continuous and Matlab image processing software application images collected for proper analysis and processing understand f
  3. 所属分类:Graph Recognize

    • 发布日期:2017-11-11
    • 文件大小:588
    • 提供者:胡倩
  1. vcPPread-text

    0下载:
  2. VC++逐行输入文本文件中的内容,并自动存储到数组中-VC++ progressive input text file content, and automatically stored in the array
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-02
    • 文件大小:8333
    • 提供者:asd
  1. yzm

    0下载:
  2. 识别验证码,图片二值化-》数字点阵(二维数组)-》分割数字-》获得数字特征码-》比较-》识别数字-Identification verification code, image two value- digital dot matrix (two-dimensional array)- the division of digital- digital signature - comparison- identification number
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-04
    • 文件大小:434162
    • 提供者:莫田明
  1. honstyaint_ttodimensional

    0下载:
  2. 阵列信号处理中用最小约束矩阵实现二维到达角的估计,不错的(Array signal processing using minimum constraint matrix to achieve two-dimensional doas estimation, pretty good)
  3. 所属分类:图形/文字识别

    • 发布日期:2017-12-23
    • 文件大小:2048
    • 提供者:Etsie
  1. decode_mnist

    1下载:
  2. 非常简短的mnist文件解析程序,两个函数分别解析image和label两种文件,返回为numpy的array类型,供opencv进一步处理及显示(A very short MNIST file parser. The two functions parse two files of image and label respectively, and return to the array type of numpy for OpenCV to further process and displ
  3. 所属分类:图形/文字识别

    • 发布日期:2018-01-08
    • 文件大小:22350848
    • 提供者:weirmicle
搜珍网 www.dssz.com