搜索资源列表
彩色图到灰度图的转换的源程序
- 彩色图到灰度图的转换的源程序!实现了彩色图到灰度图的转换,注意其中真彩图和调色板位图处理时的差别。-color to grayscale conversion of the source! To achieve a color map of the grayscale conversion, which really pay attention to the palette color pictures and bitmap handling differences.
digitalshibie
- 数字识别系统,vc++源码,很不错,有需要的来拿,-digital identification system vc source, is pretty good, we need to pay, Oh
316dicom
- 用MFC来打开医学图象DICOM文件,是我要交的作业,有一点小弊端-with MFC to open DICOM medical images document, I have to pay the operations, a little defects! !
mylineseg
- 线段及直线的基本运算 1. 点与线段的关系2. 求点到线段所在直线垂线的垂足3. 点到线段的最近点4. 点到线段所在直线的距离 5. 点到折线集的最近距离 6. 判断圆是否在多边形内7. 求矢量夹角余弦 8. 求线段之间的夹角9. 判断线段是否相交10.判断线段是否相交但不交在端点处11.求线段所在直线的方程 12.求直线的斜率 13.求直线的倾斜角14.求点关于某直线的对称点15.判断两条直线是否相交及求直线交点 16.判断线段是否相交,如果相交返回交点-straight line segme
TestOpenCV
- 基于viual c++ 2005和OpenCV环境 TestOpenCV是一个应用OpenCV提供的函数进行图片显示和保存的应用程序,注意TestOpenCV需要OpenCV提供的库支持,因此请首先到相关网站上下载并安装OpenCV-Based on viual c++ 2005 and OpenCV is an application environment TestOpenCV provided OpenCV function picture display and preservati
road
- 不好意思 刚刚上传的 没注意少了个函数文件 宽网道路的快速半自动提取,首先给定一个种子点然后选取方向对图像的道路进行提取-Sorry did not pay attention to just upload a smaller width function documents the rapid semi-automatic road network extraction, first of all, given a seed point and then select the directio
TheResearchforRecognition
- 基于视频图像的运动车辆识别系统主要是由汽车牌照识别和汽车类型识 别两大核心技术构成,它在智能交通领域中有着广泛的应用,同时也是计算机 视觉、图像处理和模式识别等交叉学科研究的热门课题,因此对相关技术的研 究正受到普遍关注。本文正是在这一背景下,对运动车辆识别技术进行了系统 的研究。在车牌识别技术中,本文着重对车牌定位和车牌字符识别等关键技术 所涉及的难点进行了深入的研究。在车型识别技术中,与当前国内外学者侧重 于研究车辆外形、大小的识别不同,本文主要侧重对汽车标志的定位和
imageprocessing2
- 图像处理进阶实验,包括源码与素材,付说明-Advanced image processing experiments, including the source and material, to pay that
TestOpenCV
- TestOpenCV是一个应用OpenCV提供的函数进行图片显示和保存的应用程序,注意TestOpenCV需要OpenCV提供的库支持,因此请首先到相关网站上下载并安装OpenCV-Application TestOpenCV is a function provided by OpenCV image display and preservation of the application, pay attention to the needs of TestOpenCV library Ope
TestOpenCV
- TestOpenCV是一个应用OpenCV提供的函数进行图片显示和保存的应用程序,注意TestOpenCV需要OpenCV提供的库支持,因此请首先到相关网站上下载并安装OpenCV-Application TestOpenCV is a function provided by OpenCV image display and preservation of the application, pay attention to the needs of TestOpenCV library Ope
avi2bmp
- 该程序的功能是用来批量生成bmp格式的图片,程序员网上有一些这样的代码,但是当avi的格式为xvid的时候,会有问题,当时通过我的修改,就可以了。这里你还需要注意,你需要安装ffdshow解码器-The functions of the program is used to generate bulk bmp format images, web programmers have some code to do, but when xvid format avi when there is a
smallpic
- 该程序可以用来缩小bmp格式的图片,注意此项目用的不是Openv处理的,而是通过自己编写的算法来实现图片的缩小-The program can be used to reduce the bmp format images, pay attention to this item is not Openv deal with, but through their own algorithm to achieve the preparation of the narrow picture
f
- 用Visuan C++实现快速付里哀变换与反变换程序实例-With Visuan C++ fast pay li sad examples of transform and inverse transform process
TestOpenCV
- TestOpenCV是一个应用OpenCV提供的函数进行图片显示和保存的应用程序,注意TestOpenCV需要OpenCV提供的库支持,因此请首先到相关网站上下载并安装OpenCV-TestOpenCV is an application provided by the OpenCV function image display and preservation applications, pay attention to TestOpenCV need OpenCV library to pr
jpeg-s
- 我在辅导班当老师时候讲解的BMP转JPEG的源码,我注释的非常的详细,这在网上是没有的,可以供初学者参考。另外还有JPEG反解BMP的程序,注意长宽不满足整除16的时候会有色度bug,不过仅此一个bug。文档里面还有jpeg的原理讲解,是网上最好的讲解-I have remedial classes when a teacher to explain the source of the BMP switch to JPEG, I am very detailed notes, which is
jiancejiaodian
- 检测黑白格内的角点,只需要上传图片即可,注意将图片与程序放在同一目录下。-Detection of black and white inside corner point, only need to upload pictures you can, pay attention to the picture and procedures on the same directory.
blackcode
- 窗体背景色单击时改变并付带源码,C#编写-Click to change the background color when the form and pay with a source
chap11
- 本目录主要包括:文档和两个源代码。 其中一个源代码是识别程序的,另一个是一个矩阵类库的,书里面也使用过,所以一并附上。 因为已经保存了训练好的网络权值,所以第一次使用识别程序时,可以直接运行\\Release目录下的可执行文件,然后对图片目录中的测试图片进行读入、识别。 当然读者也可以自行用训练样本训练网络,不过要特别注意训练样本的选择,否则可能造成识别率很低。训练样本选择的原则是,尽可能的有代表性,在训练时间不至于太长的情况下,训练样本数目尽量多。 -This
sr-sr
- 这是超分辨率用在车牌复原的一篇付费论文,对在车牌清晰度研究的领域有一定帮助-This is a super-resolution restoration of a license plate with pay in the paper, research in the field of definition license plate will definitely help
4.2
- 此压缩包中包含声音文件中图像的嵌入和提取过程,是学习信息隐藏的好方法。付代码-This package contains sound files compressed images in the embedding and extraction process is a good way to learn information hiding. Pay code
