搜索资源列表
在VisualC 中不依赖MATLAB环境调用其函数的方法
- 这是一个关于在VisualC中不依赖MATLAB环境调用其函数的方法,只使用VC的编程环境就能实现- This is about does not rely on the MATLAB environment in VisualC to transfer its function the method, only uses VC the programming environment to be able to realize
WDT-CWT
- 说明:程序运行过程中要用到wedgelet工具包和wavelet802工具包; wdt-cwtdenoise :wedgelet去噪算法主函数; 以下函数和其它函数均为被调用函数; DT_CWTdenoise :复小波去噪函数; 其中:afb,afb2D,afb3D,AntonB,cplxdual2D,cshift2D,dualtree2D,dwt2D,idualtree2D pm,pm4,sfb2D,symextend,unnormcoef,reverseco
fibonacci_t
- 用fibonacci变换方法对图象做置乱或逆置乱,效率极高,在信息隐藏中属常用的方法之一。调用函数为f=fibonacci_t(I,r,s),其中参数分别为I=被置乱的图像,r=置乱密钥,s=0置乱,s=1逆置乱
otsu_th
- 基于区域平均灰度的otsu法计算程序,可调用函数
多种边缘检测算子源代码
- C++开发,.h文件类型,只需将这个文件加到你的工程目录中,直接调用函数即可。
vc++调用matlab函数混合编程实现二值图像的区域标记
- vc++调用matlab函数混合编程实现二值图像的区域标记。,vc++ call matlab function Matlab binary image of the regional markers.
winnerfilter.rar
- 维纳滤波器的函数调用,实现界面化操作,函数实现了简单的模糊与解模糊操作,Wiener filter function call, the realization of the interface of the operation
OpenCVImgP
- opencv 图像处理,对图像进行处理,大量调用函数,适于学习!-opencv image process
function
- 用于生成低通滤波器传递函数,有调用函数,两个一起才可以用。-Used to generate low-pass filter transfer function. Have to call a function with only two can be used.
ImageAlbum
- 基于Symbian6.0的触摸屏手机的图像处理程序,可运用图形引擎对图像进行放大、缩小、移动。本程序关键部分在于对多点触摸的判断以做出正确的解释并调用函数进行相应处理。该程序可运行于S60第5版模拟器以及nokia5800等手机。-Symbian6.0-based touch-screen cell phone image processing program may use the graphics engine on the image to enlarge, reduce, move. T
tracingthestatement
- 此功能可以单步进入到在调试过程中所跟踪的调用函数的语句的函数内部.如,当前语句是"d.Display()", -This feature can step into the debugger in the process of tracing the statement calls a function inside a function. For example, the current statement is " d.Display ()" ,
debugging
- 此功能可以单步对所在函数单步调试,如果调试的语句是一个调用函数的语句时, Debugger将全速执行所调用的函数,单步(一步)通过所调用的函数,Debugger停该调用语句的下一条语句上. -This feature can be a single-step where the function of the single-step debugging, if the debugging statement is a statement function is called when
Debugger
- 此功能将使Debugger切换回全速执行到被调用函数结束,并停在该函数调用语句的下一条语句上. 当确定所调用的函数没有问题时可以用这个功能全速执行被调用函数. -This feature will allow Debugger to switch back to full speed to the end of the called function and stops at the function call statement is a statement on the next
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位
cannysuanzi
- 不用直接调用函数的canny算子的matlab源码,可以直接运行产生结果。-Without directly calling functions canny operator matlab source code, can run to produce results.
ImageView
- 这个类库可以处理BMP、GIF、PCX、TGA、JPG、TIF格式的图像文件,而且具有图像点处理、图像区域处理的功能,你所要做的只是调用函数而已,不必清楚这些图像文件的内部格式。注意例子中并不包含类库的代码,请一起下载CImageObject代码。另外,在运行时请确保在系统目录或你的可执行文件目录下有ImageLoad.dll。(也在CImageObject中)-This library can handle BMP, GIF, PCX, TGA, JPG, TIF format image f
Image-Processing-3
- 矩形连续函数的傅立叶变换:构建一个矩形函数,对f进行补零,而后进行二维快速傅立叶变换:使变换结果的零频率分量位于中心,调用函数fftshift:映射和重建图像-Fourier transform of rectangular continuous function: for a rectangular function, the zeros of f, then the two-dimensional fast Fourier transform: the transform results o
tuxiangyasuo
- 1、 利用DCT进行jpg压缩,其中DCT可以调用函数,其它尽量自己编写代码,压缩过程可进行适当简化(通过查书了解jpg的原理); 2、 对图像进行二值化,请利用二值图像压缩方法进行数据压缩,然后解压缩,看通过肉眼能否看清表盘数据,比较两种算法的压缩效果; -1, the use of DCT for jpg compression, which DCT can call the function, the other as far as possible to write your o
PolygopFill
- 活性边表多边形填充算法。 对算法进行了包装,形成一个独立的调用函数。 并且对最终的填充动作声明了回调,通过回调用户可以定义不同的填充动作。-Active edge table polygon filling algorithm. On the algorithm for the packaging, to form a separate call function. And the final filling action statement the callback
Ex_1
- 分别调用系统定义的四种笔样式:PS_DOT,PS_DASHDOT,PS_DASHDOTDOT,PS_DASH画出四个圆;然后调用系统定义的6种实画刷画出圆角矩形;调用系统定义的6种阴影画刷画出矩形;调用函数Pie()画一个圆,红黄蓝各占三分之一。-I am sorry