资源列表
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.
meanfilter
- c and matlab code work together. It implement the meanfilter function.-c code and matlab co-work. This function shows the meanfilter of image. You can try the code. There is no bug inside.
Graphic_NetworkProtocol
- 图形学中,2d图形编程,网络协议模拟,用VC平台开发
color
- 用VC++绘制的颜色列表框 自绘颜色列表框-VC++ Drawing with colors drawn from the color list box list box
DrawLine
- 计算机图形学的各类直线算法的VC++实现,自定义类来实现
Code
- 利用兼容DC实现图形的保存和再现,实现内幕,滚动窗口的实现,坐标空间,映射方式,设备坐标与逻辑坐标的转换。-Use of compatible DC to achieve the preservation of the graph and reproducibility.Realization of the insider, the scrolling window, coordinate space mapping method, the device coordinates and logi
MW6QRCodeASPNet.ZIP
- QR Code powerful ASP .NET component
510117
- 可调整控制点位置的Bezier曲线生成,在控制点附近按下-Can adjust the control point position of the Bezier curve generation, press near the control points
PLine
- 利用Visual C++平台,编写的一个绘制连续线条的小程序,实现了线条的重绘和串行化-Platform using Visual C++, write a small program to draw a continuous line, and redraw the lines to achieve serialization
Sketcher
- 使用mfc编写的绘图基本程序,可利用此代码学习mfc画图方法。-Mfc drawing method, you can use this code to learn basic drawing program written using mfc.
PhaseUnwrapping2D
- 2D PHASE UNWRAPPING ALGORITHMS Run QualityGuidedUnwrap2D for the phase quality guided phase unwrapping method. Run GoldsteinUnwrap2D for Goldstein s branch cut phase unwrapping method. (3D implementation of the quality guided method av
MFC橡皮筋画直线
- 用VC6.0写的画像皮筋直线的MFC程序