搜索资源列表
sift20071011
- 主要有二个功能:1对图像进行SIFT特征值匹配2.显示相应的匹配效果,即核线 matlab语言的,加上C语言
核线影像生成
- 生成核线影像,C++环境.
jibu_c_1.0.0.zip
- C语言多核多线程并行编程源代码。内有大量源代码。,Multi-core multi-threaded C language source code for parallel programming. There are a large number of source code.
windowsvstudio2008.rar
- 中山大学windows编程课程详细课件 在vs2008下运行 内容包括 01绪论 02界面编程-1(菜单) 02界面编程-2(控制条) 02界面编程-3(对话框) 02界面编程-4(控件) 02界面编程-5(鼠标与键盘) 03GDI绘图-1(画图) 03GDI绘图-2(字体与图像) 03GDI绘图-3(动画与图标) 03GDI绘图-4(图元文件) 03GDI绘图-5(打印) 04文档与视图 05MFC功能包 06GDI+ 07OOP语言
hexian
- 摄影测量小程序,实现基于核线方程的相对定向及冲采样。-Photogrammetry small program to achieve based on the relative orientation of nuclear line equation and the red sample.
PicMatch
- 本程序实现了对影像特征点自动提取,利用Morevac、Forstner、Harris3个经典算子。在此基础上利用相关系数法实现影像自动匹配,并且引入最小二乘平差,使匹配点精度有所提高。 在搜索点过程中,利用了核线影像特性,对二维影像搜索使用了爬山法启发式搜索。对大数据量影像采用影像金字塔结构处理。 1、使用GDAL库读取影片,支持TIFF、PNG、JPEG、JPG、BMP、GIF、IMG格式读取。使用GDI绘图。 2、防止大数据量绘图视图闪烁,图片显示采用双缓存技术。
chapter6.tar
- < 多核程序设计>>第6章源代码。主要为多线程编程。-<Multi-core programming>> Chapter 6 of the source code. Mainly for multi-threaded programming.
Game
- 蜘蛛牌游戏编程,它集中应用了多线程和多核技术,对学习编程很有帮助!-Day-to-day poker game programming,It focused on the application of a multi-threaded and multi-core technology, useful for learning programming!
RelativeOrientation
- 实现影像像对的相对定向,为生成核线影像提高相对定向元素-Relative orientation code image
multiprocessor
- 提高多核处理器线程执行效率的技术.随着多核技术在新一代高性能微处理器中的普遍应用,微处理器设计已进入多核时代。本 文着重从实现技术的角度,介绍了一些提高多核处理器线程执行效率,及消除多核处理器各种延迟的技术和产品,为切实提高多核处理器的执行效率和处理性能,提供了有效的技术途径和可供借鉴的设计方法。-this is a simple introduction about multi processror programing
MultiCore-Programming
- Intel出版的多核编程,介绍通过软件的多线程方式来提高性能的方法。分为介绍多核变成,线程的综述,并行的基本概念,线程以及并行编程的结构,线程的API,OpenMP技术,并行编程的常规问题,多线程debug方法,Intel多核处理器的线程及其开发工具等。-Intel multi-core programming, published to introduce the way through the software to improve performance of multi-threaded
tongminghexian
- 用于在两幅图之间进行同名核线的显示,这是关于数字摄影测量方面的知识-Between the two images used in the nuclear line of the display of the same name, which is about the knowledge of digital photogrammetry
epipolarity
- 本代码主要功能是自动提取同名相对的同名核线,是实现同名像点自动匹配的重要前提-automatically search for the epipolarity for a pair of photos
EpipolarRayPro
- 摄影测量核线影像生成,在匹配过程中以及三维立体显示的过程中有重要作用-Photogrammetric Epipolar Image Generation, which has an important role in the process of matching process and the three-dimensional display
EpipolarRayPro
- 这个程序是在图像处理中生成核线影像的C++代码 效果很好 请大家下载-This program is generated in the nuclear line image processing image C++ code works well please download
xunleixiazaipipei
- 影像匹配 利用NSCT进行立体影像匹配,输入待匹配点的行列坐标,匹配窗口、搜索窗口的大小,像对的核线参数,输出同名点的行列坐标,及画有同名点的右影像-image matching
WlPig
- 此代码为摄影测量中的水平核线影像生成代码-This code is the level of Photogrammetry code Epipolar Image Generation
epipolar_line
- 同名核线的提取,完整的c++代码,注释详细易懂,并且已经验证过-Line of the same name as the nuclear extract, complete c++ code, comments, detailed and easy to understand, and have been verified
核线的生成
- 主要用于遥感影像核线的生成,程序运行效果很好。。。
多核应用编程实践
- 《多核应用编程实战》是一本全面实用的多核应用编程指南,旨在介绍如何编写功能正确、性能优越且适合扩展为在多个CPU核心的系统运行的应用程序。《多核应用编程实战》面向多种操作系统和处理器类型引用程序示例,内容涵盖类UNIX操作系统(Linux、Oracle Solaris、OS X)和Windows系统上多核应用的编写方法、多核的硬件实现对应用程序的性能影响、编写并行应用程序时要避免的潜在问题,以及如何编写可扩展至大量并行线程的应用程序。, 《多核应用编程实战》适合所有C程序员学习参考。("