搜索资源列表
AFMM_Inpainting
- 基于快进算法的破损图像修复算法,只要将图像中的破损区域由纯红色标出,该算法即可自动完成对该区域的修复。要求修复图像格式为BMP格式。-algorithm based on fast forward damaged the image restoration algorithms, as long as the image of the region damaged by the pure red mark, The algorithm can automatically complete res
zuoye4light
- 对照红宝书上彩图13,14,16,17.对OpenGL光照测试的算法-Red Treasure Book on the color pictures were 13,14,16,17. OpenGL light of the testing algorithm
liujunpeng20060618
- 1. 实现编码线段裁剪算法 1.1 段和裁剪窗口顶点坐标由鼠标输入 1.2 裁剪结果用红色绘制 1. 实现编码线段裁剪算法 实验步骤 1. 点画线段菜单,在客户区中按下鼠标左键,移动鼠标,鼠标左键弹起时画出线段 2. 选取颜色 3. 点裁剪菜单,在客户区中按下鼠标左键,移动鼠标,鼠标左键弹起时就可以得到裁剪到的线段用2中的颜色绘制出来 -1. Line Clipping achieve coding algorithm 1.1 of the window and
liujunpeng20060618polygon
- 实验内容: 2. 实现逐边裁剪算法 2.1 段和裁剪窗口顶点坐标由鼠标输入 2.2 裁剪结果用红色绘制 实验步骤 1. 点取点菜单,在客户区中按下鼠标左键取点 2. 取点完毕后,点画菜单 多边形 把多边形画出 3. 点裁剪菜单裁剪-experiment : 2. By cutting edge achieve 2.1 of the algorithm and cutting window vertex coordinates input from the mou
e2lsh.rar
- Nearest Neighbor Methods in Learning and Vision: Theory and Practice书中章节Locality-Sensitive Hashing Scheme Based on p-Stable Distributions 中LSH-Local Sensitive Hashing算法的C语言在Red Linux下实现,Book <Nearest Neighbor Methods in Learning and Vision: Theory
OpenCV-face-detection-algorithm
- 关于消除红眼的一些帮助算法,可以帮助一些对不了解这些方面知识的同学了解相关知识。-On the elimination of some of the red-eye to help algorithm that can help some students do not understand these knowledge to understand the relevant knowledge.
LSB-Data-Hiding-Image
- 图像的组成无非是一些字符串或者一些字节组成的字符串,然而,每一个字节数据位的重要度并不是一样的,两个相邻字节往往只有低位是不一样的。例如:00100110和00100111代表了两个不同渐变度的红色,但是就人眼是分辨不出来的。最低有效位LSB算法,就是利用这一点,达到图像压缩,或者数字水印的功能。-The composition of the image is nothing more than some number of bytes or string composed of string,
inageProcess
- 图像压缩算法,即图像小波变换程序包括哈尔小波和红黑小波-Image compression algorithm, which includes images of wavelet transform Haar wavelet and a red, black and wavelet
segment
- 使用区域增长的算法进行区域分割。鼠标点击图像的某个区域的某个像素,并指定染色所用颜色(红绿蓝黑),程序执行的结果是用指定的颜色把某个区域显示出来。-Regional growth in the use of regional segmentation algorithm. A mouse click on the image of a pixel region, and specify the dye color used (black and red and green), implement
wuziqi
- 1、首先遍历整个棋盘,找到一个可以落子的点,然后假设自己在该点落子,再然后判断如果棋子落到这个点上后会对自己有什么利益,比如会不会形成冲4活三、双活三等等,(事先将冲四活三、双活三等效果定义上利益值,当然,如果是五个子连起来了的话,利益值要被定义成最高,最好是无穷大的),将各种效果的利益值相加,得到己方的利益值。 2、将角色互换一下,重复第一步,得到对方的利益值(其实是递桂算法)。 3、将己方的利益值减去对方的利益值,得到该点的总利益值。 4、整个棋盘所有能落子的点都计算出利益值之后
carpark
- In this project, we are going to develop an intelligent video surveillance system for a car park. The system monitors the client’s car park 24 hours and 7 days a week. In order to reduce the workload of the security officers, we need to develop an al
Tea
- Opengl普现的小茶壶,功能包括了红宝书的大部分章节,最重要的是采用了拖动时能保鼠标和茶壶相对不变的算法-Opengl general are small teapot features include the Little Red Book of most of the chapters, the most important thing is security when using the mouse and drag the relatively constant algorithm t
Four-point-positioning-technology
- 我已经做的四点定位算法,从画面中的四个红色圆点,可以计算出当前摄像的位置和方向-I have made four-point location algorithm, from the screen of the four red dots, you can calculate the position and direction of the current camera
ylh
- 测试方法 1、在你的电脑上建一工作目录; 2、分别将车牌图像和测试程序下载到你建立的工作目录上; 3、解压车牌图像; 4、直接运行测试程序 算法核心 依公式 黄 =(红 + 绿)/ 2 ,灰度 = (黄 + 蓝)/ 2 , 将红、绿、蓝三种颜色构成的色彩空间映射到由黄、蓝两种颜色构成的色彩空间,进一步取值黑、蓝、灰、黄和白五种, 这包括了车牌识别所需要的车牌色(蓝、黄、白、黑)和字符色(白、黑), 且灰能保留图像的识别信息,克服二值化阈值缺陷;
LPR_by_ylh
- 依公式 黄 =(红 + 绿)/ 2 ,灰度 = (黄 + 蓝)/ 2 ,将红、绿、蓝三种颜色构成的色彩空间映射到由黄、蓝两种颜色构成的色彩空间,进一步取值黑、蓝、灰、黄和白五种,这包括了车牌识别所需要的车牌色(蓝、黄、白、黑)和字符色(白、黑),且灰能保留图像的识别信息,克服二值化阈值缺陷;基于三值图像的车牌识别包括基于三值图像的字符识别和基于三值图像的按分割反推的车牌定位,是建立在三值图像基础上的创新的车牌识别算法体系。-According to the formula Yellow = (r
ab
- 根据在十字路口实际情况及车辆闯红灯的特点,本文提出了一种车辆检测算法,该算法是基于首先在检测区域检测到移动车辆然后通过处理进一步分析车辆运动的趋势。-According to the practice of crossroads and the characteristics of vehicles running red-light, this paper presents a vision vehicle detection algorithm based on detection
Circle
- 自己用MFC实现的Bresenham画圆的算法,和MFC画得一样圆。可直接运行Release目录下的执行程序看效果。自己画的红色圆与MFC画的黑色圆是重合的。可作为学习图形编程的好例子。-Bresenham circle algorithm with MFC and MFC painted circle. Implementation procedures in the Release directory can be run directly to see results. The black
Image_Hist1845841312005
- This another project I have done last month. The programme can load several image format (derived from my project of Digital Image Compression Algorithm) then it can compute 1-D histogram of the image (grey, red, green, blue channel)- This is anothe
track-red-matlab-algorithm
- 实时跟踪摄像头获取视频中的红色部分,算法由Matlab实现。计算机要有摄像头或连接USB摄像头,Matlab通过自身函数提取视频跟踪。 包含两个文件,word说明了matlab提取视频方法。m文件实现算法,其中摄像头参数部分代码可能视具体情况修改。-Get real-time tracking camera video in the red part of the algorithm by Matlab implementation. Computer must have a camera
rxd
- 高光谱异常检测经典算法rxd与改进算法kxd函数(Hyperspectral anomaly detection algorithm and improved RXD algorithm KXD function)