联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 图形图象(193) 
按平台查找All Visual C++(193) 

[图形图象] canny-edge-detecction

canny边缘检测,Canny 算法适用于不同的场合。它的参数允许根据不同实现的特定要求进行调整以识别不同的边缘特性。对于PC上的实时图像处理来说可能慢得无法使用,尤其是在使用大的高斯滤波器的情况下。但是,我们讨论计算能力的时候,也要考虑到随着处理器速度不断提升,有望在未来几年使得这不再成为一个问题。
canny edge detection, Canny algorithm is suitable for different occasions. It allows the parameters adjusted according to the specific requirements of different implementations to identify different edge characteristics. For real-time image processing on a PC, it may not be too slow to use, especially when using large Gaussian filter case. However, we discuss the computational power of the time, also taking into account rising as processor speed, is expected to make in the next few years, this is no longer a problem. (2016-12-05, Visual C++, 129KB, 下载4次)

http://www.pudn.com/Download/item/id/1480929681772767.html

[图形图象] Slicer-RigidRegistration

弹性图像配准方法在气象图像中的应用,图像配准是计算机视觉和模式识别领域中的一项重要课题,在遥感探测、医学成像和基于多传感器融合的目标识别等研究中都有重大的应用价值。
Elastic image registration method in meteorological image application, image registration in computer vision and pattern recognition is an important topic in remote sensing, medical imaging, and based on multi-sensor fusion target recognition study have significant Value. (2016-04-07, Visual C++, 9502KB, 下载4次)

http://www.pudn.com/Download/item/id/1460013155273248.html

[图形图象] Optical-flow

光流是一种简单实用的图像运动的表达方式,通常定义为一个图像序列中的图像亮度模式的表观运动,即空间物体表面上的点的运动速度在视觉传感器的成像平面上的表达。
Optical Flow is a simple and practical expression of motion pictures, generally defined as the apparent motion a sequence of images in an image brightness mode, ie velocity of points on the surface of the object on the imaging plane spatial expression of the vision sensor. (2016-03-21, Visual C++, 15KB, 下载1次)

http://www.pudn.com/Download/item/id/1458562672827358.html

[图形图象] printRec

基于visualC++利用数字图像模式识别技术实现印刷体汉字的自动识别技术包括印刷体汉字特征定位及提取,分类器设计等连续过程。
Based visualC++ digital image pattern recognition technology for automatic identification technology, including continuous process printed characters printed characters feature location and extraction, classifier design. (2015-05-08, Visual C++, 6228KB, 下载14次)

http://www.pudn.com/Download/item/id/1431074290114044.html

[图形图象] accurate-segmentation

此信提出一种高效的两步分割方法,用于通过所述移动激光扫描器收集大规模三维点云数据。首先,一个新的扫描线的基于地面分割算法被设计为过滤对应于以高精度地面点。
This letter proposes an efficient two-step segmentation method for large-scale 3-D point cloud data collected by the mobile laser scanners. First, a new scan-line-based ground segmentation algorithm is designed to filter the points corresponding to the ground with high accuracy. (2015-01-24, Visual C++, 41KB, 下载14次)

http://www.pudn.com/Download/item/id/1422057300468046.html

[图形图象] snap

在动态图像中实时捕捉和跟踪到人脸的需求越来越广泛,人脸识别利用摄像机或摄像头采集含有人脸的图像或视频流,并自动在图像中检测和跟踪人脸,通过网络将抓拍数据上传至后台人脸分析服务器.
Real-time capture and track a human face in the dynamic image needs more extensive, face recognition using the camera or the camera to capture images or video streams containing human faces and automatically detecting and tracking human faces in the image, through the network capture data uploaded to the backstage face analysis server. (2014-08-12, Visual C++, 2509KB, 下载14次)

http://www.pudn.com/Download/item/id/2603153.html

[图形图象] CVMpic1

绝对自己编写的可用的CVM程序。类似SVM,可以以文件夹为目标提取整个文件夹内图像特征(对应特征为颜色直方图),然后用分类器分类
Absolutely have written procedures available CVM. Similar SVM, can extract image features the entire file folder to folder as the target (corresponding feature is the color histogram), and then classified using the classifier (2014-04-02, Visual C++, 2269KB, 下载2次)

http://www.pudn.com/Download/item/id/2500250.html

[图形图象] Think-In-CPP

全书共分十八章,内容涉及对象的演化、数据抽象、隐藏实现、初始化与清除、函数重载与缺省参数、输入输出流介绍、常量、内联函数、命名控制、引用和拷贝构造函数、运算符重载、动态对象创建、继承和组合、多态和虚函数、模板和包容器类、多重继承、异常处理和运行时类型识别。
The book is divided into eighteen chapters, covering the evolution of object, data abstraction, initialization and cleanup, function overloading and default parameters, input and output streams introduced, constants, inline functions, named control, reference and copy constructors , operator overloading, dynamic object creation, inheritance and composition, polymorphism and virtual functions, templates, and container classes, multiple inheritance, exception handling, and run-time type identification. (2013-10-07, Visual C++, 15067KB, 下载2次)

http://www.pudn.com/Download/item/id/2369141.html

[图形图象] lexer

递归下降分析器的基本构造方法是,对文法的每个非终结符号,都根据其产生式的各个候选式的结构,为其编写一个对应的子程序(或函数),该子程序完成相应的非终结符对应的语法成分的识别和分析任务。因此,递归下降分析器的语法分析子程序的功能是,对某个非终结符,用规则的右部符号串去匹配输入串。分析过程是按文法规则自上而下一级一级的调用有关子程序来完成。本系统采用的就是递归下降分析方法。
The recursive descent parser constructor to each nonterminal grammar, are based on the production structure of each candidate, its preparation of a corresponding subroutine (or function), the subroutine is completed appropriate the nonterminal symbol corresponding syntax component identification and analysis tasks. Therefore, the recursive descent parser parsing subroutine is a nonterminal string of symbols, the right part of the rules to match the input string. The analysis process is a top-down level grammar rules call the subroutine. The system uses a recursive descent analysis methods. (2013-04-04, Visual C++, 586KB, 下载4次)

http://www.pudn.com/Download/item/id/2185599.html

[图形图象] shipintuxiangdezuochangxunlian

系统采用数码摄像机实时采集飞机座舱的视频图像,采用图像识别技术识别出用户所关注的座舱设备部件,进而将该设备所对应的相关训练信息显示在头盔显示器上
Real-time acquisition system uses digital cameras cockpit video images, using image recognition technology to identify the concerns of the user cockpit equipment components, and then the device corresponding to the relevant training information displayed on the helmet display (2010-12-09, Visual C++, 378KB, 下载6次)

http://www.pudn.com/Download/item/id/1374313.html

[图形图象] lightrender

GxRay 是一个高品质的光线追踪渲染器,支持多种高级渲染技术。GxRay可以对各种基本几何体(球体、长方体、圆柱体、凸面体、平面等)以及复杂的三角形网格进行光线追踪。使用KD树加速追踪过程,优化渲染速度。支持多线程渲染,充分利用多核CPU的计算能力。
Physically Based Rendering : From Theory to Implementation (2010-06-07, Visual C++, 2252KB, 下载25次)

http://www.pudn.com/Download/item/id/1204587.html

[图形图象] mode

基于VC的各种聚类和分类算法程序。 手写数字或者打开已有的手写数字图像后,在右视图空白处,单击鼠标左键,激活右视图,选择菜单中的各种分类算法,可以对手写数字进行分类。有模板匹配分类器、Bayes分类器、线性函数分类法、非线性分类法、神经网络分类器。 在左视图上单击鼠标左键,可获得3种数据源:标准数字聚类、手画图形聚类、位图文件分析聚类。可以进行特征提取、模糊聚类和遗传算法。
VC-based clustering and classification algorithm for a variety of procedures. Handwritten numbers or open an existing handwritten digital images, the empty space in the right view, click the left mouse button to activate the right view, select the menu, the various classification algorithms can be handwritten digits classification. There template matching classifier, Bayes classifier, a linear function of classification, non-linear classification, neural network classifier. In the left view, click the left mouse button, access to three kinds of data sources: a standard digital cluster, hand-painted graphics clustering, clustering analysis of bitmap file. Can feature extraction, fuzzy clustering and genetic algorithm. (2010-03-10, Visual C++, 3105KB, 下载33次)

http://www.pudn.com/Download/item/id/1081596.html

[图形图象] 028991-01

计算机图形学(computer graphics, CG)是研究如何利用计算机算法来生成、处理和显示图形的一门学科,主要的算法原理包括基于光栅扫描显示器的基本图形的扫描转换原理;基于齐次坐标的二维、三维变换矩阵的几何变换原理;基于几何造型的自由曲线、曲面的生成原理;基于分形几何学的分数维造型原理;基于像空间和物空间的三维实体动态消隐原理;基于颜色模型、光照模型和纹理映射技术的真实感图形显示原理。
Computer Graphics (computer graphics, CG) is to study how to use computer algorithms to generate, process and display graphics of a subject, the main algorithms including those based on raster scan display basic graphics scan conversion principles based on the homogeneous coordinates of the Second dimensional, three-dimensional transformation matrix of the principles of geometric transformations based on the geometric modeling of free-form curve, surface generation principle based on fractal geometry, fractal dimension modeling principles based on space and objects like the space of three-dimensional entities, the principle of dynamic blanking based on the color model , light model and texture mapping techniques showed that the principle of realistic images. (2008-11-16, Visual C++, 21063KB, 下载154次)

http://www.pudn.com/Download/item/id/580728.html

[图形图象] rand_match

并行程序;本程序中通过变量DataSize指定了待排序序列的长度为60,顺序输出各个处理器的局部数据就可以得到全局有序的序列。
Parallel programming this process through the variables to be sorted DataSize specified length of sequence 60, the order of the output of the partial data each processor can be the overall situation in an orderly sequence. (2008-07-01, Visual C++, 2KB, 下载4次)

http://www.pudn.com/Download/item/id/502109.html

[图形图象] canny

canny边缘检测算子的c源代码 一维高斯分布函数,用于平滑函数中生成的高斯滤波系数 ,用高斯滤波器平滑原图像
canny edge detection operator c source code for one-dimensional Gaussian distribution function for the smooth function of the Gaussian filter coefficients generated by Gaussian filter smoothing the original image (2007-11-05, Visual C++, 3KB, 下载78次)

http://www.pudn.com/Download/item/id/355674.html

[图形图象] LayeredBasedMultipleDescriptionCoding

设计并实现了两种分层多描述视频编码器.通过对小波域的运动估计算法进行了分析和研究,对小波域多分辨率运动估计方法进行改进
Designed and implemented two kinds of layered multiple description video encoder. Through wavelet domain motion estimation algorithm for the analysis and research on multi-resolution wavelet-domain motion estimation methods to improve (2007-08-11, Visual C++, 24KB, 下载55次)

http://www.pudn.com/Download/item/id/318015.html

[图形图象] 2007BarCode

条码生成器,可用于多种格式条码 VC的条码生成器源代码
barcode generator can be used for a wide variety of bar code format VC barcode generator source code (2007-06-01, Visual C++, 177KB, 下载157次)

http://www.pudn.com/Download/item/id/291308.html

[图形图象] log_images

包括锐化、平滑、LOG滤波器提取边缘 数学形态学的腐蚀、膨胀、骨架化、开闭运算 以及分形方法画树木和树叶 包括源代码、3篇文档和可执行程序
including sharpening, smooth, LOG filter from the brink of mathematical morphology corrosion, swelling, skeleton, opening and closing operations and fractal approach painting trees and leaves, including source code, documentation and three executable (2006-06-23, Visual C++, 258KB, 下载115次)

http://www.pudn.com/Download/item/id/197384.html

[图形图象] Particlefilter_code

粒子滤波的C++程序,可以很好的掌握粒子滤波的编程问题
particulate filter C program, a good grasp of programming particle filter problem (2006-05-03, Visual C++, 20KB, 下载1107次)

http://www.pudn.com/Download/item/id/179571.html

[图形图象] 基于图像处理集成数控技术

这是一个用VC++写的用于数控编程的系统,内含仿真器和说明书,请不要用于商业行为。
This is a VC was made for NC programming system includes simulators and brochures, please do not for commercial activities. (2006-01-20, Visual C++, 900KB, 下载364次)

http://www.pudn.com/Download/item/id/142195.html
总计:193