-
Extra watermark embedding algorithm
dct水印嵌入算法-Extra watermark embedding algorithm
- 2022-10-05 20:30:03下载
- 积分:1
-
基于vs2010的las文件读取显示及基本的处理
应用背景个人编写的lidar数据las格式的基本读取和处理程序,调试完全通过无debug,可直接运行学习及后续应用开发。基于vs2010中vc++开发,可用于学习或者后续开发使用,希望多多学习交流!关键技术基于vs2010的las文件读取显示及基本的处理,读取采用liblas,显示采用opengl,完整通过调试,可直接学习应用,包含放大,缩小,平移,强度模式,高度模式,基本的滤波等操作,可用于lidar数据的读取及处理,编程源码为后续开发提供支撑!
- 2023-07-15 06:55:05下载
- 积分:1
-
图像处理的彩色校正
图像处理的彩色校正-Image Processing Color Correction
- 2022-08-24 18:43:26下载
- 积分:1
-
使用OpenGL和MFC实现一个VRML浏览器,在这里你将学到:如何读取展示VRML文件、使用OpenGL显示、实现鼠标交互(可以通过鼠标操作来旋转图形)...
使用OpenGL和MFC实现一个VRML浏览器,在这里你将学到:如何读取展示VRML文件、使用OpenGL显示、实现鼠标交互(可以通过鼠标操作来旋转图形)-Using OpenGL and MFC realize a VRML browser, where you will learn: How to read the display VRML file, use the OpenGL display, realize mouse interaction (via mouse to rotate graphics)
- 2023-02-04 21:50:03下载
- 积分:1
-
用于正面 眼部区域检测的 Adaboost分类器
用于正面 眼部区域检测的 Adaboost分类器-a positive detection of eye regions Adaboost classifier
- 2022-11-12 09:55:03下载
- 积分:1
-
我自己用vb写的一个写字版 用whm写的 如果你在做写字版可以参考下呵呵不错的哦...
我自己用vb写的一个写字版 用whm写的 如果你在做写字版可以参考下呵呵不错的哦-my own use vb write a written version of WHM write if you do write in reference to the next version of Oh oh well
- 2023-01-19 01:30:04下载
- 积分:1
-
边沿检测与提取,轮廓跟踪 source目录下为源程序 功能是边沿检测与提取,轮廓跟踪 命令行编译过程如下 vcvars32 rc bmp.rc cl edge....
边沿检测与提取,轮廓跟踪 source目录下为源程序 功能是边沿检测与提取,轮廓跟踪 命令行编译过程如下 vcvars32 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c: est.bmp必须存在-edge detection and extraction, contour tracking source directory function is the source for edge detection and extraction, contour tracking command line compiler process following vcvars32 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib Note : running, documents c : test.bmp must exist
- 2023-08-04 03:00:03下载
- 积分:1
-
一个模拟水效果的程序,效果非常逼真,使用VC7.0编译
一个模拟水效果的程序,效果非常逼真,使用VC7.0编译-a simulation of the effect of process water, the effect is very realistic, using VC7.0 compiler
- 2022-01-25 21:24:57下载
- 积分:1
-
support of the edges in the image feature extraction, and access to, such as his...
支持图像的边缘特征提取,和获取直方图 等-support of the edges in the image feature extraction, and access to, such as histogram
- 2022-01-25 22:59:54下载
- 积分: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