▍1. CUDA_image-denoising
用CUDA并行处理方法改写的图像降噪算法,包括KNN,NLM,以及改进的NLM方法。配置环境适合VS2010+CUDA5.0,对使用CUDA的同学来说是很好的教材。(Image denoising algorithms including KNN,NLM and refined NLM run on CUDA, useful demo for who learns CUDA based parallel programming.)
用CUDA并行处理方法改写的图像降噪算法,包括KNN,NLM,以及改进的NLM方法。配置环境适合VS2010+CUDA5.0,对使用CUDA的同学来说是很好的教材。(Image denoising algorithms including KNN,NLM and refined NLM run on CUDA, useful demo for who learns CUDA based parallel programming.)
医学图像配准,医学图像2D_3D配准,基于vc++开发。(The registration of pre-operative volumetric datasets to intra-operative two-dimensional images provides an im- provedway of verifying patient positionandmedical instru- ment location. In applications from orthopedics to neuro- surgery, it has a great value in maintaining up-to-date in- formation about changes due to intervention. We propose a mutual information-based registration algorithm which es- tablishes the proper alignment via a stochastic gradient as- centstrategy. Ourmaincontributionliesinestimatingprob- ability density measures of image intensities with a sparse histogrammingmethodwhichcouldlead to potentialspeed- up over existing registration procedures and deriving the gradient estimates required by the maximization procedure. Experimental results are presented on fluoroscopy and CT datasets of a real skull, and on a CT-derived dataset of a real skull, a plastic skull and a plastic lumbar spine seg- ment.)
对遥感影像或者图形图像,是在摄影测量数据处理中比较知名的Moravec算子。希望可以帮助到大家!(Remote sensing image or graphic images, photogrammetric data processing in the more well-known Moravec operator. I hope you can help to everyone!)
VC中绘制坐标系、网格、常用数学函数以及辅助功能(背景色切换、坐标标题修改等)(vc draw)
关于阈值处理的一部分参考文献,对于图像的二值化等很有帮助,是经过精心选择的参考文件。(References on the part of the processing threshold for image binarization helpful, is carefully selected reference files.)
自动匹配下拉列表框中的内容,根据所选下拉列表框的不同去加载不同的名片(Automatic matching of the drop-down list box in the content, according to the selected drop-down list box is different to load a different card )
线性CCD大津动态自适应阈值二值化源程序(Linear CCD dynamic adaptive threshold binarization dajin source program)
转辙机图像采集板区域参数设置上位机界面程序,转辙机通信协议,多项式拟合参数及阈值设置。(Switch machine image acquisition board area parameter set PC interface program, switch machine communication protocols, polynomial fitting parameters and the threshold value is set.)
图像细化处理的C代码,效果较好,对初学者有较好的参考作用(Image processing of C code, the effect is good, is good for beginners reference)
可见光波长和颜色的对应生成代码,可以保存问为图片(Corresponding to the wavelength of visible light and color to generate code that can be saved to ask for the picture)
主动轮廓模型结合一个特殊的显著性方法实现目标分割(using active contour with a special salient detction modle to segment an image )
基于OPENCV的数字图像处理的Cvvimage库,(CvvImage Class in image process )
基于opencv的C语言的疲劳驾驶检测代码,肤色检测人脸(fatigue driving detecting)
按照C语言程序实现对128x128像素点、256灰度等级灰度图像的灰度直方图显示(In accordance with the C language program to 128x128 pixels, 256 gray scale histogram display grayscale images)
实现对图像平滑模糊,有简单平滑、高斯模糊和中值滤波三种可选,基于OPenCV类库实现,代码可直接运行(Achieve a smooth blur the image, a simple smooth, Gaussian blur and median filtering three options, OPenCV-based library, the code can be run directly)