搜索资源列表
non_parameter_object_detection
- 非参数前景检测方法现在本人已经编写成了一个类,可以直接调用,该方法在检测前景目标上效果最好,各个函数功能在头文件中以详细说明,具有很大的参考价值
DrawLib.rar
- 绘图库 1. 设计和实现一个图形函数库,具有绘制直线 段、任意圆弧、椭圆弧、多边形区域的阴影填 充和颜色填充等功能。(仅调用画点函数) Windows API: setpixel(hdc,x,y,color),Drawing 1. Design and Implementation of a graphics library, with the straight-line drawing, arbitrary arc, elliptical arc, polygon area fill
MagicHouse
- 在第10章MagicHouse的基础上添加了“图像增强”的功能。 其中improve.h和improve.cpp包含了第10章图像增强的所有函数。不少函数可以动态设置参数,从而获得不同的效果。本章实例仅简单调用了图像增强的函数。-MagicHouse in Chapter 10 based on the addition of " image enhancement" functions. Improve.cpp which improve.h and Chapter 10
smartbj
- 功能:用自适应分段线性法逼近已知函数 调用格式:[node,err]=smartBJ(func,a,b,maxtol) 其中:func: 已知函数 A: 逼近区间的左端点 B: 逼近区间的右端点 Maxtol: 分段线性逼近允许的最大误差 Node: 分段线性逼近的区间节点 Err: 分段线性逼近实际的最大误差 -it use smartbj to get a good function
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
calledClanguagefunction
- M文件中调用C语言函数.此功能最能有效的调试循环,常将断点设置在循环体内,重复的按F5全速执行循环体可以测试循环过程中的产生的变化. -M file called C language function. This feature is most effective debugging cycle would often set a breakpoint in the loop body, repetitive body of press F5 to test loop at full spee
CreateProcessandFindWindows
- 采用CreateProcess和FindWindows结合.此功能可以可以单步通过程序中的指令,并进入指定的函数调用,此功能对于函数的嵌套层不限. -Combined with CreateProcess and FindWindows. This feature allows you to single step through the program instructions, and enter the specified function call, this feature is no
Arnold_Transform
- 利用Matlab实现Arnold变换的功能,已经变成为函数形式,可以直接调用。包含变换和反变换两种形式-Arnold transformation achieved using Matlab functions have been turned into a function form, can be directly invoked. Contains two forms of transform and inverse transform
ImageView
- 这个类库可以处理BMP、GIF、PCX、TGA、JPG、TIF格式的图像文件,而且具有图像点处理、图像区域处理的功能,你所要做的只是调用函数而已,不必清楚这些图像文件的内部格式。注意例子中并不包含类库的代码,请一起下载CImageObject代码。另外,在运行时请确保在系统目录或你的可执行文件目录下有ImageLoad.dll。(也在CImageObject中)-This library can handle BMP, GIF, PCX, TGA, JPG, TIF format image f
imrh4
- 用MATLAB编写的图像去噪源程序,除了个别函数是调用的外,主要功能由自己编写-MATLAB image denoising source program
DYDt3
- 此程序为一个功能函数,供主程序调用的ODE函数文件,对初学者有一定的帮助-dydt3
Mindray
- 实现一个图像缩放算法,不调用对算法本身有帮助的库函数,将图像缩放到指定的大小。 具体功能: 1.输入为用windows画图程序生成的无压缩BMP图片,只支持256色位图和24位色位图,输出格式与输入格式相同,要求也要能用Windows画图程序打开; 2.支持批量转换,一次转换的张数不作限制,命令行接口指令如下: Zoom.Exe imagelist.txt 其中imagelist.txt的保持待转换的文件列表,以纯文本格式指定了每幅图片转换后的宽度和高度,格式示例如下:
dtcwt
- 双树复小波的matlab包,通过调用其中的函数实现图像处理的功能-Dual-Tree Complex Wavelet Matlab package, call the function implementing the image processing functions
RotateImage
- 基于matlab的旋转图像,实现的功能比较简单,可以作为函数调用。-rotate the image,based on matlab,the result is simple,can be used as a function.
match
- 该函数通过调用MATLAB库函数noemxcorr(),实现简单的模板模式匹配功能,性能优异-The MATLAB function by calling the library function noemxcorr (), to achieve a simple template pattern matching functionality, performance
TransparentTest
- 包含透明色的位图的绘制方法有多种,最简单的方法是调用现成的函数:TransparentBlt,也可以通过自己的代码实现类似TransparentBlt的功能,实现过程也有两种形式,一种是事先做一张掩码位图,另一种是动态生成掩码位图。本程序采用生成掩码位图绘制具有透明区域位图的方法。 -There are a variety of methods to draw a clear color, the most simple way is to call the ready-made funct
工业相机驱动源码
- 工业相机驱动代码示例,工程编译出来相机驱动库,通过调用库函数来使用相机的功能(An example of the industrial camera driver code, which compiles the camera driver library and uses the library function to use the camera's function)
matlab图像处理代码(采样量化灰度二值化)
- 资源包含利用matlab对图像进行采样、量化、灰度、二值化操作,采样间隔和量化级可选,不同的功能写成了不同的函数文件,通过调用函数文件进行图像处理
matlab实现灰度图像的直方图均衡化算法
- matlab编程实现灰度图像的直方图均衡化算法 (1)使用Matlab实现,不能直接调用自带的histeq函数 (2)采用函数调用的方式:定义功能函数g=myhisteq(f) (3)将结果与使用Matlab自带的histeq函数得到的结果进行比较