搜索资源列表
rgbtohsi.RGB 转换到HSI 里面用了opencv的cvGet2D函数
- RGB 转换到HSI 里面用了opencv的cvGet2D函数,RGB to HSI conversion opencv spent inside the function cvGet2D
OCR.rar
- 简约不简单的OCR开发包其中,mdivwctl.cpp,mdivwctl.h 是MS_OCR的模块程序,一些功能函数尽我们的理解作了中文注释。,Simple simple OCR development kit which, mdivwctl.cpp, mdivwctl.h module is MS_OCR procedures, a number of function made the best of our understanding of Chinese Notes.
twainapp.source.2.0.8
- .NET TWAIN image scanner-Abstract In Windows imaging applications, the most used API for scanning is TWAIN www.twain.org. Unfortunately, the new .NET Framework has no built-in support for TWAIN. So we have to work with the interop methods of .NET t
roamosg
- 基于osg和vc2005的漫游实例,其中实现了碰撞检测的功能,希望能对osg的初学者有一点借鉴的作用-Based on the OSG and the roaming vc2005 example, which achieved a collision detection function, hoping to OSG beginner to learn from the role it
hpfilter
- 这不是一个标准MATLAB的函数 H = hpfilter (类型,男,氮, D0 , n )的创建传递函数的高通滤波器,氢,指定的类型和大小MxN 。可能的值类型, D0和N是: 理想 理想高通滤波器的截止频率D0 。 Ifsupplied , n是被忽略。 btw 巴特沃思高通滤波器 n阶和截止D0 。 gaussn 高斯高通滤波器的截止(标准偏差) D0 。 如果提供,正被忽略。 M和N应该是偶数的密度泛函过滤。-THIS IS NOT A STANDARD MATL
15454564151616541515151515
- function [hough_space,hough_circle,para] = hough_circle(BW,step_r,step_angle,r_min,r_max,p) input BW:二值图像; step_r:检测的圆半径步长 step_angle:角度步长,单位为弧度 r_min:最小圆半径 r_max:最大圆半径 p:阈值,0,1之间的数 output hough_space:参数空间,h(a
ThesamemethodbasedontheimpulseresponseoftheIIRdigi
- 基于冲激响应不变法的IIR数字滤波器设计,冲激响应不变法的设计原理是利用数字滤波器的单位抽样响应序列H(z)来逼近模拟滤波器的冲激响应g(t)。 按照冲激响应不变法的原理,通过模拟滤波器的系统传递函数G(s),可以直接求得数字滤波器的系统函数H(z),其转换步骤如下: 1) 利用ω=ΩT(可由关系式 推导出),将 , 转换成 ,Ω,而 , 不变; 2) 求解低通模拟滤波器的传递函数G(s); 3) 将模拟滤波器的传递函数G(s)转换为数字滤波器的传递函数H(z)。 -The
MMX-Image
- VS2005环境下可运行的程序。简单功能包括:对图像进行几何变换,镜像操作,缩放功能。对图像处理的功能包括:使用C++纯函数和MMX指令函数实现“颜色反相”“改变颜色亮度”“改变颜色平衡度”等功能。还有滤波等简单功能-VS2005 environment can run programs. Simple features include: geometric transformations of images, the mirror operation, zoom feature. Pairs
vcImageprocessing
- VC图像处理开发包 二值化 滤波等函数实现-VC Image Processing Development Kit binarization filtering function implementation
000
- OpenCV提供了一個通用矩陣乘法的函式,cvGEMM(),代表的是GEneralized Matrix Multiplication,cvGEMM()可以處理線性代數方面許多的乘法運算,cvmMul()矩陣乘法這個函式就是從這裡來的,cvmMul()在"cvcompat.h"及"cxcore.h"這兩個函式庫被定義-OpenCV provides a common matrix multiplication function, cvGEMM (), represents the GEneral
ppm
- 文件说明: function.h 函数申明 function.cpp 函数实现 main.cpp 函数调用 函数说明: ppmtoppm(char* in, char* out) 读入ppm24位彩色图像,输出ppm24位灰度图像 ppmtopgm(char* in, char* out) 读入ppm24位彩色图像,输出pgm256色灰度图像 ppmtobmp(char* in, char* out) 读入ppm24位彩色图像,输出bmp24位
SP2.0
- 这是VC++的一个功能开发包,里面封装了很多数字图像处理和机器视觉方面的类-This is a function of VC++ development package, which encapsulates a lot of digital image processing and machine vision classes
m
- imhmin函数H极小值变换,用形态学重构法修改灰度图像-imhmin minimum transform function H, with the grayscale morphological reconstruction method changes
pudn3
- 一. 图像复原 1). 针对图像水平运动所引起的图像退化,给出连续函数退化模型的系统传递函数H(u,v) 2). 编程用维纳滤波实现对运动模糊图像的复原。 二. 图像复原 1). 针对图像水平平移a后与原图像叠加形成的重影图像所引起的图像退化,给出连续函数退化模型的系统传递函数H(u,v) 2). 编程用维纳滤波实现对一个重影图像的复原。-One. Image Restoration 1). For horizontal movement of the image
dir2dgauss
- Write a function as below which computes a directional first order derivative of 2D Gaussian function: h=dir2dgauss(M, sigma1, N, sigma2, theta).The kernel h is going to have a size of M x N and theta is the angle that the detector is rotated (counte
graphics[1].h
- explanation of the correlation function of the image processing in c
histogram
- function H = histogram(X, B) 序列的直方图统计 X : 输入序列 B : 直方图统计区间的中间值,按从小到大排列。 H : 直方图统计结果 注:第一个统计区间的左边界是-inf,最后一个统计区间的右边界是inf。 扩展1:采用2种或以上方法实现该函数,在算法思路、内存使用、速度上应有明显不同。 扩展2:对输入的二维矩阵进行缩放。 -function H = histogram (X, B) Sequence histog
toolbox_signal
- 利用傅里叶变换,对图像进行低通滤波处理,利用sin函数窗-To avoid boundary artifacts and estimate really the frequency content of the image (and not of the artifacts!), one needs to multiply M by a smooth windowing function h and compute fft2(M.*h). Use a sine windowing functio
PhotoCom
- 完成图像的旋转,缩放,合并,使用时只需运行main即可,会对象对应的炒作选项,要修改图片的路径须在mian.c中修改,合并是需要在Function.h中修改-Complete the image rotation, scaling, combined, use only main can run, will object corresponding to the hype options, path to modify the image must be modified in the mian
C语言现实的图像处理(包含快速傅里叶变换)
- 这代码功能有:读入和保存文件头、读入和保存信息头、读入和保存像素数据、读入和保存位图、24位的位图转化为8位位图、8位位图转换为24位位图、图像的二值化、8位位图的Sobel边缘检测、8位位图的Laplace锐化、8位位图的中值滤波、分离与合并RGB矩阵、直方图均衡化 main.c是main函数的所在;BMP.h是对位图文件头和信息头,以及调色板等的类型的声明;function.h主要完成对位图的读写操作;algorithm.h主要完成对位图进行相关的算法的处理。