搜索资源列表
levmar
- Levenberg-Marquardt的c++优化代码。该代码适用各种非线性最小二乘问题
Graph_Cut
- Graph Cutshi是最近在计算机视觉中研究和应用比较多的优化算法,典型的用于stereo matching, image restortion, texture synthesis等应用,以上代码给出了graph cut,mean shift, 以及相关的ppm/pgm图像借口,本来是用于stereo matching的,已经把相关的matching的实现代码给去掉了。大家可以以此为平台做一些相关的研究和应用。
image_detect
- vc++编程实现图像的边缘检测以及对图像的锐化操作,代码已优化,算法简单易懂!
Smoothing
- 边缘保留的图像滤波。 在内循环中进行了代码优化,以提高效率
DM642dctidct
- TI公司DM642的DCT和IDCT程序,代码经过深度优化,运行效率高!需要TI的imglib库支持,imglib可以免费到TI网站下载!
l1magic-optimization 代码实现稀疏表示中的l1范式中的7个优化问题
- 代码实现稀疏表示中的l1范式中的7个优化问题。对大家实现稀疏表示算法有极大的参考价值-This package contains code for l1 magic solving seven optimization problems.
ruzon.tar
- 指南针边缘检测算法是当前质量最高的边缘检测方法,比CANNY算子效果还要好。具有边缘定位准确,边连续,完整的特点。程序能够得到每一个像素的边的朝向,有利于做进一步的优化应用,例如图像分割等。具体算法过程可参考斯坦福大学麦克博士发表的论文。主要思路就是以每个像素为中心,像罗盘一样转动边,一直找到两边差异最大的朝向。最后把所有的最优朝向连起来成为边缘。 代码用VC驱动,核心部分用matlab编写-Compass edge detection algorithm is currently the
RGB2I420
- RGB转化到I420,以及I420转到RGB的代码,并且进行了优化,效率非常高。-RGB conversion to I420, and I420 to the RGB code, and optimized, the efficiency is very high.
CannyClassification
- Canny算子分类,实现对图像进行分割。代码进行过优化,有较高的实时性。-Canny operator classification, to achieve image segmentation. Code has been optimized, a higher real-time.
facedetection
- 人脸检测的C/C++源代码,主要是对OPENCV 3.1 版本发布的代码做了一些速度上的优化,并且解决了内存泄漏的问题。-face detection
1
- 学习图象处理的最好例子,该代码浓缩了好几种操作,优化了图象,是我总结了前辈的研究成果所写出来的-Learning the best example of image processing, the code concentrated several operations to optimize the image, which I summed up the results of research written by the older generation out of
2
- 学习图象处理的最好例子,该代码浓缩了好几种操作,优化了图象,是我总结了前辈的研究成果所写出来的-Learning the best example of image processing, the code concentrated several operations to optimize the image, which I summed up the results of research written by the older generation out of
3
- 学习图象处理的最好例子,该代码浓缩了好几种操作,优化了图象,是我总结了前辈的研究成果所写出来的-Learning the best example of image processing, the code concentrated several operations to optimize the image, which I summed up the results of research written by the older generation out of
4
- 学习图象处理的最好例子,该代码浓缩了好几种操作,优化了图象,是我总结了前辈的研究成果所写出来的-Learning the best example of image processing, the code concentrated several operations to optimize the image, which I summed up the results of research written by the older generation out of
5
- 学习图象处理的最好例子,该代码浓缩了好几种操作,优化了图象,是我总结了前辈的研究成果所写出来的-Learning the best example of image processing, the code concentrated several operations to optimize the image, which I summed up the results of research written by the older generation out of
FastLaplace
- 压缩感知优化算法代码,一个有意思尝试,希望对大家有用-Compression-aware code optimization algorithm, an interesting attempt to
tryImage
- 本代码是利用互信息法进行配准,多分辨率优化地刚性配准。-The code is the use of mutual information registration method, multi-resolution optimization to rigid registration.
Interpolation
- 对单通道或者3通道的图像进行插值缩放,缩放比例随意设置,函数内部申请缩放后的内存,内部加入代码优化指令。-Images of single channel or 3 channel interpolation scaling, scaling arbitrarily set, inside a function for the scaled memory, internal accession code optimization and instruction.
youhua
- 冈萨雷斯mtlab版图像处理中代码优化方面的代码,包含了timeit函数-The image processing code(Gonzales MTLAB version) optimization aspects of the code, including the timeit function
matlab图像处理代码
- 图像处理,进行膨胀腐蚀处理,对图像进行优化,达到最佳(image process,we propose a new particle lter based on sequential importance sampling.)
