搜索资源列表
GDI+otsu
- 支持的文件格式有jpg gif bmp tif png emf 利用ColorMatrix完成彩色图到灰度图的转换利用LockBits完成算法和分割包内自带GDI+库-support the file format is jpg gif bmp tif png catalog use ColorMat RIX complete color to grayscale conversion using LockBits complete packet segmentation algorithm a
oplanbzPic
- 更换上传部分代码,上传图片按照年月目录自动分类保存,加入公告系统,加入评论功能,对代码进行精简,进一步加强程序安全性,后台可设定推荐,更新,公告的条数,及自定义图片大小 管理员:admin 密码:admin -replacement parts upload code and upload pictures in chronological catalog automatic classification preservation, joined Notice system, comm
wvlt2
- 本目录存放的是第2章文档的程序源代码,子目录说明: \\wvlt\\lib\\ 中存放的一些基本的小波基定义和相关库函数; \\wvlt\\wrefine\\ 中存放的是小波基细化的程序代码; \\wvlt\\wxfrm\\ 中存放的是一维小波变换的数学实现-Catalog store is the first of the two chapters of the document source code, subdirectories : \\ wvlt \\ lib \\ sto
faac2
- 本目录存放的是第2章文档的程序源代码,子目录说明: \\wvlt\\lib\\ 中存放的一些基本的小波基定义和相关库函数; \\wvlt\\wrefine\\ 中存放的是小波基细化的程序代码; \\wvlt\\wxfrm\\ 中存放的是一维小波变换的数学实现-Catalog store is the first of the two chapters of the document source code, subdirectories : \\ wvlt \\ lib \\ sto
Wavelets2
- 本目录存放的是第2章文档的程序源代码,子目录说明: \\wvlt\\lib\\ 中存放的一些基本的小波基定义和相关库函数; \\wvlt\\wrefine\\ 中存放的是小波基细化的程序代码; \\wvlt\\wxfrm\\ 中存放的是一维小波变换的数学实现-Catalog store is the first of the two chapters of the document source code, subdirectories : \\ wvlt \\ lib \\ sto
WordRecognizeVc++Res
- 第一次使用识别程序时,可以直接运行Release目录下的可执行文件,然后对图片目录中的测试图片进行读入、识别。当然也可以自行用训练样本训练网络,不过要注意训练样本的选择,否则可能识别率很低。训练样本选择的原则是,尽可能的有代表性,在训练时间不至于太长的情况下训练样本数目尽量多。-first use of the identification procedures, they can run the Release directory of executable files, Then the c
Soft20060210160212600
- 本原代码集是对计算机图形学的编程实践,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。出于简化编程的考虑,许多地方指定了常数,未做通用处理。解压缩后建立gui16目录,在其下有原代码和工程文件。在gui16下建立release目录,其下有一可执行文件及其所须的位图及模型文件。如在release目录之外执行程序,必须复制所需位图及模型文件。内含readme说明文件-primitive code of computer graphics prog
rhotopingyi
- 调试时的计算机的配置:Windows2000/XP + Visual Studio 6.0 企业版 这是处理图象平移的原代码 注意,本目录中大部分程序只能对256色图像进行操作。-debugging the computer configuration : Windows2000/XP Visual Studio 6.0 Enterprise Edition is image-processing shift attention to the original code, Catal
photoxuanzhuan
- 调试时的计算机的配置:Windows2000/XP + Visual Studio 6.0 企业版 这是处理图象旋转的原代码 . 注意,本目录中大部分程序只能对256色图像进行操作。-debugging the computer configuration : Windows2000/XP Visual Studio 6.0 Enterprise Edition is handling this image rotation to the original code. Attenti
photosuofang
- 调试时的计算机的配置:Windows2000/XP + Visual Studio 6.0 企业版 这是处理图象缩放的原代码. 注意,本目录中大部分程序只能对256色图像进行操作。-debugging the computer configuration : Windows2000/XP Visual Studio 6.0 Enterprise Edition is shrinking image processing up to the original code. Attenti
photoliangduzhengjian
- 调试时的计算机的配置:Windows2000/XP + Visual Studio 6.0 企业版 这是处理图象的亮度增减的原代码 注意,本目录中大部分程序只能对256色图像进行操作。-debugging the computer configuration : Windows2000/XP Visual Studio 6.0 Enterprise Edition is the image-processing The degree of change to the original
184526345
- 本原代码集是对计算机图形学的编程实践,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。出于简化编程的考虑,许多地方指定了常数,未做通用处理。解压缩后建立gui16目录,在其下有原代码和工程文件。在gui16下建立release目录,其下有一可执行文件及其所须的位图及模型文件。如在release目录之外执行程序,必须复制所需位图及模型文件。内含r-primitive code of computer graphics programming p
RANSAC.rar
- :本文把星表匹配问题转化成计算机视觉中的对应点匹配问题,接着使用二维Delaunay三角化方法对星表进行三角化,然后用RANSAC方法对星表的自动匹配问题进行了研究。研究结果表明,我们的方法能够快速有效地完成星表匹配。在总共960个样本中,除了两幅不符合匹配的星表之外,全部获得了正确的匹配结果。,: In this paper, the Star into a matching problem in computer vision matching the corresponding point
NeuralrecognitionSystem
- 基于神经网络的文字识别系统 本目录主要包括:文档和两个源代 其中源代码是识别程序的,另一个是矩阵类库的。 已经保存了训练好的网络权值,所以第一次使用识别程序时,可以直接运行Release目录下的可执行文件,然后对图片目录中的测试图片进行读入、识别。当然也可以自行用训练样本训练网络,不过要注意训练样本的选择,否则可能识别率很低。训练样本选择的原则是,尽可能的有代表性,在训练时间不至于太长的情况下训练样本数目尽量多。-Based on neural network characte
paper
- 这是近几年计算机视觉领域的顶级会议 iccv和cvpr的关于图像跟踪的论文目录 对于涵如烟海的论文 这个目录能帮你更好的入门-This is the field of computer vision in recent years, the top conference iccv and cvpr papers on image tracking sea smoke catalog essay for the culvert this directory entry can help you b
AnimationCreateTimeAnim
- ArcGIS This sample implements a shortcut for creating time animations in ArcGIS Desktop applications. It illustrates how to create time animations using a variety of data sources (NetCDF, feature class, raster catalog, and so on). The standard way of
long-curve
- CURSES函数库这个压缩包里面的文件内容: COption目录,储存CURSES函数库的初始化函数的声明 MyClass1目录,储存的是函数库的头文件-CURSES library file inside the archive contents: COption catalog, store CURSES library initialization function declaration MyClass1 directory is stored in the header fil
tuxiangchuli
- 注意,本目录中大部分程序只能对256色图像进行操作。 对比度拉伸 二值化 变换反色 亮度增减 取对数取指数 直方图均衡 阈值变换 图像镜像 图像平移 图像缩放 图像旋转 高斯平滑 均值滤波 拉普拉斯锐化(边缘检测) 离散余弦变换 Walsh变换 维纳滤波处理-Note that most of the program in this catalog can only operate on 256-color image. Contrast stretching transformatio
Achieve-statistical-catalog-file
- 实现目录图像文件统计,cpp代码。虽然是DOC文件,但可以直接转成CPP代码-Achieve statistical catalog file
C-and-C-P-P-graphics-programming
- C与C++高级图形程序设计完整版 内容摘要: 附录与关键词: 计算机图形学 程序设计 计算机图形学 全文目录 为什么要阅读本书 前言 第一章 数学模块 鸣谢 第一部 分通用程序 第二章 图形界面模块 第三章 如何使用模块 第四章 实体建模理论和数据库结构 第五章 给画面增加物体 第六章 在屏幕上排序和显示物体 第七章 Model.c描述文件生成程序 第八章