自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

Camille的专栏

好记性不如烂笔头

  • 博客(2)
  • 资源 (4)
  • 收藏
  • 关注

原创 Matlab 2017a 与 VS2013 配置

之前使用的是Matlab 2013a搭配VS2013,安装matlab2017a后 mex -setup出现错误:>> mex -setup错误使用 mex未找到支持的编译器或 SDK。您可以安装免费提供的 MinGW-w64 C/C++ 编译器;请参阅安装 MinGW-w64 编译器。有关更多选项,请访问http://www.mathworks.com/support/compile...

2018-03-18 10:29:12 3345 2

转载 ECCV 2014 Results (16 Jun, 2014)

http://eccv2014.org/accepted-papers/ ACCEPTED PAPERS ECCV 2014 Results (16 Jun, 2014) Papers submitted: 1444 Accepted Papers     TITLE PRIMARY SUBJECT

2014-06-16 11:10:31 2726

曲率滤波代码

龚元浩曲率滤波代码,python和matlab语言。This code was developed by Yuanhao Gong during his PhD at MOSAIC Group. Please cite Yuanhao's PhD thesis if you use this code in your work. Thank you! ============================================================= @phdthesis{gong:phd, title={Spectrally regularized surfaces}, author={Gong, Yuanhao}, year={2015}, school={ETH Zurich, Nr. 22616}, note={http://dx.doi.org/10.3929/ethz-a-010438292}} ============================================================= FAQ: 1) Why dual mesh (DM) structure is needed? There are two reasons. First, these four sets guarantee the convergence. Second, we can use the updated neighbors for current position. Therefore, it is more computational efficient. 2) What is the difference between these three filters? In general, GC filter is better in preserving details, compared with the other two. And TV filter is better in removing noise as well as details. MC filter is between these two. These three filters are correspond to three types of variational models. User should decide which prior is to be assumed about the ground truth. 3) What is the difference between split and nosplit scheme? In general, splitting the image into four sets and looping on them is computational faster. However, in some cases like deconvolution, we need to merge the four sets after every iteration. So, it is better do nosplit scheme. These two lead to exactly the same result. The split code is just more cache friendly.

2018-09-05

A unifying retinex model based on non-local differential operators

微分方法求解Retinex算法,A unifying retinex model based on non-local differential operators

2018-09-05

基于双边滤波器的retinex算法等代码

Collection of Computer Vision algorithms implemented in Matlab. Algorithms: seam carving ("Seam carving for content-aware image processing" by S. Avidan & A. Shamir, 2007) Algorithm and code are described in details http://kirilllykov.github.io/blog/2013/06/06/seam-carving-algorithm/ bilateral filter ("Bilateral filtering for gray and color images" by C. Tomasi & R. Manduchi, 1998) fast bilateral filter ("A fast approximation of the bilateral filter using a signal processing approach" by S. Paris & F. Durand, 2006) retinex ("Retinex by two bilateral filters" by M. Elad, 2005) shape from shading algorithm by Horn and Ikeuchi ("The Variational Approach to Shape from Shading" by B. Horn and M. Brooks, 1985) optical flow algorithm by Horn-Shunck for an array of input images ("Determining optical flow" by Horn and Schunck, 1980) generator of random surface and closed curve, auxiliary code

2018-03-23

Guided Image Filtering & Fast Guided Filter

何凯明 引导滤波 以及 快速引导滤波 相关论文、PPT以及代码。 引导滤波:即需要引导图的滤波器,引导图可以是单独的图像或者是输入图像,当引导图为输入图像时,引导滤波就成为一个保持边缘的滤波操作,可以用于图像重建的滤波。

2017-09-15

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除