CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 图像坐标

搜索资源列表

  1. Camera-Calibration

    1下载:
  2. 本实验利用MATLAB工具,对给定的一组图像进行标定实验, 得出图像的二维坐标信息和三维坐标信息,并利用计算公式得出图像的投影矩阵及摄像机内部、外部参数。-In this study, MATLAB tools, for a given set of image calibration experiments, two-dimensional images obtained three-dimensional coordinate information and coordinate infor
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:867730
    • 提供者:fanfan
  1. image-process-system--based-ArcGIS-

    5下载:
  2. 程序是一个基于arcgis开发的遥感影像处理系统,保留了arcgis强大的功能,能对遥感影像进行图像直方图显示,直方图均衡化;图像平滑; 图像增强(线性变换);影像配准及几何纠正;影像裁剪; 程序的主界面采用了arcgis框架,可以很方便的打开显示arcgis所支持的格式文件(如:.mxd,.lyr等),同时可以显示数据的结构图和属性列表。在状态栏还可以显示当前比例尺和鼠标对应点的坐标。之后的影像处理部分设计到图像操作,是本程序的重点部分。-Arcgis development p
  3. 所属分类:GIS编程

    • 发布日期:2012-12-18
    • 文件大小:3264512
    • 提供者:cl
  1. sanwei

    0下载:
  2. 本代码可以很好的显示出一幅图像中肤色在YCbCr空间中的三维坐标图-it can show 3D skin of picture in the YCbCr
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-06
    • 文件大小:202361
    • 提供者:cathy
  1. 3d.PLT

    0下载:
  2. 用来绘制球坐标图像的程序,用为gnuplot绘图使用-Spherical coordinates used to draw the image of the program, with the use of gnuplot drawing
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-04
    • 文件大小:673
    • 提供者:lizhihan
  1. mouse_take_point

    0下载:
  2. itk软件实现鼠标交互操作,返回图像上的坐标-itk software mouse interaction, return the coordinates on the image
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:948952
    • 提供者:kyle
  1. circle

    0下载:
  2. 标记一个图像中最大连通域的质心,并求出其坐标-Mark an image in the center of mass of the largest connected domain, and find the coordinates
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1553
    • 提供者:gaojie
  1. mofang

    0下载:
  2. Java编写的网页版魔方游戏,编译后生成.class文件,然后用HTML去调用,不过运行时候需要你的浏览器安装有运行Class的插件。Java源代码实现部分,比较有意思,也具参考性。像坐标控制、旋转矩阵、定时器、生成图像、数据初始化、矩阵乘法、坐标旋转、判断是否是顺时针方向排列、鼠标按下、放开时的动作等,都可在本源码中得以体现。-Written in Java web game cube version, compiler generated. Class files, then use HTM
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:8196
    • 提供者:eric
  1. DrawRect

    0下载:
  2. 1.这个工程能直接在vs2008下打开jpg.bmp.png等四种文件格式,不需要安装另外的库。2.实现了分割窗口,一个左窗口显示图像,右窗口用来安放按钮等控件。3.能用鼠标在客户区画一个矩形,并在右窗口显示左上角坐标。-1 This project can be opened directly in vs2008 jpg.bmp.png other four file formats, without having to install additional libraries. (2) to
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-30
    • 文件大小:12338819
    • 提供者:
  1. masaike

    0下载:
  2. 马赛克效果代码 马赛克显示是指图像被分成许多的小块,它们以随机的次序显示出来,直到图像显示完毕。实现马赛克的效果主要解决的问题是如何定义显示随 机序列的小方块,这个问题的解决可以在定义过小方块的基础上,用一个数组来记录各个方块的左上角的坐标的位置-Code mosaic mosaic image display is divided into many small pieces, they are displayed in random order, until the image di
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:637
    • 提供者:王策
  1. KAM-Face-Recognition-System

    0下载:
  2. 基于VC语言,进行图像预处理,提取边缘点坐标,完成人脸识别功能。-VC-based language, the image preprocessing, edge extraction point coordinates, complete face recognition function.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:217634
    • 提供者:宋川
  1. zuobiaoTranslate

    0下载:
  2. 学习图像处理时做的一个测试程序,主要功能是实现了各种坐标的转换,对对初学图像处理的同学有帮助-Learning to do image processing of a test program, the main function is to achieve a variety of coordinate conversion, image processing for beginners help students
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:36179
    • 提供者:tony
  1. shuzhifenxi

    0下载:
  2. 基于三种插值方法同时应用的图像变换程序,采用OpenCV读写图形,可以实现图像部分错位,而且可以随意更改坐标变换函数以达到需要的效果。-Interpolation method based on three applications of the same image transformation process, the image part of the dislocation can be achieved, and can change the coordinate transforma
  3. 所属分类:OpenCV

    • 发布日期:2017-05-31
    • 文件大小:13615830
    • 提供者:ch
  1. 45chonggou

    0下载:
  2. 三维测量重构系统,实现了重构部分的坐标旋转,把完整图像拼接成功-Reconstruction of three-dimensional measurement system to achieve a reconstruction of part of the coordinate rotation, image stitching to complete successfully
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-06
    • 文件大小:1400083
    • 提供者:dgd
  1. subsetdata

    0下载:
  2. 实现图像数据的选取裁切,坐标裁切,多边形裁切-The selection of image data cutting, cutting the coordinates, polygon cutting
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:248335
    • 提供者:曹洪涛
  1. shiyan13

    0下载:
  2. 计算三角形边长,通过输入的坐标来计算图像边长,c++的简单应用-Calculation of the triangle side length, calculated by entering the coordinates of the image side, c++ application of simple
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-10
    • 文件大小:2296974
    • 提供者:熊辉
  1. ReadGeotiff

    0下载:
  2. 读取geotiff格式图像,并显示图像信息,如行列号,角点坐标,分辨率,投影信息等-Read geotiff format images, and display image information, such as row and column numbers, corner coordinates, resolution, projection information
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-13
    • 文件大小:3580981
    • 提供者:zhudan
  1. Analyse

    0下载:
  2. 彩色波形绘制保存,可以绘制6种颜色的带坐标的波形,有放大缩小,移动保存成TXT,LOG格式波形还能保存成BMP图像格式-Color waveform drawing to save, you can draw the waveform of the six kinds of color with coordinates, zoom, move saved as TXT, LOG-format waveform can be saved as BMP image format
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:66543
    • 提供者:
  1. robert

    0下载:
  2. 使用robert算子 寻找图像边界的方法 解决的是一道国赛的题目 找圆心给出坐标-find the edge of some part of pictures by using robert method the code solves a problem of finding the centre of circle in CUMUM
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1593
    • 提供者:We,happy
  1. hough-construct

    0下载:
  2. Hough变换获取靶纸图像子像素级圆心坐标,图象识别-hough construct
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-24
    • 文件大小:242543
    • 提供者:张毅
  1. vb

    0下载:
  2. 该程序可以实现图像复制 旋转,坐标变换等操作-the program can be used as the following function : copying image\rotating image\ coordinate transformation
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-08
    • 文件大小:5069
    • 提供者:张长宏
« 1 2 ... 11 12 13 14 15 1617 18 19 20 21 ... 31 »
搜珍网 www.dssz.com