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

搜索资源列表

  1. SFS_Survey_1_00

    0下载:
  2. Shape from shading(从明暗恢复形状)的几种基本的方法,做3D恢复可以用的到!
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1.39mb
    • 提供者:wang
  1. SFS.rar

    0下载:
  2. Shape from shading: The source code for the review of shape from shading including minimization, local, propagation and linear methods,Shape from shading
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1.22mb
    • 提供者:jason
  1. Degreeofextractionofhapefromshadinginformation

    0下载:
  2. 由明暗度提取外形信息,机器视觉分析的好文章-Degree of extraction of shape from shading information, machine vision analysis of a good article
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-02
    • 文件大小:43.91kb
    • 提供者:wangyangbulao
  1. Simple-Shape-Detection-using-Hough-Transform

    0下载:
  2. Simple Shape Detection using Hough Transform 用霍夫变换做为形状检测的matlab源码,从matlab官网下载-Simple Shape Detection using Hough Transform Hough transform used as a shape detection matlab source, from the official website download matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:39.32kb
    • 提供者:miaosiyi
  1. largestRectangleArea

    1下载:
  2. 求一个图像的最大内接矩形面积。 步骤: 1.相机标定。首先根据物像关系式求出其中的参数。注意参数求出后要进行参数校验。 2.从背景中分离出目标 3.边缘检测 4.目标形状参数计算。-For an image of the largest inscribed rectangle area. Steps: 1. Camera calibration. First of all object-image relationship in accordance with the par
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:3.67kb
    • 提供者:cui ju
  1. npr_silhouette

    0下载:
  2. 非真实感图形学的程序,为提取三维物体的二维轮廓的程序。shape from shading的一个重要程序 -Non-photorealistic graphics of the procedures for the extraction of three-dimensional objects in two-dimensional outline of the procedure. shape from shading as an important process
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-13
    • 文件大小:3.26mb
    • 提供者:也风
  1. Robust

    0下载:
  2. 鲁棒性 在从纹理回复形状的时候要求系统有好的鲁棒特性-Robust back in shape from the texture when the request has good robustness properties of system
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:1.01mb
    • 提供者:吕晋普
  1. MultiscaleFourierdescriptor

    0下载:
  2. 傅立叶描述子是分析和识别物体形状的重要方法之一.利用基于曲线多边形近似的连续傅立叶变换方法 计算傅立叶描述子,并通过形状的主方向消除边界起始点相位影响的方法,定义了新的具有旋转、平移和尺度不变 性的归一化傅立叶描述子.与使用离散傅立叶变换和模归一化的传统傅立叶描述子相比,新的归一化傅立叶描述 子同时保留了模与相位特性,因此能够更好地识别物体的形状.实验表明这种新的归一化傅立叶描述子比传统的 傅立叶描述子能够更加高效、准确地识别物体的形状.-Fourier descr iptor is to an
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-21
    • 文件大小:6.34mb
    • 提供者:林传峰
  1. ActiveShape

    0下载:
  2. active shape model .. there is an example to understand .. this is a source from the internet
  3. 所属分类:GIS program

    • 发布日期:2017-04-09
    • 文件大小:1.78mb
    • 提供者:nirup
  1. thomas-cvpr06

    0下载:
  2. Paper "Towards Multi-View Object Class Detection".We present a novel system for generic object class detection. In contrast to most existing systems which focus on a single viewpoint or aspect, our approach can detect object instances from arbitrar
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:629.63kb
    • 提供者:yangwei
  1. ASM_version1b

    0下载:
  2. ASM是由Cootes和泰勒推出的多分辨率方法的一个例子。 基本思想: 在ASM模型训练,训练从手工绘制的图像轮廓。发现的ASM模型在训练使用主成分分析(PCA),使该模型自动识别数据的主要变化是,如果可能的轮廓/好的对象的轮廓。还包含了ASM模型的协方差矩阵描述行垂直纹理口岸时,在正确的位置。 -Descr iption This is an example of the basic Active Shape Model (ASM) as introduced by Coot
  3. 所属分类:Special Effects

    • 发布日期:2017-05-27
    • 文件大小:9.72mb
    • 提供者:谢冉
  1. Classify

    0下载:
  2. Free Source Code for Shape Recognition Matlab实现的图像中的圆、矩形、正方形等形状识别-Shape Recognition differentiate Square, Rectangular, Circle from others
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:998byte
    • 提供者:wt
  1. Shape

    8下载:
  2. 写一个画图小程序MiniDraw,要求画直线(Line),椭圆(Ellipse),矩形(Rectangle),多边形(Polygon)等图形元素(图元)。 每种图元需用一个类(对象)来封装,如CLine, CEllipse, CRect, CPolygon; 各种图元可从一个父类CShape来继承; 每种图元的绘制不一样,但是绘制接口在父类中是一样,因此可学习和使用类的多态性。 -Write a drawing applet MiniDraw, required drawing
  3. 所属分类:Graph Drawing

    • 发布日期:2014-08-15
    • 文件大小:1.96mb
    • 提供者:陈婉
  1. Log

    0下载:
  2. 数字图像处理程序集: 包括锐化、平滑、LOG滤波器提取边缘,数学形态学的腐蚀、膨胀、骨架化、开闭运算,以及分形方法画树木和树叶。包括VC++源代码、LOG滤波器提取边缘.doc、用形态学方法提取骨架线实验报告.doc、由明暗度提取外形信息.doc 3篇文档和可执行程序。-Digital image processing assembly: including sharpening, smoothing, LOG filter from the edge of mathematical mo
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:230.89kb
    • 提供者:卢孝勋
  1. shape-from-shading

    0下载:
  2. 通过一组照片恢复3D形状,利用shape from shading 技术,和openGL 渲染-3 D reconstruction from a image set with shape from shading method,developed under MFC and openGL
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-10
    • 文件大小:1.26mb
    • 提供者:stevenfute
  1. SHAPE-FROM-CODED-APERTURE-

    0下载:
  2. 本文中我们提出一个新颖的算法分析和 估计深度从单个图像捕捉到一个编码的孔径 相机。这是一个具有挑战性的问题,需要 新的工具和调查,而多视点重建。 -In this paper we present analysis and a novel algorithm to estimate depth from a single image captured by a coded aperture camera. This is a challenging problem whi
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:342.34kb
    • 提供者:liuzhao
  1. sfs-code

    0下载:
  2. shape from shaping 3D重构-shape from shaping 3D reconstructed
  3. 所属分类:3D Graphic

    • 发布日期:2017-11-14
    • 文件大小:475.72kb
    • 提供者:呵呵
  1. Shape-and-Motion-from-Image-Streams

    0下载:
  2. 运动的仿射结构,原理英文pdf和matlab程序-Shape and Motion from Image Streams under Orthography: a Factorization Method
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:1.19mb
    • 提供者:daidai
  1. shape-from-photometric-stereo

    0下载:
  2. 由图像灰度恢复物体三维形状(内附讲解ppt)- Computer Vision ,shape from photometric stereo
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5.55mb
    • 提供者:朱砂吉衣
  1. sfs matlab code

    0下载:
  2. shape from shading in 3D reconstruction
  3. 所属分类:图形图像处理

    • 发布日期:2018-05-03
    • 文件大小:362kb
    • 提供者:pandayun
« 12 3 4 »
搜珍网 www.dssz.com