资源列表
[图形图像处理(光照,映射..)] Lesson-7
说明:Digital Signal Processing deals with algorithms for handling large chunk of data. This branch identified itself as a separate subject in 70s when engineers thought about processing the signals arising from nature in the discrete form. Developme<coolkanna> 在 2025-11-02 上传 | 大小:132kb | 下载:0
[图形图像处理(光照,映射..)] visibility-distance
说明:实时板载视差估计的能见距离对比相结合,一篇很好的文章!-Onboard real-time disparity estimation of visibility distance compared the combination of an excellent article!<虞雨> 在 2025-11-02 上传 | 大小:467kb | 下载:0
[图形图像处理(光照,映射..)] WindowsFormsApplication1
说明:一隻簡單的圖像讀取程序,讓初學者可以快速地了解,進而往影像處理那方面發展下去。-Read a simple image program that allows beginners to quickly learn and then to develop image processing in that regard.<曾秋堯> 在 2025-11-02 上传 | 大小:41kb | 下载:0
[OpenGL] OpenGLkaifakun
说明:Open GL 开发库 用于有关于OPen GL游戏开发一些头文件和DLL文件,在3D游戏中有广泛的应用-Open GL development libraries for game development on the OPen GL some header files and DLL files, 3D games in a wide range of applications<李> 在 2025-11-02 上传 | 大小:726kb | 下载:0
[图形/文字识别] surf
说明:自然场景图像局部不变特征检测与描述,surf算法的图像匹配-Natural scene image detection and descr iption of local invariant features, surf image matching algorithm<kangchenlin> 在 2025-11-02 上传 | 大小:2.04mb | 下载:0
[OpenCV] SnakeProfile
说明:opencv例子里没有提供cvsnakeimage的使用方法,在此整理一个例子,可以形象的看看snake算法的结果,大致做法是: 首先设定域值分割,把基本的轮廓找出来,见图中蓝色轮廓线,再将轮廓点传入cvSnakeImage函数,计算出绿色的snake轮廓线。 其中参数alpha代表点相互靠拢的权值(0-1.0),beta表示弯曲能量(越小越容易弯曲)(0-1.0),gamma表示整体能量(0-1.0)。其中参数我自己也不确定具体的范围,最好自己更改不同的范围试试. -o<> 在 2025-11-02 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] OpencvImageBinarization
说明:实现二值化,当像素值(r+g+b)/3>128时设为255,当像素值小于128时设置为0. -To achieve binary, when the pixel value (r+ g+ b)/3> 128 when set to 255, when the pixel value is less than 128 is set to 0.<> 在 2025-11-02 上传 | 大小:1kb | 下载:0
[OpenCV] cvStructuredLight-(Release)
说明:结构光的标定程序,采用VC++编程,能实现对结构光的标定-The calibration procedures, structure light can realize by using vc++ to structure light calibration<熊志武> 在 2025-11-02 上传 | 大小:3.09mb | 下载:0
[OpenCV] RemoveBlackConnectedComponents
说明:使用opencv去掉二值化图像中黑色面积较小的连通域。 程序中语句 tmparea = fabs(cvContourArea(contour)) 可以得到当前连通域的面积,当此面积小于阈值时对其填充为白色。 rect = cvBoundingRect(contour,0) 得到的是框住连通域的最小矩形,对矩形中的黑色部分将其填充为白色,但是这样的话,连通域6和4两个连通域被填充成了白色的矩形,这显然不符合我们的要求,这样就要判断此连通域是黑色联通域还是白色连通域,采用的方法是测试矩<> 在 2025-11-02 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] cut
说明:该文章描述了当前最流行的图像分割算法,该算法分割效果很好,可以借鉴。-The article describes the most popular image segmentation algorithm that partitions a good effect, can learn from.<ykm> 在 2025-11-02 上传 | 大小:1.66mb | 下载:0