搜索资源列表
directshowopencv
- 使用directshow代替opencv的vfw的源代码-use directshow opencv replace the vfw source code
VisageV32
- Visage is a human computer interface that aims to replace the traditional mouse with the face. Using a webcam and Visage the movement of the face becomes the movement of the mouse pointer.-Visage is a human computer interface that a ims to replace th
Projrecon
- 实现了标准shepp-logan三维图形的重建,程序采用经典的代数替代重建算法-achieve the standard shepp - logan 3D reconstruction, procedures used to replace the classical algebraic reconstruction algorithm
kmedfilter
- K近邻中值(均值)滤波器 1) 以待处理像素为中心,作一个m*m的作用模板。 2) 在模板中,选择K个与待处理像素的灰度差为最小的像素。 3) 将这K个像素的灰度均值(中值)替换掉原来的像素值。 -K-nearest neighbor median (mean) a filter) for the pixel to be addressed, for a m * m role template. 2) In the template, select and K-pending p
replace
- 使用directshow代替opencv的vfw的源代码。代码是工程中需要引入的文件。配置好opencv,按照文章的步骤做就可以了。
PicMatch
- 本程序实现了对影像特征点自动提取,利用Morevac、Forstner、Harris3个经典算子。在此基础上利用相关系数法实现影像自动匹配,并且引入最小二乘平差,使匹配点精度有所提高。 在搜索点过程中,利用了核线影像特性,对二维影像搜索使用了爬山法启发式搜索。对大数据量影像采用影像金字塔结构处理。 1、使用GDAL库读取影片,支持TIFF、PNG、JPEG、JPG、BMP、GIF、IMG格式读取。使用GDI绘图。 2、防止大数据量绘图视图闪烁,图片显示采用双缓存技术。
medianwavefiltering
- 中值滤波是对一个滑动窗口内的诸像素灰度值排序,用其中值代替窗口中心象素的原来灰度值,它是一种非线性的图像平滑法,它对脉冲干扰级椒盐噪声的抑制效果好,在抑制随机噪声的同时能有效保护边缘少受模糊-Median filter is a sliding window from inside the gray value pixel sequencing, using a window center pixel value to replace the original gray value, it is
PUDN
- Replace the native Matlab Hamming window
HMIcontrol
- 此程序利用openCV中人脸识别于模版匹配实现机器人的运动控制功能,其中机器人控制用了Aria的库和模拟器,使用者可根据控制需要替换这部分程序。 本程序的核心部分一直用于只能轮椅的人脸控制。-This process us face recognition in openCV and template matching to achieve robot motion control functions, which used the Aria library and robot simul
GPUGems
- First book of the GPU Gems series in .chm format to replace the .djvu scan floating around. You can search and everything. The CD accompanying the book can be downloaded from nvidia website (600meg): http://download.nvidia.com/developer/GPU_Gems/CD
GPUGems2
- Second book of the GPU Gems series in .chm format to replace the .djvu scan floating around. You can search and everything. The CD accompanying the book can be downloaded from nvidia website (each chapter is separate): http://http.download.nvidia.c
IrisRecognition080604
- 该程序用于实现虹膜图像的定位,用点线检测的方法代替传统的圆检测方法-The program used to implement the positioning of the iris image, with points and lines to replace the traditional method of detecting circle detection method
adamedianfilt
- 自适应中值滤波器的滤波方式和传统的中值滤波器一样,都使用一个矩形区域的窗口Sxy,不同的是在滤波过程中,自适应滤波器会根据一定的设定条件改变(即增加)滤窗的大小,同时当判断滤窗中心的像素是噪声时,该值用中值代替,否则不改变其当前像素值,这样用滤波器的输出来替代像素(x,y)处(即目前滤窗中心的坐标)的值。-Adaptive Median Filter for filtering methods and the same as the traditional median filter, use
yuzhifenge
- 利用快速二维嫡的图像分割方法因其运算量大而影响了它的实际使用, 本文经过参数变换用减法代替原来方法中的对数运算同时将算法代替原来的穷尽搜索获得阂值向量来提高求解速度和分割效率-Using fast two-dimensional entropy method of image segmentation because of its large amount of computation to affect its practical use, this after a parameter tra
cviimage
- cvi图像设计替换背景 扣图专用代码 毕业设计可用-cvi replace the background of graphic design graduate design buckle Figure specific code available
edge-eaxm
- 通过对硅片图像的处理,实现对硅片中晶畴边缘的识别以及晶畴个数的统计,从而获得硅片结晶度的信息。克服了以往在太阳能电池生产过程中判断标准不统一、人工漏检等情况的发生,可实现由机器替代人工对每片衬底的检测。 项目的研究成果不仅可以应用在硅片衬底的检测上,对于其他低对比度图像,包含边缘提取以及面积统计等方面的处理,均可采用。这体现了本研究成果具有很强的实用性和很广的应用范围,具有很高的使用价值。 -Through the image processing to silicon chips, a
medianFilter0918
- 本程序实现灰度图像的均值滤波,均值滤波是典型的线性滤波算法,它是指在图像上对目标像素给一个模板,该模板包括了其周围的临近像素(以目标象素为中心的周围8个象素,构成一个滤波模板,即去掉目标象素本身)。再用模板中的全体像素的平均值来代替原来像素值。 -This program the gray-scale image of the mean filter, mean filter is a typical linear filtering algorithm, it is on the imag
zhongzhilvbo
- 中值滤波是一种去众多数中最为合适的数值进而代替所有的数据的滤波。-The median filter is the way to get the most appropriate value of the numerous number of filtering and then replace all the data.
chengxu
- 1) 对给定的待处理图像统计其直方图,求出 2) 根据统计出的直方图采用累计分布函数做变换 求变换后的新灰值度。 3)用新灰值度代替旧灰值度,求出 。 -1) given the pending image statistics, the histogram obtained 2) According to the statistics of the histogram of the cumulative distribution function do transform
replace
- C语言实现的replace函数,可以用来替换字符串。-C language implementation of the replace function, can be used to replace the string.
