登录
首页 » Visual C++ » 平台基于visual studio2015 bilateralFilter

平台基于visual studio2015 bilateralFilter

于 2020-06-20 发布 文件大小:11921KB
0 271
下载积分: 1 下载次数: 1

代码说明:

  平台基于visual studio2015,使用opencv函数实现双边滤波,进行图像处理(bilateral Filter based on opencv)

文件列表:

bilateralFilter, 0 , 2019-07-25
bilateralFilter\.vs, 0 , 2019-07-01
bilateralFilter\.vs\bilateralFilter, 0 , 2019-07-01
bilateralFilter\.vs\bilateralFilter\v14, 0 , 2019-07-01
bilateralFilter\.vs\bilateralFilter\v14\.suo, 32768 , 2019-07-25
bilateralFilter\bilateralFilter, 0 , 2019-07-25
bilateralFilter\bilateralFilter.sln, 1327 , 2019-07-01
bilateralFilter\bilateralFilter.VC.db, 13283328 , 2019-07-25
bilateralFilter\bilateralFilter\1(效果图).jpg, 152718 , 2019-07-01
bilateralFilter\bilateralFilter\1.jpg, 135226 , 2019-06-27
bilateralFilter\bilateralFilter\2.jpg, 114685 , 2019-06-27
bilateralFilter\bilateralFilter\4(效果图).jpg, 71144 , 2019-07-06
bilateralFilter\bilateralFilter\4.jpg, 89447 , 2019-06-27
bilateralFilter\bilateralFilter\bilateralFilter.vcxproj, 7673 , 2019-07-01
bilateralFilter\bilateralFilter\bilateralFilter.vcxproj.filters, 945 , 2019-07-01
bilateralFilter\bilateralFilter\Debug, 0 , 2019-07-01
bilateralFilter\bilateralFilter\Debug\bilateralFilter.tlog, 0 , 2019-07-01
bilateralFilter\bilateralFilter\IC_IC_07.jpg, 2453390 , 2019-07-18
bilateralFilter\bilateralFilter\main.cpp, 606 , 2019-07-25
bilateralFilter\bilateralFilter\result.jpg, 1252538 , 2019-07-25
bilateralFilter\bilateralFilter\Sample24.jpg, 2382937 , 2019-05-20
bilateralFilter\bilateralFilter\x64, 0 , 2019-07-01
bilateralFilter\bilateralFilter\x64\Debug, 0 , 2019-07-25
bilateralFilter\bilateralFilter\x64\Debug\bilateralFilter.Build.CppClean.log, 1459 , 2019-07-25
bilateralFilter\bilateralFilter\x64\Debug\bilateralFilter.log, 290 , 2019-07-25
bilateralFilter\bilateralFilter\x64\Debug\bilateralFilter.tlog, 0 , 2019-07-25
bilateralFilter\bilateralFilter\x64\Debug\bilateralFilter.tlog\bilateralFilter.lastbuildstate, 236 , 2019-07-25
bilateralFilter\bilateralFilter\x64\Debug\bilateralFilter.tlog\CL.command.1.tlog, 798 , 2019-07-25
bilateralFilter\bilateralFilter\x64\Debug\bilateralFilter.tlog\CL.read.1.tlog, 22506 , 2019-07-25
bilateralFilter\bilateralFilter\x64\Debug\bilateralFilter.tlog\CL.write.1.tlog, 852 , 2019-07-25
bilateralFilter\bilateralFilter\x64\Debug\bilateralFilter.tlog\link.command.1.tlog, 1658 , 2019-07-25
bilateralFilter\bilateralFilter\x64\Debug\bilateralFilter.tlog\link.read.1.tlog, 3748 , 2019-07-25
bilateralFilter\bilateralFilter\x64\Debug\bilateralFilter.tlog\link.write.1.tlog, 838 , 2019-07-25
bilateralFilter\bilateralFilter\x64\Debug\main.obj, 166005 , 2019-07-25
bilateralFilter\bilateralFilter\x64\Debug\vc140.idb, 576512 , 2019-07-25
bilateralFilter\bilateralFilter\x64\Debug\vc140.pdb, 847872 , 2019-07-25
bilateralFilter\Debug, 0 , 2019-07-01
bilateralFilter\x64, 0 , 2019-07-01
bilateralFilter\x64\Debug, 0 , 2019-07-25
bilateralFilter\x64\Debug\bilateralFilter.exe, 83456 , 2019-07-25
bilateralFilter\x64\Debug\bilateralFilter.ilk, 454640 , 2019-07-25
bilateralFilter\x64\Debug\bilateralFilter.pdb, 1306624 , 2019-07-25

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Otsu image processing
    说明:  利用大津算法对图片进行处理,得到满意的处理效果。(The image is processed by Otsu algorithm and satisfactory results are obtained.)
    2019-04-12 15:45:15下载
    积分:1
  • fenlei
    分类程序的实现,可在vc++平台中运行,方便大家对算法的熟悉与学习(Classification procedures to achieve, can be run in vc++ platform to facilitate learning of the algorithm are familiar with)
    2013-07-11 21:16:09下载
    积分:1
  • 28_REVIEW
    Image enhancement is a processing on an image in order to make it more appropriate for certain applications. It is used to improve the visual effects and the clarity of image or to make the original image more conducive for computer to process. Contrast enhancement changing the pixels intensity of the input image to utilize maximum possible bins. We need to study and review the different image contrast enhancement techniques because contrast
    2016-04-22 20:49:34下载
    积分:1
  • ASED
    在自动化生产线VC开发的运动控制机器视觉程序,XYZ三个轴有PCI板卡控制,视频卡采集图像后经算法处理找到图像的点,VC控制步进电机到加胶位置加胶,在机器上运行每日点胶100000次无故障(VC development in automated production lines motion control machine vision program, XYZ three-axis control with a PCI card, video card capture images after processing algorithm to find the image of the point, VC controlled stepper motor to position plus plus glue glue on the machine run the daily dispensing 100,000 times without failure)
    2020-09-10 05:38:04下载
    积分:1
  • detectpoint
    光斑中心提取算法,在VS2010下,用opencv2.3.1编写的控制台程序,主要功能是利用hession矩阵和高斯滤波进行光斑中心点提取,里面附测试图片,提取精度为亚像素级别。(Spot center extraction algorithm, in VS2010, written by opencv2.3.1 console program, the main function is to use hession matrices and Gaussian filter for extracting the center spot, which is attached test images, the extraction accuracy of sub-pixel level.)
    2014-04-16 15:33:49下载
    积分:1
  • salt-and-pepper-
    halcon代码 ,对图像添加高斯噪声 椒盐噪声(halcon code, add the image Gaussian noise impulse noise)
    2015-06-29 10:40:11下载
    积分:1
  • ostu
    使用大津法选定二值化阈值,并对彩色图像做二值化处理(Otsu binarization threshold is selected, and the color images do binarization processing)
    2012-05-19 22:41:01下载
    积分:1
  • SURF-V1.0.9-WinDLL
    SURF算法较SIFT算法速度快,SURF算法源代码。(SURF code)
    2021-04-21 22:48:49下载
    积分:1
  • MyDialog
    AutoCAD二次开发的图像处理代码,对彩色图像进行区域生长,然后提取边界,实现图像分割.(AutoCAD second development of image processing code, color images of regional growth, and then extract the boundary, realize image segmentation.)
    2007-09-18 14:18:42下载
    积分:1
  • denoise_source
    精心收集的几个去噪算法,包括基于视觉的非线性去噪、BLS_GSM算法、NL-Bayes图像去噪、KSVD去噪等,内容为核心代码,需要配置完善。 (Denoising algorithm of several carefully collected, including visual based nonlinear denoising, BLS_GSM algorithm, NL-Bayes image denoising, KSVD denoising, the content as the core code, the need to improve the allocation of. )
    2015-03-10 08:57:56下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载