CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - read data

搜索资源列表

  1. cloud-data

    0下载:
  2. 点云数据读取,3D/2D,供学习参考使用-cloud data read
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-01
    • 文件大小:902238
    • 提供者:liugao
  1. GISwork

    0下载:
  2. 该程序是用.net编写的坐标旋转转换的程序,并可以读取大地坐标(数据格式见txt)-The program is the net write coordinate rotation conversion process, and geodetic coordinates can be read (data format, see txt)
  3. 所属分类:GIS program

    • 发布日期:2017-04-17
    • 文件大小:123601
    • 提供者:zhuxiaoyang
  1. SeekFileDemo

    0下载:
  2. 在文件的指定位置存放数据或读取相关的数据-Store data or read data related to the specified location in the file
  3. 所属分类:GIS program

    • 发布日期:2017-04-04
    • 文件大小:39424
    • 提供者:麦猪
  1. ReadPoint

    0下载:
  2. 该程序用来读取图片上某个点的坐标 利用鼠标取4个点,依次是坐标原点,X轴上的第一个刻度点,y轴上的第一个刻度点,需要读取数据点,则可以获得该数据点的坐标。- Of the program used to read the coordinates of a point on the picture use of the mouse to take four points, followed by a scale point of the origin of coordinates, t
  3. 所属分类:Special Effects

    • 发布日期:2017-11-26
    • 文件大小:21127
    • 提供者:王虎
  1. vyk-read-bmp-to3d

    1下载:
  2. vtk读入多张bmp图片实现三维重建 有bmp数据 -VTK read in many a BMP image realize 3 d reconstruction have BMP data
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-06
    • 文件大小:33844224
    • 提供者:唐攀
  1. Opencv_Chinese_handbook

    0下载:
  2. 基础结构 数组操作o初始化o获取元素和数组子集o拷贝和填充o变换和置换o算术、逻辑和比较o统计o线性代数o数学函数o随机数生成o离散变换 动态结构o内存存储o序列o集合o图o树 ----------------- 绘图函数 ****************************************o典线和形状o文本o点集和轮廓 数据保存和运行时类型信息 樊臻韬o文件存储o写数据o读数据o运行时类型信息和通用函数 --------------- 其它混合函数 错误处理和系统函数o错误处理o系
  3. 所属分类:OpenCV

    • 发布日期:2017-11-21
    • 文件大小:1326708
    • 提供者:贝壳里的海
  1. matlab-INSAR-read-and-write

    0下载:
  2. 该程序提供干涉雷达数据的基本读写功能,以实现其后期处理-The program provides basic interfere with radar data read and write capabilities, in order to achieve its post-processing
  3. 所属分类:Special Effects

    • 发布日期:2017-11-03
    • 文件大小:13315
    • 提供者:zjn
  1. curve-read

    0下载:
  2. c编写的曲线数据读取源码,利用lena.bmp进行,可以方便的的读出曲线数据-c curve prepared data read source code, the use of lena.bmp convenient readout curve data
  3. 所属分类:Special Effects

    • 发布日期:2017-11-18
    • 文件大小:6013870
    • 提供者:laufatfish
  1. OPenCV_programs

    0下载:
  2. 里面有OPenCV环境变量的设置,OpenCV入门的各种常用程序,全部经过测试能运行,有结果。包括图片显示,图片反相,鼠标事件,播放AVI文件,画几何图形,图像边缘检测,从摄像头读取数据等等程序。-There is OPenCV environment variable Settings, OPenCV entry of all sorts of commonly used procedures, can all through the test run, have the result. In
  3. 所属分类:OpenCV

    • 发布日期:2017-11-18
    • 文件大小:9589306
    • 提供者:夏辉
  1. -cloud-data-Pro

    0下载:
  2. 基于VC++ 和OpenGL 的点云数据三维读取与显示经过测试可执行-Read and display of three-dimensional point cloud data based on VC++ and OpenGL executable tested
  3. 所属分类:OpenGL program

    • 发布日期:
    • 文件大小:1087092
    • 提供者:yeqiuguo
  1. VB-Read-STL-File

    4下载:
  2. 其他三维软件(如UG)建立的模型导出为STL文件,在VB 中可以利用此代码读取STL文件,利用OpenGL的glVertex3f函数还原三维模型,STL中存储的是三维模型的各三角形定点数据和法向量数据-Other 3D software (UG) export the model as an STL file, you can use this code in VB to read the STL file using OpenGL glVertex3f function to restore
  3. 所属分类:OpenGL program

    • 发布日期:
    • 文件大小:2283
    • 提供者:张欣
  1. Read-opencv-sequences

    0下载:
  2. opencv中的序列是如何读取和存储的。并实现在视频或图像上读出才序列的数据,显示在图像上。-opencv in sequence is how to read and stored. And the achievement of the video or image data read out before the sequence is displayed on the image.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-19
    • 文件大小:1845994
    • 提供者:杨松超
  1. tuxiang

    0下载:
  2. 从一个.bmp文件中读取数据(包括BITMAPINFOHEADER,调色板和实际图象数据),将其存储在一个全局内存句柄hImgData中,这个hImgData将在以后的图象处理程序中用到。同时填写一个类型为HBITMAP的全局变量hBitmap和一个类型为HPALETTE的全局变量hPalette。这两个变量将在处理WM_PAINT消息时用到,用来显示位图。该函数的两个参数分别是用来显示位图的窗口句柄,和.bmp文件名(全路径)。当函数成功时,返回TRUE,否则返回FALSE。-From a.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:1024
    • 提供者:刘旭
  1. guangbiao1

    0下载:
  2. 可以实现在Tchart控件上画出游标,方便数据的读取-Control can be achieved in Tchart draw cursor easy to read data
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-10
    • 文件大小:536
    • 提供者:袁万全
  1. HDF5-read

    0下载:
  2. idl语言辨别的有关hdf5格式数据读取操作的相关程序,可供遥感初学者使用-idl language to identify the relevant procedures for hdf5 format data read operation, the available remote sensing beginners
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:85682
    • 提供者:jasonliudaxiong
  1. chap1-1

    0下载:
  2. 存放读入图像的位图数据、宽、高、颜色表及每像素所占位数(比特) ,图像数据访问及图像存储-Storing the read data into the bitmap image, width, height, color, form and share bits per pixel (bit), the image data and image storage access
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1446799
    • 提供者:
  1. Grand-total

    0下载:
  2. matlab环境下怎么样从txt文件中读取数据 分类:matlab与图像处理文件内容形式一(假定文件名为test1.txt):-matlab environment how to read data from a txt file classification: matlab image processing and file content in the form of a (assuming that the file named test1.txt):
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:2638
    • 提供者:new
  1. ICC_Inspector

    0下载:
  2. 色彩管理软件,能够icc文件读取相关的Tag,以及相关曲线的绘制,数据的读取-Color management software to draw relevant icc file read Tag, and the associated curve, read data
  3. 所属分类:Special Effects

    • 发布日期:2017-06-02
    • 文件大小:14461960
    • 提供者:刘权
  1. DataFormat

    0下载:
  2. 用于sgy数据的显示,以及数据的读取,是好用的-Sgy display for data and read data is useful
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-25
    • 文件大小:161528
    • 提供者:张希
  1. loadsir

    0下载:
  2. 读取杨百翰大学.SIR格式的数据,并对该数据图像进行显示-Read Data in .SIR format
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-14
    • 文件大小:4643
    • 提供者:翟梦茜
« 1 2 34 5 6 7 8 9 10 ... 31 »
搜珍网 www.dssz.com