搜索资源列表
PolyArea
- 用VC++编写的计算多边形面积的程序,比较简单,用户通过界面画图,系统自动计算多边形面积-VC prepared by the Polygon area calculation procedures are relatively simple, user interface drawing, the system automatically calculating polygon area
CircleGiftWrap
- 计算几何中,用VC++实现的求点集凸包的包裹算法-computational geometry, with VC point for the collection of parcels convex hull algorithm
procedure
- 程序一:用VC++实现图像检索技术。程序二:在 C 源程序中调用 MATLAB 引擎来计算三次多项式的根。程序三:编译原理词法分析器c++源程序。程序四:银行取款机Cash 系统源程序。程序五:ACCESS2000数据库文件密码的提取。-procedure : VC image retrieval technology. Two procedures : the C source Calling MATLAB engine to calculate cubic polynomial root.
backgroud(12.22)
- 本人开发的火焰识别程序,包括otsu自适应阈值,canny边缘检测,形态学膨胀、腐蚀操作,尖角判别,圆形度计算。在vc下编译通过。-development of the flame identification procedures, including otsu adaptive threshold, canny edge detection, Morphological expansion, corrosion operation, pointed discriminant, circula
viedoimage_procesing
- 本算法用vc++6.0编写.基于网络摄像头进行处理,摄像头的启动使用摄像头本身的ip地址.可以进行目标位置的计算.-vc 6.0. Web-based camera processing, Camera start using the camera itself ip address. can be the target location calculations.
PixelFusionvc
- 图像的像素融合处理,vc源代码。将两幅图像进行像素级别的融合计算,生成一幅融合图像。-pixel image fusion, vc source code. Two images to the pixel level of integration, an integration of image generation.
essential
- 立体视觉中本质矩阵的计算,利用VC+OPEN CV实现
Textout
- 采集USB摄像头图像,通过SOCKET发送到指定IP计算机上。VC+OPENCV实现。
vector
- 基于曲率计算的分段矢量化的Vc程序,很好用的
cvmat
- 利用vc++实现矩阵操作方法,生成随机矩阵。计算DCT变换。
textture
- 用VC++实现的图像纹理分析,通过灰度共生矩阵计算图像纹理
基于vc++与opencv实现的视频图像Hu矩计算
- 基于vc++与opencv实现的视频图像Hu矩计算,可以作为运动检测的一个模块。运行时需要有一台usb摄像机才能正确执行。,Based on vc++ with opencv video images to achieve the calculation of Hu moments, can be used as a motion detection module. Run-time need to have a usb camera to the correct implementation.
Harris-Corner
- 针对Harris角点检测算法对T型和斜T型角点存在定位不准确以及运算速度慢的问题,提出了一种改进算法.改进算法计算目标像素点的8邻域范围内与之灰度相似的点的数目,然后对目标像素点周围其他像素点按同样方法处理,并对得到的计算数据进行比较,分析出局部范围内的像素点的灰度值分布.根据比较结果,从中遴选出部分像素点作为下一步角点检测的计算对象,并计算其角点响应函数值,如果角点响应函数值大于设定的阈值,该点则会被确定为最终的角点.实验结果表明:改进算法的角点检测时间仅为原算法的14.3 ,并实现了对T、斜
DImageProcess
- 使用CDib处理图象,定义了一些类CMyDib类: PaintDIB() - 绘制DIB对象 CMyDib::DrawDib // CreateDIBPalette() - 创建DIB对象调色板 CMyDib::ConstructPalette() // FindDIBBits() - 返回DIB图像象素起始位置 CMyDib::GetBits() // DIBWidth() - 返回DIB宽度 CMyDib::GetWidth() // DIBHeight() - 返回D
BinocularComputerVisionFundmentalMatrix_VC
- 计算机双目视觉的重要技术,基础矩阵的计算,VC源码,利用到OpenCV环境和Mablab库.-The importance of binocular vision of computer technology, based on matrix calculation, VC source, using the OpenCV library environment and Mablab.
CBIR
- 一个图片检索的MFC程序,通过特征提取计算图片间的相似度来检索出最相近的图片信息。-A picture of MFC retrieval procedures, through the feature extraction calculating the similarity between the picture to retrieve the most similar to the picture information.
texture(vc)
- 用vc实现了纹理特征的特征值计算。界面友好。是学习的好代码。-vc texture
Gdal_NDVI
- 用gdal来做ndvi计算,gdal调用的例子-Do ndvi calculated using gdal, gdal example call
piv14
- 流体流速计算软件,通过对高速CCD采样的流体图像进行计算,得到流速分布图,用以研究流体力学-Fluid flow calculation software, through the high-speed CCD image sampling to calculate the fluid obtained velocity distribution, to study the fluid dynamics
149008204siftMatch
- 三维重构的思路很简单,用OpenGL中纹理贴图功能,将平面图像中的三角形逐个贴到计算出的三维坐标上去就可以了。为了便于观察3D效果,我还设计了交互功能:用方向键可以上下左右旋转重构的模型,用鼠标滚轮可以放大或缩小。用gluLookAt函数可以实现视点旋转的功能。三维重构的代码实现在glFuncs.cpp中。(Three-dimensional reconstruction of the idea is very simple, with OpenGL texture mapping functi