搜索资源列表
kld
- 基于数学形态学的图像颗粒度分析算法,先去噪再求面积然后绘制颗粒度函数。-based on mathematical morphology particle size analysis algorithms, first try to de-noising area before drawing particles function.
shixi_zuoye
- 利用 c++ builder 绘制图象的灰度图 并进行聚类分割 直方图均匀化 主要的函数用DLL来实现
2
- 第二章 MATLAB 图形绘制基础 2.1 二维绘图 2.1.1 基本绘图函数 2.1.2 图形窗口的修饰 2.2 三维绘图 2.2.1 plot3 函数 2.2.2 三维网格图和曲面图
manualhist
- 从键盘读取输入信息,并绘制最终的高斯函数。
contour
- 利用OpenCV的函数编写,可以获取图像的轮廓信息,同时也能绘制出图像轮廓.对于初学OpenCV,了解各函数的功能有一定的帮助.
FHA071333
- 这是计算机图形学中的一个经典算法,浮动水平线算法,该程序提供两种曲面函数的绘制
PLOTDRAW
- 自己做的可以绘制函数图像的代码,方便需要输出曲线图表的软件!
huizhihanshujiemian
- 绘制不同函数曲线的用户界面,有需要的看看。
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
MATLAB6.5processing
- 本书是基于MATLAB 6.5的图像处理工具箱v3.2(Image Processing Toolbox)编写的,较全面系统地介绍了图像处理工具箱v3.2函数在有噪和退化图像的恢复、图形绘制、图像几何变换、图像增强、二值分析、小波分析和分形几何用于图像处理工具箱在工程中具体应用,通过具体的分析和详细的实例,读者不仅可以对MATLAB图像处理工具箱函数的强大功能有一个深刻了解,更能学会正确运用它快速解决实际问题的方法,从而提高分析问题和解决问题的能力。 本书内容全面新颖、针对性强,理论与实际
0458
- 图片剪切主要通过StretchBlt函数来绘制保留区域的图片内容,实例通过弹出对话框来让用户选择保留区域,保留区域的数据会保存在剪切板中。-aaas
1197876686767rendertotexture
- 这个程序demo了怎样使用glCopyToTexture函数绘制。这个纹理是应用在一个立方体上的。-This app demonstrates how to render to a texture using the glCopyToTexture function. I have used one of my old projects to create a interesting effect (Blending colors). This is rendered to a viewport
VC_Matcom_code
- VC与matlab混合编程,以matcom为接口,在VC++中调用Matlab中的函数,无需matlab运行环境。包括三个工程例子:在VC的对话框中调用matlab画图函数;分别绘制单线程以及多线程的衰减震荡曲线。内附有程序的调试说明。-VC with the matlab programming mix in order to matcom the interface, in the VC++ to call a function in Matlab without matlab runtim
turboCHW
- turboC下圆函数 的绘制-turboC function function of round draw .....
huitu
- 实用图形绘制系统 利用VC++中的绘制函数编写的小型绘图工具-Practical Rendering System the small drawing tools written using the drawing functions in VC++
function plot
- 绘制函数的图形 1) x~[0, 30] 2) x,y~[-2, 2] % 二维曲线 x = 0:30; % 冒号的功能… y = exp(-x/10).*sin(x); % 向量运算,点号的功能 plot(x, y) % 绘制二维曲线
peaks
- 利用surf1函数绘制函数图形的三维光照图形,其中图形函数表达式为peaks(Use surf1 function to draw three-dimensional graphics of functional graphics, in which the graphical function expression is peaks)
VC++底层图像处理函数
- 该DLL完成了关于BMP图象的转化,存储,透明等多方面操作。该函数集合主要围绕DIB Section句柄(HBTIMAP)在WINDOWS系统中绘制,透明,旋转,输出等功能而建立。方便用户对于底层BITMAP图形最直接得控制,从而提高程序运行效率。可用于例如追求显示效率的WINDOW窗口图形控制等项目。(the DLL has completed the transformation, storage, transparency and other aspects of the BMP imag
opencv文本绘制函数
- puttext,实现图像上文本绘制功能。通过VS2017打开,配置opencv库即可使用。