搜索资源列表
optimization-simulation
- 此处给出了一个使用LM算法进行优化的例子,此时的LM算法基于opencv编写-optimization algorithm simulation
MyPSO
- 采用opencv平台演示粒子群优化算法,结构和逻辑很清晰,演示效果良好-Opencv platform demonstrates the particle swarm optimization algorithm, structure and logic is very clear, demonstrates good
sift(C-code)
- 自编的SIFT优化算法,有注释,下载即可使用VS2008+OPENCV2.4.2-Self the SIFT optimization algorithm, notes, download to use VS2008+OPENCV2.4.2
CV6
- 利用KLT跟踪算法进行兴趣点选取和跟踪。 KLT跟踪算法的原始思想是在研究不同图像之间的匹配问题时,通过计算两个平移窗口的灰度残差,并寻找最小化残差SSD(sum of square difference)来实现匹配的。但是这个过程是没有效率的,因此KLT算法进行了优化。在这个过程中,KLT算法使用泰勒展开直接计算平移矢量,而不需要通过遍历进行搜索。 -KLT tracking algorithm to select a point of interest and tracking. K
test
- 目标提取算法,优化的vibe算法,该方法是目前比较优化的算法之一-Target extraction algorithm, the vibe algorithm optimized
3
- 基于粒子群优化算法的otsu阈值分割,采用双阈值分割图像-otsu based on pso
c
- 图像处理核心算法文件,适合学习机器视觉的人研究,在运算速度上做了优化-Image processing core algorithm file, suitable for learning machine vision of human studies, in the computing speed to do the optimization
FrameDiff
- 优化图像算法,能够实时检测物体,对光照不敏感-Image optimization algorithms, motion detection
clear-image-processing
- 优化的对比度增强算法用于有雾图像的清晰化处理(算法效果稳定,且对天空具有天然的免疫力,极力推荐有需要的朋友研究)-Contrast enhancement algorithm optimized for a clear picture of the fog processing (arithmetic effect I see now the most stable, and has a natural immunity against the sky, strongly recommended
lbp-facedetect(opencv)
- 基于opencv lbp的人脸检测算法,利用facedetect函数快速检测到人脸,提高检测速度,优化检测方法。-Face detection algorithm based on LBP facedetect, using OpenCV function to quickly detect human face, improve the detection speed, and optimize the detection method.
fos-aagorithm
- 该程序是采用MATLAB编写的一个二维优化算法,对于初学者很有用!(The program is to use a two-dimensional MATLAB optimization algorithm, useful for beginners!)
SLIC
- 超像素分割算法,基于K-means算法,自己写了一个方便优化,非常实用(Super pixel segmentation algorithm, very practical)
centre
- 可针对多个目标函数应用多目标遗传算法实现稳定优化过程(Genetic optimization of multiple targets)
OpenCV示例源码
- 关于OpenCV的好处之一就是它提供了许多内置的用于图像处理和计算机视觉相关操作的基础元素。如果你需要通过scratch写入某些内容,你将不得不定义一些东西,比如图像、点、角度等等,这些几乎是任何计算机视觉算法的基础。OpenCV提供了这些开箱即用的基础数据结构,它们都包含在core模块中。另外一个好处是,这些数据结构都已经针对速度和内存做了优化,因此,你不用担心实现细节。(One of the benefits of OpenCV is that it provides a number of
ABC-Matlab
- 通过人工蜂群优化算法对分类好的数据进行处理,对分类中的某个函数或参数进行修改(Artificial Bee Optimization)