搜索资源列表
helloopencv
- Android平台上用opencv库编写的测试小代码。用于保存一张图片-Android platform test with the opencv library to write a small code. To save a picture
CxImageTest
- 将两幅不同,但有相交的图片重新拼接组合成为一张新的更加完整的图片。文件夹中附有测试图片。-Will be two different, but there is the intersection of the picture re-splicing a new portfolio to become more complete picture. Folder with a test picture.
Sobel-Laplace-Canny-matlab-code
- 模式识别大作业题目和实习代码: (1)请自己在互联网上任意找一张图片用做测试,命名为“学号后四_Original”。放在C++工程文件夹下(与CPP文件放在同一文件夹)。用C++调用OpenCV函数对该幅图片进行读入和显示操作。 (2)在(1)基础上,添加修改代码,将原图转换成灰度图像,并保存,命名为“学号后四位_Gray”。 (3) 请利用OpenCV中Sobel,Laplace,Canny算法相应函数对(2)中图像进行处理,并保存,命名为“学号后四位_Sobel”或“学号后四位_
ColorSkew
- C#编写的文本图像倾斜角度检测并且校正的程序,输入一张倾斜的彩色文本图像,输出角度校正之后的二值化图像。包含测试图片。-C# write text image tilt Angle detection and correction program, input a tilted color text image, output Angle after correction, binary image. Contains test images.
HuMoment
- 修改后的计算Hu归一化中心距的代码,与matlab程序计算结果一致,并附带测试对比图片,通过对放大前后两张图像的Hu计算,发现结果是一样的,证明了Hu矩在图像尺寸变化时保持不变,旋转、平移情况自己做吧-The revised calculation of Hu normalized center distance of the code results are consistent with the matlab program to calculate and compare with tes
vbphotocut
- VB 图像裁切,显示裁切框,本例只是介绍了一种方法,许多地方还有待完善,测试时要先导入一张图片,程序运行后也要导入图片。-VB Image cropped to show crop box, in this case only describes a method, many places have yet to be improved, the test must first import a picture, the program should run into pictures.
chepaidingweisuanfayanjiu
- 摘要 车辆牌照识别(License Plate Recognition System, LPR)作为目标自动识别的一 种重要形式,可用于电子收费、出入控制、车流监控等众多场合,从而提高交通 管理自动化的程度,它的相关技术的研究正逐渐受到人们的重视。 本文主要介绍基于Run Length原理和Tamura纹理的车牌定位系统,该系统是基 于视频流进行开发的,主要包括车辆运动区域检测、车牌图像处理、车牌定位。 其中车辆运动区域检测利用多帧求平均的背景估计方法实现;车牌图像处理包
Opencv-filter
- 利用opencv和C实现的一个过滤程序,内附一张测试图片。-A app of Filter made with Opencv. A pic in it.
wavelet
- matlab实现软硬阈值函数的图像去噪,附带一张测试图片矩阵lenna.mat-matlab image denoising hard and soft threshold function, with a test image matrix lenna.mat
transformResults
- 鱼眼图像的平面映射处理,完成一张如全景图像的球面图像平面化,使图片没有畸变。使用opencv2.4.8,vs2010,系统64位。内附珍贵测试图像。-Plane mapping process fisheye images, such as the completion of a spherical panoramic image of the image plane, so that the picture is not distorted. Use opencv2.4.8, vs2010,
HelloOpenCV
- 程序描述:OpenCV开发环境的配置,载入一张图片并显示。 开发测试所用操作系统: Windows 7 64bit Visual Studio 2010-Program descr iption: OpenCV development environment configuration, load a picture and show // development and testing by operating system: Windows 7 64bit // used to de
stitch-three
- 完成三张图像拼接,将三张图像拼接成一幅大图,内有测试图片。-Complete three image stitching, the image will be spliced into a large image of the three, there are test images.
wbntrs
- 用ORL人脸库进行测试,给出一幅图片可以指出他是40个人中的哪一个人的第几个人脸,这些要以界面的形式显示出来并配以文字说明(文字说明就是哪一个人的第几个人脸),测试用的图片在一个文件夹中,我可以通过界面选择要测试该文件夹中的哪个图片,选定之后程序可以显示出对应这个图片的相应的ORL中的人脸并显示这是第几个人的第几张脸,如果在人脸库中检测不到测试的图片(如测试的图片是一朵花什么的)的话也要有提示说这个图在ORL中不存在 -Using the ORL face to test, give a pi
PCA
- 1、读入图片,根据PGN格式的line 2 确定矩阵的大小为 28*28=784,根据line4 获取. 2、读入图片,根据PGN格式的line 2 确定矩阵的大小为 28*28=784,根据line4 获取。 3、计算平均矩阵。 4、对平均值矩阵进行SVD: 5、平均矩阵进行SVD后的前20个singular vector的输出结果。 6. 将训练集的每一张图片当成一行,形成一个矩阵,然后对矩阵进行PCA分解。 7. 这个矩阵对测试集的每张图片进行降 维,得到的图像。(1, rea
直方图均衡化
- 压缩包内包含两个m文件,一个是直方图均衡化,另一个是频域滤波,即对一幅图像进行低通、高通滤波,并且使用高频强调和直方图均衡相结合的方法增强图像;另外包含了四张测试用的图片。(Compressed packet contains two m files, one is histogram equalization, the other is a low pass filtering in frequency domain, i.e., images of a high pass filter, a
NC
- 实现归一化相关系数NC的计算,测试有效,需自己替换两张所需计算的图片(The calculation of normalized correlation coefficient NC is effective, and we need to replace two pictures that we need to calculate.)
鼠标在图片上画框
- 通过人以载入一张图片,用鼠标在图片上实现画框框的功能,可以方便开发人员进行程序测试。