资源列表
IRIS-Recognition-master
- 虹膜识别程序。只实现了其中一部分简单的部分。检测部分只能清晰的检测到瞳孔。特征提取也需完善。-Iris recognition procedures, using gabor filter. Still need to be improved.
H264PlayThread
- h264播放器Demo,采用多线程,yuv与rgb的格式转换,-H264 player Demo, the use of multi threading, YUV and RGB format conversion,
SIP_UA
- 关于SIP协议栈的一个代理案例,使用C#开发,内置log日志监控,包含了sip开发整套内容-SIP protocol stack on a proxy case, use C# development, built log log monitoring, including the development of the entire contents sip
qtvideoplayer
- 基于Qt的视频播放器,支持快放、慢放等一些常用功能-Qt-based video player, support fast forward, slow motion and some other commonly used functions
UTMToLatitudeLongitude
- UTM To Latitude Longitude
txcl
- 使用MATLAB对图像进行操作和处理,包括图像的读取、存储、显示、格式转换、调整和显示图像像素,灰度变换、分段线性变换和直方图处理。-Using MATLAB for image manipulation and processing, including the image read, store, display, format conversion, image adjustment and display pixels, gray-scale transformation, piecew
fonction-C
- License plate recognition functions
wma
- WMA格式说明.包含绝大部分的WMA,TAG信息帧说明等等.-WMA format descr iption contains the vast majority of TAG, WMA information frame descr iption, and so on.
true_use_of_winffmpeg
- 网上很多流传的ffmpeg版本的编译都有问题,本版本经过实际检测,可实现各种调用,支持录屏转码,rtsp等各种ffmpeg的所有操作!-you can use this soft make your own video software,only one can use in windows!
ffplaymfc
- ffmpeg mfc ffmpeg图形播放界面-ffmpeg player
ffmpegmfc
- ffmpeg mfc ffmpeg使用图形解码-ffmpeg codec
live_beautiful_camera_streaming0.5
- 主要为opencv人脸的美化 人脸美化,我们用的皮肤检测,皮肤在颜色空间是特定的一个区域 检测到这个区域(感兴趣区域),完后对这个区域进行美化,就是滤波,主要是双边滤波和高斯滤波。 3.视频格式转换以及编码 处理好的矩阵颜色空间是rgb的,需要转换成yuv,yuv的颜色空间就是可以播放的,类似我们电视上面看的画面,编码就是传输时候需要发送流,只个流相当于针对数据的压缩,将yuv格式的视频帧编码成h264的格式 Rgb转换成yuv,opencv实现(美颜在这一步实现)