搜索资源列表
Bachelar_Thesis
- 数字图像中基于α值的景象提取算法研究 介绍:Hillman、Ruzon和Tomasi和Poisson算法
Bachelar_Thesis
- 数字图像中基于α值的景象提取算法研究 介绍:Hillman、Ruzon和Tomasi和Poisson算法-Digital image-based scene extraction of α values introduce Algorithm: Hillman, Ruzon and Tomasi and Poisson algorithm
RGB2LabAndLab2RGB
- % function [L, a, b] = RGB2Lab(R, G, B) % RGB2Lab takes matrices corresponding to Red, Green, and Blue, and % transforms them into CIELab. This transform is based on ITU-R % Recommendation BT.709 using the D65 wh
GUI_Matting
- matlab编写的交互式image matting程序,包括:Poisson,Hillman,Ruzon等方法和源图像-matlab interactive image matting procedures, including: Poisson, Hillman, Ruzon methods and sources image
ruzon.tar
- 指南针边缘检测算法是当前质量最高的边缘检测方法,比CANNY算子效果还要好。具有边缘定位准确,边连续,完整的特点。程序能够得到每一个像素的边的朝向,有利于做进一步的优化应用,例如图像分割等。具体算法过程可参考斯坦福大学麦克博士发表的论文。主要思路就是以每个像素为中心,像罗盘一样转动边,一直找到两边差异最大的朝向。最后把所有的最优朝向连起来成为边缘。 代码用VC驱动,核心部分用matlab编写-Compass edge detecti
Edge-detection
- 本代码用于边缘检测 自己用过应该很好用,希望大家多多下载-Edge detection
CompassMATLAB
- demo中包括了目前常用的边缘检测算子,并添加了frei-chen、kirsch、drecedge、prewittcompass等边缘检测function函数。此外,实现了Ruzon罗盘算则的matlab编程,可以对灰度图像加以处理,实现边缘检测。-demo includes the most commonly used edge detection operator, and added frei-chen, kirsch, drec
CompassMATLAB
- demo中基本上整理了目前常用的所有边缘检测算子,并添加了自定义的frei-chen、kirsch、direcedge、PrewittCompass、RobinsonCompass边缘检测算子function函数。此外,还有Ruzon罗盘算子的matlab实现程序,能对灰度图像的边缘加以检测。-demo, basically compiled all the commonly used edge detection operator,
Lab2RGB
- Lab2RGB takes L, a, and b double matrices, or an M x N x 3 double image, and returns an image in the RGB color space. Values for L are in the range [0,100] while a* and b* are roughly in the range [-110,110]. If