搜索资源列表
234234
- 图象的半影调和抖动技术 source目录下为本章介绍的源程序 功能是实现图案化和抖动技术,以及bmp2txt 命令行编译过程如下 vcvars32 rc bmp.rc cl dither.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-penumbral image dithering techniques to reconcile source directory for the chapter describes the
553213tr
- 直方图修正和彩色变换 source目录下为本章介绍的源程序 功能是直方图修正和彩色变换 命令行编译过程如下 vcvars32 rc bmp.rc cl colorope.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-and color histogram that transform source directory for the chapter describes the functions of the source
75673452
- 腐蚀,膨胀,细化算法 source目录下源程序 功能是腐蚀,膨胀,细化算法 命令行编译过程如下 vcvars32 rc bmp.rc cl morph.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-corrosion, swelling, thinning algorithm source directory source function is corrosion, swelling, thinning algorith
936414
- 边沿检测与提取,轮廓跟踪 source目录下为源程序 功能是边沿检测与提取,轮廓跟踪 命令行编译过程如下 vcvars32 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\\test.bmp必须存在-edge detection and extraction, contour tracking source directory function is the source for edge detection and
delaunay
- void CDelaunayView::OnDelaunay() { // TODO: Add your command handler code here CDelaunayDoc* pDoc = GetDocument(); ASSERT_VALID(pDoc); if(!pDoc->PointList->GetCount()) { char str[100]; ostrstream osr(str,100); osr<&
code
- program to compute 2d-maxima for a set of xy points. The xy data points are generated using a random number generator. The command to run the program at DOS prompt is: - compute 2d-maxima for 500 xy points .\2dmaxima 5-program to compute 2d
bicubic
- bicubic interpolation without using cubic command
fsgl
- 一个基于统计的肤色过滤程序,用基于OpenCV库,命令行模式执行-A color filter based on statistical procedures, with the OpenCV library on the command line mode. .
main
- 通过编程实现绘图的交互界面以及绘图指令输入框等-Through interactive graphics programming interface and command input box such as drawing
circle
- Matlab里面没有提供直接以半径和圆心位置画圆的程序,该程序可以实现此功能,命令格式为:circle(radius,x0,y0, color )-Matlab which does not provide the location directly in the center circle radius and the program, the program can achieve this functionality, the command format is: circle (radi
ad9854_cmd
- ad9854控制命令模块,用于中频信号产生,软件无线电关键模块-the ad9854 control command module used for the IF signal, software radio key modules
Graphics
- 一个集成的图形界面的程序,可调用每一次作业子程序。 一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。 二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。 三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边
mean filter
- meanfilter use the matlab mex function. conbine the c code and matlab code. so you should mex -setup in matlab command window. and mex meanfilter.c then execute the meanfilter.m to run it.
zoom
- 计算机图形学,zoom命令,缩放图形,画矩形-Computer graphics, zoom command, scaling graphics
jbfill
- This function will fill a region with a color between the two vectors provided using the Matlab fill command
matlab-tuxiangmingling
- matlab 的图像处理命令大全,非常适合初学者使用。-matlab image processing command Daquan, very suitable for beginners to use.
polyfit
- MATLAB,多项式函数拟合,使用polyfit命令,可以拟合出二维图形。-MATLAB, polynomial fitting function, use the polyfit command, you can fit a two-dimensional graphics.
plotyy
- MATLAB中使用plotyy命令,绘制二维函数曲线图。-Use the plotyy command MATLAB, drawing two-dimensional function curves.
Gabor_2
- garbor滤波 进行特征提取 readme包含运行指令过程-garbor filtering feature extraction readme contains the operation command procedure
compression
- Image Compression A collection of simple routines for image compression using different techniques. BTCODE: Image compression Using Block Truncation Coding. PYRAMID: Image compression based on Gaussian Pyramids. DCTCOMPR: