搜索资源列表
bezier
- 这是绘画bezier曲线的小程序。使用者可以从此处得知如何编写bezier曲线的程序。应用程序便是以c++编写绘成的bezier曲线
MyImageProcess
- MFC单文档应用程序,该程序主要功能是特效显示图片。例如:马赛克,从左向右插入,百叶窗等等。-this is a MFC appWizard pro.Using for displaying pictures with different beautiful mode.
IDL63Code
- 《IDL可视化分析与应用》附带的源码,包括从IDL入门的基础程序到图像处理的高级程序。-failed to translate
changetoheWindows
- 将输出改到Windows窗口上.功能将在调试过程中的debugger当前位置挂起程序的执行,然后就可以在调 试状态一修改程序的代码,接着可以用Apply Code Changes(Alt+F10)来应用修改的代码到正在调试的程序当中.如果,当前(需要,待)可以(从DOS -The output to change to the Windows window. Feature will be in the debugging process in the debugger current l
CImg-1.3.4
- CImage类 CImage是MFC和ATL共享的新类,它能从外部磁盘中调入一个JPEG、GIF、BMP和PNG格式的图像文件加以显示,而且这些文件格式可以相互转换。由于CImage在不同的Windows操作系统中其某些性能是不一样的,因此在使用时要特别注意。例如,CImage::PlgBlt和CImage::MaskBlt只能在 Windows NT 4.0 或更高版本中使用,但不能运行在Windows 95/98 应用程序中。CImage::AlphaBlend和CImage::Tran
houghcircle
- 霍夫变换是图像处理中从图像中识别几何形状的基本方法之一,应用很广泛,也有很多改进算法。最基本的霍夫变换是从黑白图像中检测直线(线段).本程序利用霍夫变换求解出院的方程。-Hough transform in image processing from the image geometry of the basic methods of identification, one of which is widely used, there are many improved algorithm. B