搜索资源列表
精简高效的人脸识别PCA代码
- 运用于人脸识别的pca代码
GraphCut
- 对Vladimir Kolmogorov,Yuri Boykov大牛的算法杰作——Graph Cut进行使用演示,代码力求精简,可供Graph Cut初学者参考学习。已通过VS2005编译。-Of Vladimir Kolmogorov, Yuri Boykov big cow masterpiece algorithm- Graph Cut for the use of demonstration, the code to be simple, for beginners Reference
Salt_and_Pepper
- 对一幅图像添加椒盐噪声的程序,代码精简,很有用的。-Add salt and pepper on a piece of image noise process, streamlining the code, very useful.
yuv_jpeg
- yuv转换成jpeg的软件代码,此代码是从网上找到的很精简的代码-change yuv to jpeg code
ccode
- 欧罗斯方块经典c语言程序代码 算法很精简 -c code
find
- 平面找东西找茬类的原型,把背景图换一下就变成很多类型。这是最精简代码-short codes for small Find-things game
ImageDo
- 自己单位使用的一套简洁的图形处理函数,包括白平衡,对比度增强,拉亮/拉黑,图形曝光增强。简洁易用,有些代码是从一些庞大的代码库中精简出来的,非常实用!-The image processing code used by own company!including white balance,contrast enhance,brighten/Darken,Exposure Enhance,all of these function is simple to use,and some are di
myedgelink
- 边缘检测之后,用于检测边缘的线条,用链表的格式存储线条,便于计算线条的长度,曲率,斜率等参数。 自己写的代码,改编(精简)自国外大神Peter Kovesi的源码,我加了详细的中文注释,可作参考。 Usage: [edgelist edgeim] = myedgelink(im, minlength) Arguments: im - 细化过的二值边缘图 minlength - 短于此值长度的线条被忽略 Returns: edgelist - 得到的线条