资源列表
[OpenCV] CV5
说明:本程序功能是由运动(估计)恢复仿射结构,具体使用的是factorization分解法。这个方法的本质就是一个矩阵分解的过程:对于给定n个点的m幅图像,我们可以写成一个2m*n的矩阵D=(q1,q2,…,qn),而这个像点矩阵可以表示成一个2m*3矩阵和一个3*n矩阵的乘积,即D=AP,其中A、P分别表示实际(仿射)摄像机位移和场景状态,也就是我们需要求得的矩阵。而如何根据D来得到A、P,正是factorization分解法的工作。-This program features the recove<> 在 2025-10-09 上传 | 大小:1.76mb | 下载:0
[OpenCV] CV6
说明:利用KLT跟踪算法进行兴趣点选取和跟踪。 KLT跟踪算法的原始思想是在研究不同图像之间的匹配问题时,通过计算两个平移窗口的灰度残差,并寻找最小化残差SSD(sum of square difference)来实现匹配的。但是这个过程是没有效率的,因此KLT算法进行了优化。在这个过程中,KLT算法使用泰勒展开直接计算平移矢量,而不需要通过遍历进行搜索。 -KLT tracking algorithm to select a point of interest and tracking. K<> 在 2025-10-09 上传 | 大小:2.12mb | 下载:0
[图形图像处理(光照,映射..)] chanvese
说明:C++代码,改进的CV算法,包含basic.c chanvese cli.c cliio.c gifwrite.c imageio.c-C++ code, improved CV algorithms, including basic.c chanvese.c chanvesecli.c cliio.c gifwrite.c imageio.c<shiyimengchen> 在 2025-10-09 上传 | 大小:1.58mb | 下载:0
[图形图像处理(光照,映射..)] the-basics-image-process-code
说明:各种图像处理程序,包括边缘检测、差影法、模板匹配、投影法、种子填充等。-Variety of image processing procedures, including edge detection, subtraction method, template matching, projection, seed filling.<shiyimengchen> 在 2025-10-09 上传 | 大小:2.19mb | 下载:0
[图形图象] qvision.0.8.1
说明:基于 QT 的面向对象的多平台计算机视觉库。可以方便的创建图形化应用程序,算法库主要从 OpenCV,GSL,CGAL,IPP,Octave 等高性能库借鉴而来。-Based on the QT object-oriented multi-platform computer vision library. You can easily create graphical applications, the algorithm library from the high performance li<sheriffyang> 在 2025-10-09 上传 | 大小:2.79mb | 下载:0
[OpenGL] -cloud-data-Pro
说明:基于VC++ 和OpenGL 的点云数据三维读取与显示经过测试可执行-Read and display of three-dimensional point cloud data based on VC++ and OpenGL executable tested<yeqiuguo> 在 2025-10-09 上传 | 大小:1.04mb | 下载:1
[图形图像处理(光照,映射..)] Image_edge_detection
说明:图像边缘检测,可用于图像增强,有利于突出地区的细节。-Image edge detection, can be used for image enhancement, is conducive to highlight details.<江光> 在 2025-10-09 上传 | 大小:344kb | 下载:0
[图形图像处理(光照,映射..)] Frequency_domain_filtering
说明:图像频率域滤波处理,可用于图像频域的各种处理。-Image frequency domain filtering process can be used for various kinds of processing of the image in the frequency domain.<江光> 在 2025-10-09 上传 | 大小:1.38mb | 下载:0
[图形图像处理(光照,映射..)] Smoothing
说明:图像平滑处理功能,可用于去除图像噪声,增强图像的可视效果。-Image smoothing function can be used to remove image noise, and visual effects to enhance the image.<江光> 在 2025-10-09 上传 | 大小:261kb | 下载:0
[图形图像处理(光照,映射..)] Wavelet_transform
说明:图像小波变换处理,可用于图像小波域的分析处理。-Wavelet transform processing can be used for image analysis and processing of the wavelet domain.<江光> 在 2025-10-09 上传 | 大小:2.6mb | 下载:0
[2D图形编程] barchart
说明:generates bar chart from the given data.. very important for ms-excel like apps..<manan.nirma> 在 2025-10-09 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] Threshold_segmentation
说明:图像阈值分割和轮廓提取功能,主要用于图像的内容的分割和提取。-Image threshold segmentation and contour extraction, mainly for the content of the image segmentation and extraction.<江光> 在 2025-10-09 上传 | 大小:204kb | 下载:0