-
用 c实现jpeg 的压缩和解压 可以用于各种操作系统,里面有详细的说明文档...
用 c实现jpeg 的压缩和解压 可以用于各种操作系统,里面有详细的说明文档-c implementation of JPEG compression and decompression algorithm that supports all operating systems. detailed technical documents are included.
- 2022-01-24 16:30:06下载
- 积分:1
-
OpenGL高级编程与可视化系统开发(高级编程篇)的随书源码
OpenGL高级编程与可视化系统开发(高级编程篇)的随书源码-4,学习OpenGL的好东西-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL -OpenGL high-level programming and visualization systems development (high-level programming chapter)-4 of the source with the book, learning OpenGL good things-OpenGL Programming and Advanced Visualization System (Advanced Programming Part 1) the source-4 with books, learning the good stuff OpenGL
- 2022-03-16 09:58:19下载
- 积分:1
-
image processing most basic knowledge, such as image display, image edge detecti...
图像处理最基础的知识,如图像显示、图像边缘检测等。对初学者很有启发作用-image processing most basic knowledge, such as image display, image edge detection. For beginners very instructive role
- 2022-07-13 10:39:11下载
- 积分:1
-
在vc中实现文字的特殊显示效果,非常漂亮!欲下从速。
在vc中实现文字的特殊显示效果,非常漂亮!欲下从速。-Vc achieved in the special text effects, very beautiful! For the next as soon as possible.
- 2022-05-24 16:42:15下载
- 积分:1
-
SIFT算法
尺度不变特征转换(Scale-invariant feature transform或SIFT)是一种电脑视觉的算法用来侦测与描述影像中的局部性特征,它在空间尺度中寻找极值点,并提取出其位置、尺度、旋转不变量,此算法由 David Lowe在1999年所发表,2004年完善总结。其应用范围包含物体辨识、机器人地图感知与导航、影像缝合、3D模型建立、手势辨识、影像追踪和动作比对。
- 2022-03-26 15:19:51下载
- 积分: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
-
图像处理平台。可以在上面编写一些图像处理程序
图像处理平台。可以在上面编写一些图像处理程序-image processing platform. The above can be prepared in some image-processing program
- 2023-05-29 20:45:04下载
- 积分:1
-
renlianshibie小波算法.pdf
基于小波变换的加权特征脸识别算法的文献,对做人脸识别论文的同学很有帮助-renlianshibie wavelet algorithm .pdf
- 2022-03-25 19:20:41下载
- 积分:1
-
Java version of graphics operations rewritten version of the C 3D graphics rende...
根据一位朋友的Java版图形学作业改写的C++版3D图形软渲染代码。-Java version of graphics operations rewritten version of the C 3D graphics rendering software code.
- 2022-01-31 02:16:19下载
- 积分:1
-
基于混合高斯模型的前景提取
资源描述使用视频数据,并对视频数据进行了预处理,以及对混合高斯模型提取的目标进行形态学操作,并进行了边缘检测提取出运动目标。使用的是opencv3写的
- 2023-08-12 05:45:06下载
- 积分:1