搜索资源列表
20060606_VCALKF
- vc绘图根据实时数据或者历史数据生成各种历史、实时曲线已经变得非常的重要-vc mapping real-time data based on historical data or generate various historical, real-time curve has become very important
PoissonRecon
- poisson表面重建的代码,可以由点云数据生成曲面-poisson surface reconstruction of the code, you can generate surfaces from point cloud data
ImageProc
- 一些常用的图像处理cpp和对应的matlab接口 是非常常用的一些代码-Quick list of the source included: imhist_thresh.cpp: Generate histogram from data,# of bins based on unique values. imsmarthist_thresh.cpp: equalize data based on histogram imsmartstd_thresh.cpp: equal
DrawContour
- 自己随便输入的数据自动生成等高线,算法完整,功能完善。-Not enter their own data to generate contour lines automatically, the algorithm complete, fully functional.
ENVI_function
- 常用ENVI函数功能介绍,包括:文件管理,打开外部文件格式,获取数据 ,使用感兴趣区,生成ENVI格式的文件-ENVI function commonly used functions, including: document management, open the external file format, access to data, using regions of interest, generate ENVI format file
vbchart
- 6款VB专用的曲线图、柱状图控件,每个都含有示例,用起来挺方便,这些曲线图有的是根据数据库数据生成-6 VB specific curves, histogram controls, each containing sample, very convenient to use these curves to generate some data based on database
bmp2c
- 将bmp文件转成16位彩色的C数组,用于生成WinCE启动画面需要的数据,用C#开发。还可以将生成好的C数组读入显示-Bmp files will be converted into 16-bit color the C array, used to generate the data needed for WinCE startup screen, with the C# development. You can also generate a good read C array displa
Barcode_src
- 生成条形码的lib,为开发者提供一个简单的类,当他们需要使用的条形码图像从一个字符串生成的图像。-This library was designed to give an easy class for developers to use when they need to generate barcode images from a string of data.
mysourcehdl
- Image fusion is a process which combines the data from two or more source images from the same scene to generate one single image containing more precise details of the scene than any of the source images. Among many image fusion methods like ave
VC_eidter
- 一个比较粗糙的VC++二维显示和三维显示的关键技术代码,它可生成三种数据曲线图以及三维图形展示图像等,希望对您有所帮助。 -A relatively rough VC++ two-dimensional display and three-dimensional display of the key technologies of the code, it can generate three data graphs and three-dimensional graphics displa
K_means_Image
- 数据挖掘 图像聚类处理 最终结果是每个簇生成一张图片-Image clustering data mining process to generate the final result is a picture of each cluster
input_vec
- 用C生成1024点FFT输入的复数数据,并存在一个TXT文件中-1024-point FFT in C to generate complex input data, and there is a TXT file
transform
- 将ISE生成的1024点向量数据分成实部和虚部,并存入不同的文件-ISE 1024 will generate the vector data into real and imaginary parts, and into a different file
peekdetect
- 检测峰值,计算一组变化规律为波形数据的波峰值和波谷值,并给出两者出现的频率,最后生成一个txt文件记入数据-Peak detection to calculate a set of waveform data for the variation of the wave peak and trough values, and gives both the frequency and finally generate a txt file data recorded in
IFS
- 采用计算机生成图形图像,可以用少量的数据生成复杂的自然景物图像,例如起伏的山脉、飘浮的云彩、形态各异的植物等自然界中的各种景观。它极大地丰富了计算机图形学的内容,而且促进了计算机在仿真模拟领域的应用。根据分形迭代函数系统具有模拟自然界景物的特点,采用面向对象的编程语言VC++实现了一类模拟山树等景物的计算机编程,模拟效果十分逼真。-The use of computer-generated graphic images, you can use a small amount of data to
bo
- 利用c语言,进行均匀介质的地震波模拟,采用声波作为模拟震源,并且做了一定的边界处理。生成数据,利用su进行成图。-Using c language, uniformity of medium wave simulation, the sound waves as analog source, and do a boundary. Generate data, and by using the su for mapping.
Generate-the-integral-image
- 图片的积分处理,对图像数据进行积分处理等等 -Generate the integral image ,Image data integration processing
Bspline_surf
- 1,实现了B样条曲线曲面的求值求导 2,实现了根据已知横坐标位置求曲线参数 3,实现了用3次均匀B样条插值生成曲线曲面-1, calculate evaluation and derivation of B-spline curve and surface。 2,calculate cubic B-spline curve parameter from abscissa position 3, interpolate input data to generate cubic u
RAW2RGB
- 将Bayer格式的raw data文件转换成RGB格式,并生成BMP文件输出-The Bayer pattern raw data files into RGB format and generate BMP file output
DBN
- 深度信念网络 (Deep Belief Network, DBN) 由 Geoffrey Hinton 在 2006 年提出。它是一种生成模型,通过训练其神经元间的权重,我们可以让整个神经网络按照最大概率来生成训练数据。我们不仅可以使用 DBN 识别特征、分类数据,还可以用它来生成数据。下面的图片展示的是用 DBN 识别手写数字: -Depth belief networks (Deep Belief Network, DBN) proposed by the Geoffrey Hinton i