-
gridCut
graphcut的最新改进,在网格上应用graphcut,作者将其称为gridCut,此压缩包内含文章与源代码,出自CVPR2012,关注计算机视觉的同学可以详细参考,代码已调试通过(the new advance of graphcut, named gridCut, derived from CVPR 2012, useful to guys on ComputerVision.The code is runnable.)
- 2020-10-29 23:30:02下载
- 积分:1
-
gaijin_hessian
一种改进后的海森矩阵算法代码,针对医学图像处理效果比较好,可以识别较细的血管。(An improved Hessian matrix algorithm code, medical image processing effects for better, you can identify smaller vessels.)
- 2015-12-16 22:28:43下载
- 积分:1
-
voc-release3.1
DPM作者获得 2010年CVPR终生成就奖,DPM是在HOG的基础上进行改进,解决了HOG算子的不足,并且对SVM也进行了小幅度改善提出了LSVM这个概念(DPM is improved on the basis of HOG. It solves the shortcomings of HOG operator, and makes a small improvement on SVM. The concept of LSVM is proposed)
- 2017-07-20 10:06:52下载
- 积分:1
-
遥感图像配准系统
说明: 本程序主要对遥感图像实现三种处理:几何校正、图像增强和图像配准。这三种处理都可以独立实现,然而对于原始的遥感图像将这三种处理依次进行效果更佳。(This program mainly deals with three kinds of remote sensing image processing: geometric correction, image enhancement and image registration. These three kinds of processing can be realized independently, but for the original remote sensing image, the effect of these three kinds of processing in turn is better.)
- 2020-05-22 15:00:32下载
- 积分:1
-
sauvola
用于对图像进行分割的算法的一种,对部分类型图像处理较好
(For the image segmentation algorithm a kind type of image processing on the part of good)
- 2021-02-03 14:59:58下载
- 积分:1
-
canny
canny边缘检测的步骤:
1,生成高斯核,与图像做卷积
2,计算梯度图像
3,非极大值抑制
4,双阈值法和连接边缘(Canny edge detection steps:
1, Generate Gaussian kernel, convolution with the image
2, calculate the gradient image
3, non-maximal inhibition
4, double threshold method and connect the edge)
- 2017-11-28 19:31:27下载
- 积分:1
-
pee-nak_indonesian-2064746
说明: After spending a decade cooking in Michelin-starred restaurants in Spain, chef Oswaldo Oliva returns to his native Mexico City with a menu that rivals that of Pujol
- 2019-12-23 20:39:51下载
- 积分:1
-
ImageZoom
利用VTK实现图像的放大缩小,基于对话框编写的,有助于学习VTK的朋友(Using VTK to achieve the image to zoom in, based on the dialog box, prepared to help a friend learn VTK)
- 2009-11-24 16:22:21下载
- 积分:1
-
quzao
实现数字图像小波阈值去噪,显示软硬阈值处理过后的信噪比(Implementing Wavelet Threshold Denoising of Digital Image)
- 2019-04-16 14:48:36下载
- 积分:1
-
restore
说明: 图像增强的目标是改进图片的质量,例如增加对比度,去掉模糊和噪声,修正几何畸变等;图像复原是在假定已知模糊或噪声的模型时,试图估计原图像的一种技术。
图像增强按所用方法可分成频率域法和空间域法。前者把图像看成一种二维信号,对其进行基于二维傅里叶变换的信号增强。采用低通滤波(即只让低频信号通过)法,可去掉图中的噪声;采用高通滤波法,则可增强边缘等高频信号,使模糊的图片变得清晰。具有代表性的空间域算法有局部求平均值法和中值滤波(取局部邻域中的中间像素值)法等,它们可用于去除或减弱噪声。
(A sharp and clear image is not directly produced
from the optics, however, digital signal processing applied to the sampled image produces a sharp and clear final image that
is also insensitive to misfocus related aberrations. This paper gives an overview of Wavefront Coding and example images
related to the two applications of machine vision/label reading and biometric imaging. Design techniques of Wavefront
Coding are unique from that of traditional imaging system design since both the optics and digital processing characteristics
of the system are jointly optimized for optimum system performance.)
- 2010-04-07 15:41:40下载
- 积分:1