搜索资源列表
ResearchBezier
- 在VC中研究和设计双三次B样条曲面,利用VC面向对象具有可视化的特点,选择适当的空间控制点来调整三次B样条曲面的形状-in VC research and the design of bicubic B-spline surface, the use of object-oriented VC with the visual characteristics, selection of appropriate space control point adjustment cubic B-splin
gkp
- 这是用c#实现的david low的sift(尺度不变特征点变换算法)特征检测,面向对象的实现代码写的十分的好,是图形图象学习的好资料 -This is the realization of c # david low sift the (scale-invariant feature points transform algorithm) Feature detection, object-oriented code written in achieving very good, is s
CCfits-1.6
- CCfits是cfitsio数据库的面向对象的开发平台。cfitsio是应用广泛的FITS(Flexible Image Trandport System)开发数据库。-CCfits cfitsio database is the object-oriented development platform. Cfitsio is widely used in the FITS (Flexible Image Trandport System) development of the database
0025
- 《面向对象的MFC图象处理》 Windows提供了一些DIB函数,但未在MFC里封装;精通VC++.NET图象处理编程一书分析了这些函数,由此进而设计了一套函数,定义了类CDib使用,使用类CDib读、存、显示图象的示例 -"object-oriented image processing MFC" Windows DIB provides some function, but in MFC Lane Packaging; VC proficient.NET imag
ltilib
- LTI库是一个面向对象的计算机视觉库写在C++视窗/余-VC++和Linux的/gcc.它提供了很多功能来解决数学问题、图像处理算法很多,有些工具和分类得多-LTI-Lib is an object oriented computer vision library written in C++ for Windows/MS-VC++ and Linux/gcc. It provides lots of functionality to solve mathematical problems, m
VCDIBchap1
- 介绍了BMP文件结构,编程实现BMP文件读写及数据访问,解释了DIB与BMP之间的关系,并且分别用面向过程的方法和面向对象的方法实现图像的可视化编程。-Introduction of the BMP file structure, programming and implementation BMP file to read and write data access, explained the DIB and the relationship between BMP and were pro
digitalimageprocessinsystem
- 本文在VC++6.0环境下使用面向对象的方法开发了一套数字图像处理软件系统,具有很强的可移植性和可扩展性。-In this paper, VC++6.0 environment using object-oriented approach to develop a set of digital image processing software system, which has strong portability and scalability.
051124_ltilib-1.9.15.tar
- 线性时不变化图书馆是一个面向对象的计算机视觉库在C + +编写的Windows /的MS - VC + +和Linux的/海湾合作委员会。它提供了很多功能来解决数学问题,许多图像处理算法,一些分类的工具-LTI-Lib is an object oriented computer vision library written in C++ for Windows/MS-VC++ and Linux/gcc. It provides lots of functionality to solve m
octreedeshishimanyouxitong
- 通过将八叉树,AABB树与面向对象概念进行结合,构成一种能根据动态场景快速更新的面向对象的动态八叉树。-By Octree, AABB tree and the combination of object-oriented concepts, constitutes a kind of scene can be quickly updated with dynamic object-oriented dynamic octree.
code
- 深入研究适合该图像的预处理、二值分割、边缘提取和几何形状判断方法,重点研究针尖倒装、弯曲和倒刺等不合格针尖的自动检 测方法,并基于C++ Builder平台使用C++面向对象技术实现上述图像处理过程。 -Depth for the image preprocessing, binary segmentation, edge detection and geometric methods of shape judgments, focusing on needle flip, bend a
source-code-for-Visual-C
- 本书全面介绍了Windows 95/98/NT环境下图像处理的理论和编程技术,并基于面向对象的程序设计方法,详细讨论了图像处理算法的Visual C++编程技巧。本书的主体包括基本的图像操作、调色板处理、图像的特技显示与擦除、图像变换、颜色处理、图像处理等的算法及实现技术。本书是进行图像处理和多媒体编程的使用参考书,适合图像处理和多媒体编程人员参考阅读,也可作为大专院校计算机及相关专业师生的教学参考书。-This book a comprehensive introduction to imag
JianCe
- 对一个352乘以288的YUV视频进行目标的检测-retrieval oriented spatial-temporal video object detection and segmentation in compressed domain
VC5.5
- VC++面向对象与可视化程序设计课后习题答案-VC++ object-oriented visual programming and after-school exercise answer
2010ICIP-Multiple-object-track
- 2010ICIP会议的最新文章,结合时空信息实现对目标的跟踪。-This paper presents a data-oriented tracking framework which aims to recover the spatio-temporal trajectories for an unknown number of interacting objects appearing and disappearing at arbitrary times.
Visual-CPP.NET
- 本书全面介绍了Windows(95/98/Me/XP/NT/2000)环境下图像处理的理论和编程技术,并基于面向对象的程序设计方法详细讲座了图像处理算法的Visual C++编程技巧。本书的主体包括图像基本操作、调色板技术、图像的特技显示与擦除、图像空间变换、图像颜色处理、图像频域变换、图像处理和图像编码与格式等的理论与编程技术。-This book a comprehensive introduction to Windows (95/98/Me/XP/NT/2000) under the t
Object-based-image-analysis
- 面向对象的遥感图像变化监测算法-英文参考文献,对专业人士一定有帮助-Object-oriented remote sensing image change detection algorithm- English references, will certainly be helpful for professionals
chenzhenBMPa
- 图像处理已经成为计算机图形学的一个重要方面,VC++是最适合用来做图像处理工具了,因为使用C语言能很方便的封装各种复杂的图像处理算法,并以类的形式表达出来,充分利用面向对象技术;而且,在VC中还可以很方便地使用Windows GUI 的API,并利用内建OpenGL SDK 以及 DirectX SDK 来充分支持动画设计,当然也可以使用第三方的图形处理库来简化编程-Image processing has become an important aspect of computer graph
ImgCenterDib
- 面向对象的DIB的读写及访问,实现图像的可视化编程-DIB object-oriented read and write and visit, to achieve the image of the visual programming
IFS
- 采用计算机生成图形图像,可以用少量的数据生成复杂的自然景物图像,例如起伏的山脉、飘浮的云彩、形态各异的植物等自然界中的各种景观。它极大地丰富了计算机图形学的内容,而且促进了计算机在仿真模拟领域的应用。根据分形迭代函数系统具有模拟自然界景物的特点,采用面向对象的编程语言VC++实现了一类模拟山树等景物的计算机编程,模拟效果十分逼真。-The use of computer-generated graphic images, you can use a small amount of data to
JinScott_FuzzyRule_SPIE2007
- 遥感图像处理软件envi中图向对象的影像分析的具体的思路,以及遥感信息提取的相关算法。-Remote sensing image processing software ENVI in the diagram to the object oriented image analysis of the specific train of thought, as well as information extraction of remote sensing data correlation algo