-
active contour models, snake algorithm demo
主动轮廓模型,即snake算法的demo-active contour models, snake algorithm demo
- 2023-03-29 20:45:03下载
- 积分:1
-
用于摄像模块图像采集,回放。通过windows vfp 编程
用于摄像模块图像采集,回放。通过windows vfp 编程-camera module for image acquisition, playback. Programming through the windows Probe
- 2022-03-03 01:44:29下载
- 积分:1
-
x264是h264的简化版本,里面有些我修改过的东西,需要在linux下编译...
x264是h264的简化版本,里面有些我修改过的东西,需要在linux下编译-ENG encoder is a simplified version, inside I changed some things, the need to compile under Linux
- 2022-04-01 19:33:26下载
- 积分:1
-
一个类似于PS图象处理软件的程序
类似与PHOTOSHOP的一个程序-similar to the one with the procedures PHOTOSHOP
- 2022-08-20 16:58:27下载
- 积分:1
-
VC++读写DXF文件
VC++ read and write DXF files -VC++ Read and write DXF files
- 2022-10-14 01:20:03下载
- 积分:1
-
该源码能画直线、圆、矩形,另外还有选择、缩放、移动功能,可以保存图形。...
该源码能画直线、圆、矩形,另外还有选择、缩放、移动功能,可以保存图形。-The paint can draw a straight line, round, rectangular, in addition to selection, zoom, mobile features, you can save the graphics.
- 2022-01-28 17:13:34下载
- 积分:1
-
use fractal iterative algorithm, to give a simple tree branch. No leaves. Fan to...
使用分形迭代算法,画出一棵简单的分支的树。没有树叶。顶端形成扇形,类似银杏树叶。-use fractal iterative algorithm, to give a simple tree branch. No leaves. Fan top form, similar ginkgo leaves.
- 2022-01-21 21:44:05下载
- 积分:1
-
libface source download, hope you improve
libface源码下载,希望各位指教
-libface source download, hope you improve
- 2023-02-09 13:15:03下载
- 积分:1
-
WebImgStamp(图章c#)图章自动生成
WebImgStamp(图章c#)图章自动生成-WebImgStamp (# seal c) seal automatic generation
- 2022-11-28 23:45:02下载
- 积分:1
-
在这个目录中包含代码实现K
kmeans This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Output is directed to the screen. Usage for KMEANS is: KMEANS SOURCEFILE The format of the source file is: NPat - Number of patterns (int) SizeVect - Size of vector (int) NClust - Number of cluster centers(int) vect[1,1] ... vect[1,SizeVect] - vector 1 (real) vect[2,1] ... vect[2,SizeVect] - vector 2 (real) . . . . . . vect[NPat,1] ... vect[NClust,SizeVector] - vector N (real) To compile: ICC KMEANS.CPP -kmeans This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers using the K-means algorithm. Outpu
- 2022-08-15 00:35:38下载
- 积分:1