搜索资源列表
watershed_c++
- 一种分水岭算法的C语言程序。包含watershed.cpp, kenel.cpp, transform.cpp等源代码-a watershed algorithm C language program. Included watershed.cpp, kenel.cpp. transform.cpp such as source code
cpp
- 三个小程序,用c写的,应该对于初学者有点用。
WaterShed(CPP)
- 分水岭算法(WaterShed)的C++实现,针对导入的位图进行分水岭算法分割,是基于MFC的实现-Watershed algorithm (WaterShed) of the C++ implementation of the imported bitmap for the watershed segmentation algorithm is based on the realization of MFC
AMLE
- AMLE水平集图像插值(AMLE.cpp),包括灰度图轮廓跟踪算法(edgeTrace.cpp),数学形态运算(morphology.h) (其中 AMLE.cpp 是王大凯等《图像处理的偏微分方程方法》一书附带CD中Matlab代码 AMLE_level_set_interp.m 的C++实现)。 注意!本项目还需要下载本人先前上传的 DIBmp.rar,并请自行调整项目所含文件的路径。-AMLE, Edge trace, morphology
hipotrochoida
- Draw a hipotrochoida curve and adjust params to get different pictures. Used: allegro, C. Compile with cmd: gcc curveHipotrochoida.cpp -o curveHipotrochoida -lalleg-Draw a hipotrochoida curve and adjust params to get different pictures. Used: allegro
GSConvexHull-CPP
- convex hull c++ code
alglib-2.6.0.cpp
- alglib是一套跨平台并且用多语言实现的通用数值计算和数值处理库,例如,其分别用Java、C++、Pascal等分别实现了功能和接口相同的库。系统中包含了矩阵运算、傅立叶变换、PCA、KMean等的实现。-alglib--a numeric and data processing library which is cross platforms and languages.
DCT
- DCT c++ source file name DCT.cpp (DCT, Fast DCT, chenDCT)
CPP--A-start2
- C++版的A*(A-star,即A星)算法。对于栅格数据的最优路径搜索有不俗的表现。集成到你的程序也很容易。里面有两个例子可供参考。-C++ version of A* (A-star A star) algorithm. Have good performance for the optimal path to the raster data search. Is also very easy to integrate into your program. There are two exa
testinfo.cpp.tar
- 为CGAL点增加信息,采用c++ trait 本例为测试程序,仅供参考-Add INFO to cgal points
FISH-AND-ANIMAL-CPP
- C++编译器在编译的时候,发现Animal类的breathe()函数是虚函数,这个时候C++就会采用迟绑定(late binding)的技术,在运行时,依据对象的类型(在程序中,我们传递的Fish类对象的地址)来确认调用的哪一个函数,这种能力就做C++的多态性。-C++ compiler during compilation, found the Animal class breathe () function is a virtual function, the c++ will use la
xlistctrl
- 这个VC++代码需要有一定基础的开发者阅读,特别是对如何识别USB设备及USB基本原理有一定了解的开发者比较适用。程序主要演示了如何编写高层应用与USB接口通信。-Test.h This is the main header file for the application. It includes other project specific headers (including Resource.h) and declares the CTestApp
CPP-GUI-Qt4
- C++ QT 编程说明, 适合初学者, 适合初学者用于开发工控界面-C++ QT programming instructions
brens
- Brensanhams Lind Drawing Without OpenGL library in C-Brensanhams Lind Drawing Without OpenGL library in CPP
DDA
- DDA Line Drawing without OpenGL in C-DDA Line Drawing without OpenGL in CPP
