资源列表
cvision5
- 几个牛人编vc图像处理的代码,可以打开处理静动态图像,相关动态库和cvision1一样
cvision4
- 几个牛人编vc图像处理的代码,可以打开处理静动态图像,相关动态库和cvision1一样
Graph
- CGraph是一个外国人写的图形库,本文工程中的CGraph已经封装到了DLL,由于时间关系,我没做DEMO,此类库的详细介绍你可以到VCCODE搜索。
wykobi
- Good C++ computational geometry libraries to date have been hideously over-designed and incorporate usage patterns that in most cases require extensive redesigns and rewrites of code in order to functionally integrate within an existing project.
tmp
- CAD LISP 此程式应用到ActiveX物件 指定的点或选取的点会自动连到选取线的最近点(垂直点) 选点的方式可一次框选多点,程式会自动过滤掉非点物件, 或连续指定单一点
CarCrash
- 图形车辆跟踪的算法,可以主动建立图像要跟踪的车辆数目,并跟踪,如果车辆发生碰撞则消失
bitmapmanip
- 外国牛人用C#写的图像处理的程序,包括旋转,实现JPEG BMP GIF TIFF PNG 的转换
zzlb
- 数字图像处理中值滤波法平滑处理~
Arrows_src
- Basically, there was a request for some code to draw arrows and I had never seen any. Plus, I m not really in the mood to hang drapes or vacuum.
49558
- 这个例子讲述如何隐藏一个块插入中的除了属性子实体之外的其他实体,Hiding all entities but attributes in a block reference
K-Ltransform
- Using K-L transform to compress data is straightforward, since we can use a d dimensional vector to represent a D dimensional one without lose of much information.
Point_In_Polygon
- 1)点在多边型里面判断 2)用于GIS空间分析