资源列表
cmp_yuv
- purpose computes PSNR between two raw YUV images compile gcc -g -o cmp_yuv cmp_yuv.c -lpgm -lpbm -lm -purpose computes PSNR between two raw YUV i mages compile gcc-g-o cmp_yuv cmp_yuv.c - lpgm - lpbm - lm
nlqim
- purpose simulates embedding and detection of watermark in random noise using QIM (quantization index modulation), uses non-linear scaling compile gcc -g -o nlqim nlqim.c -lm -purpose simulates embedding and detectio n of watermark in rand
diagonal_merge
- purpose merges two PGM gray-scale images, the first will be in the upper-left half, the second one in the lower-right half compile gcc -g -o diagonal_merge diagonal_merge.c -lpgm -lpbm -lm -purpose merges two PGM gray-scale images. the fi
mean_pgm
- purpose applies mean filter to gray-scale PGM image compile gcc -g -o mean_pgm mean_pgm.c -lpgm -lpbm -lm -purpose mean filter applies to gray-scale PGM image compile gcc-g-o mean_pgm mean_pgm.c - lpgm - lpbm - lm
ImageEdgeDection
- 该算法实现图象的边缘检测,包括常用的一些算法如Rorbt,laplace等,同时包含了houng变换.-the algorithm image edge detection, including some of the commonly used algorithms such as Rorbt. laplace, contains a houng transform.
ImagePinjie
- 该程序利用线匹配算法实现了两幅或四幅图象的上下,左右的拼接,提高了拼界效率.-procedures for the use of the matching algorithm to achieve a two or four on the top and bottom, around the mosaic, improve the efficiency of fight circles.
zoom
- 针对指纹图像抽样的源代码,加在系统中可以起到提高速度的作用-fingerprint images against the sample source code, added to the system can play a role in improving the speed of
图片,垂直,图片的缩放
- opencv 下的,能打开图片,垂直,图片的缩放,旋转,都被我以注释的形式放在main函数中了。我也是初学者-opencv under, to be able to open pictures, vertical, pictures of zooming and rotation, I have been in the form of notes on the main function. I also beginners
2dtranslation
- 对图像进行平移,旋转,复合变换等等的计算机所图形学程序。-right image translation, rotation, etc. composite transform the computer graphics are procedures.
CBB52Meter
- 网上下的。。 视频抄表。。。。。。。。。。。。没用过
UsbTest
- usb接口得数字采集程序源代码,用usb接口得采集卡直接采集声音信号,有波形显示。用声音采集得可以借鉴
contour
- 利用OpenCV进行轮廓提取,很好用!对于初学openCv的人来说是个很好的入门例程