资源列表
CellDetection
- 这是一个细胞检测与计数系统,可以检测细胞图像里的细胞并且计数-This is a cell detection and counting system, an image can be detected in cells and cell count
SaliencyProject
- 这是一个基于显著性检测的图像分割的工程,是用visual C++开发的,可以运行,分割效果不错。-This is a project based on image segmentation significant detection is developed using visual C++ can run, split good results.
pm_canny
- 这是一个基于各向异性扩散的canny边缘检测算法,比传统的基于线性滤波的边缘检测算法检测的边缘要准确。-It is based on a PM (anisotropic diffusion) of the canny edge detection algorithm based on edge than the traditional Gaussian edge detection algorithm to accurately
image_segmentation
- 图像分割程序源代码及实验图片,采用遗传算法完成,分割效果较好。-Image segmentation program source code and test images, using genetic algorithm to complete the segmentation, the effect is nice.
liangdu
- 通过Verilog程序在FPGA上实现按键切换的亮度变化。包含源代码和原理图-Verilog program achieved through changes in brightness button to switch on the FPGA. Contains the source code and schematics
GAC
- GAC 侧地线主动轮廓模型 感觉挺全的了 上传上来分享下-GAC side of the ground feeling very active contour models upload up to share the whole of the next
digital-image-processing
- 实现图像的直方图均衡化,直方图匹配,邻域平均,局域增强,中值滤波。-histogram equalization,histogram matching,neighborhood averaging,local enhancement,median filtering
set-an-image-rotation-angle
- 功能函数可以任意设置角度对图像进行旋转,程序简单可运行,运行结果好-Performance function can be set rotation angle of the image, the program is simple to run, good operating results
gongshengjuzhen
- 计算四个方向的共生矩阵,以及共生矩阵的四个特征值Uniformity,contrast,entropy,Homogeneity-Four features four directions of co-occurrence matrix is calculated, as well as co-occurrence matrix value Uniformity, contrast, entropy, Homogeneity
kalman-alghrioms-matlab
- 则卡尔曼滤波的算法流程为: 1.计算预估计协方差矩阵2.计算卡尔曼增益矩阵3.更新估计4.计算更新后估计协防差矩阵-The Kalman filter algorithm processes as follows: 1. Calculate pre-estimate covariance matrix 2 calculate the Kalman gain matrix 3 updated estimate calculated after 4 update estimated defend d
sift-alghrithms
- SIFT算法大致有四个步骤: 1,尺度空间极值检测。在尺度空间通过高斯微分函数来检测潜在的对于尺度和旋转不变的兴趣点。 2,关键点定位。在兴趣点位置上,确定关键点的位置和尺度。3,方向确定。基于图像局部的梯度方向,给每个关键点分配方向。4,关键点描述。在每个关键点的领域内测量图像局部的梯度。最终用一个特征向量来表达。-SIFT algorithm roughly four steps: 1, the scale space extremum detection. In the sc
Gaussian
- 高斯滤波是一种线性平滑滤波,适用于消除高斯噪声,广泛应用于图像处理的减噪过程。通俗的讲,高斯滤波就是对整幅图像进行加权平均的过程,每一个像素点的值,都由其本身和邻域内的其他像素值经过加权平均后得到。高斯滤波的具体操作是:用一个模板(或称卷积、掩模)扫描图像中的每一个像素,用模板确定的邻域内像素的加权平均灰度值去替代模板中心像素点的值。-Gaussian smoothing filter is a linear filter for the elimination of Gaussian nois
