搜索资源列表
scythestat-1.0.2.tar
- The Scythe Statistical Library is an open source C++ library for statistical computation. It includes a suite of matrix manipulation functions, a suite of pseudo-random number generators, and a suite of numerical optimizers.
gl_water_source.rar
- 很有名的使用OpenGL的GPU编程例子(引自siggraph上的论文):这里使用了图形硬件上的矩阵和向量表达,繁杂的矩阵运算都在GPU上进行。对于想利用GPU做并行数值计算的人一定会有帮助~,The use of well-known examples of OpenGL, GPU programming (a quote from the siggraph paper): here the use of the graphics hardware on the expression of m
ZXing-1.3.zip
- ZXing是一个开源Java类库用于解析多种格式的1D/2D条形码。目标是能够对QR编码、Data Matrix、UPC的1D条形码进行解码。 其提供了多种平台下的客户端包括:J2ME、J2SE和Android。 ,ZXing is an open-source, multi-format 1D/2D barcode image processing library implemented in Java. Our focus is on using the built-in camera on
GrayMatrix
- Visual C++ 实现的灰度共生矩阵-The Visual C++ implementation GLCM
Matrix
- 用STL对OpenCV中的CvMat进行C++类封装-Using STL to OpenCV for CvMat of C++ Category Packaging
SpaceAndMatrixTransformations
- 三维图形引擎,基本图元的绘制,各种矩阵变换操作实例。vs2008解决方案,可以直接打开调试运行-Three-dimensional graphics engine, the basic drawing primitives, instances of various matrix transform operations. vs2008 solution that can directly open the commissioning
JpgShown.tar
- show a jpeg file, scale it, matrix it on linux.And can open by timer whice is using qt.
OpenGLModelView
- 帮助初学者学习OpenGL中模型视图矩阵的很好的例子,非原创。-A good example to help a beginner learn the modelview matrix in Open GL.
Desktop
- A.2 Open Image Files This function looks for x-ray images (.tif) in directory ‘dname’ and creates a movie of I(q) versus q and saves the corresponding 3D matrix. ‘TempA’ and ‘TempB’ are the slope and y-intercept of the ramp temperature profi
image_cut
- 简易的matlab截图代码,可以打开bmp图片并截图保存为bmp格式,可以输出有图片信息矩阵的txt文档。-Easy shots matlab code, you can open pictures and screenshots saved as bmp bmp format, you can output a picture information matrix txt documents.
remote-sensing-image
- 本程序是遥感图像处理以及数字摄影测量课程的成果,大致实现方式:使用GDAL库实现影像读取,使用armadillo库实现矩阵运算 remote sensing image.rar为源代码压缩包 warmerda.rar为GDAL库 armadillo-4.650.4.rar为armadillo库 工程配置信息: 1、打开*.vcxproj,工程文件,将平台设置为x64或win32,并如下配置属性 2、包含目录: armadillo:armadillo-4.650.4\
GridArrayQt
- 使用Qt5+vs2013开发,用于生成LED屏幕的点阵数组,方便在LED屏幕显示图像,支技qt国际化,可以用qt或vs_qt_addin打开,支持window+linux-Use Qt5+vs2013 developed for generating an array of LED dot-matrix screen, easy to display images, support skills qt international LED screen, you can use qt or vs_
DigitalImageProcess
- DFT.m:计算一幅图像的DFT,并在屏幕上显示频谱图,将频谱原点移到图像中间。 zhifangtu.m:用直方图均衡算法对一幅图像进行增强。 fenge.m:设计一种算法自动从灰度图像上求得全局分割阈值,将一幅图像中的目标和背景分隔开,使这幅图像的目标和背景有着不同的平均灰度。 gongshengjuzhen.m:求出一幅图像的像素和有下一个像素的共生矩阵。 OpenAndClose.m:实现二值形态学的膨胀、腐蚀、开操作、闭操作。-DFT.m: Calculates the
pca-master (1)
- 此源代码使用Eigen C ++库在C ++中实现了PCA算法。 运行代码所需的组件: - 安装Visual Studio 2012(Express Edition工作正常) - Windows操作系统(Windows 7或更高版本) 如何运行源代码: - 打开文件。\ pca \ PrincipalComponentAnalysis \ PrincipalComponentAnalysis \ Program.cpp - 在行和列变量中设置矩阵的尺寸。 - 在m变量中设置
trasformation
- open GL Basic transformation.(MVP matrix)