搜索资源列表
Affine Transformation02
- The transformation parameters are specified by the user by editing the values of the rotation, scale (x and y), and shear (x and y). The translation is not icluded because it can be easily (normalized or) removed from the image by subtracting t
第12章 图像的纹理分析方法
- 图像的纹理分析方法(从图像、图形融合的思想出发 ,介绍了基于图像分析的表面形状恢复及纹理 三维特征获取方法,并将其应用于图形建模和纹理映射.首先利用不同视点下的遮挡 边缘序列,并结合其它视觉信息的分析,获取了表面点的三维几何坐标,实现了基于 图像分析的表面形状绘制.接着利用阴影分析方法,提取纹理图像的表面起伏特征, 将该特征结合像素点的颜色属性,进行图形纹理映射,实现了基于图像特征分析的图 形纹理生成.实验结果证明了图像、图形融合思路的可行性和有效性及图像、图形融 合方法
SFS.rar
- Shape from shading: The source code for the review of shape from shading including minimization, local, propagation and linear methods,Shape from shading
selectROI
- This functions displays GUI for selecting square or rectangular part of the input image IMG. To perform selection user must click mouse twice: at two corners of the selection area. User can change the shape at any moment, even when first point
Researchontheshapefeatureextractionandrecognition.
- 主分量分析(PCA ) 是统计学中分析数据的一种有效的方法, 可以将数据从高维数据空间变换到低维特征空间, 因而 可以用于数据的特征提取及压缩等方面。在该文的形状识别系统中, 用PCA 法提取图像的形状特征, 能够较好地满足识别 层的输入要求。在识别层研究了3 种识别方法: 最近邻法则、BP 网络及协同神经网络方法, 均取得了满意的实验效果。-Principal component analysis (PCA) is a statistical analysis of data in a
Simple-Shape-Detection-using-Hough-Transform
- 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
hough(vc)
- Hough变换最先是由Paul Hough在1962年提出的, 它所实现的是一种从图像空间到参数空间的映射关系,其主要优点就是检测几何形状的能力较少受到几何形状中间断点的干扰 , 而且不需要预先组合或连接边缘点, 可以广泛应用于纤维、 孔径等自动检测中-Hough transform is the first by Paul Hough in 1962, and it is a realization from the image space to parameter space of the
largestRectangleArea
- 求一个图像的最大内接矩形面积。 步骤: 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
thomas-cvpr06
- 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
optics_prism
- 画出了抛物线的形状,由入射光计算出反射光的位置,可用于制作手电-Draw the shape of a parabola from the incident light to calculate the location of the reflected light can be used to produce flashlight
ASM_version1b
- ASM是由Cootes和泰勒推出的多分辨率方法的一个例子。 基本思想: 在ASM模型训练,训练从手工绘制的图像轮廓。发现的ASM模型在训练使用主成分分析(PCA),使该模型自动识别数据的主要变化是,如果可能的轮廓/好的对象的轮廓。还包含了ASM模型的协方差矩阵描述行垂直纹理口岸时,在正确的位置。 -Descr iption This is an example of the basic Active Shape Model (ASM) as introduced by Coot
Classify
- Free Source Code for Shape Recognition Matlab实现的图像中的圆、矩形、正方形等形状识别-Shape Recognition differentiate Square, Rectangular, Circle from others
monituihuosf
- 模拟退火算法来源于固体退火原理,将固体加温至充分高,再让其徐徐冷却,加温时,固体内部粒子随温升变为无序状,内能增大,而徐徐冷却时粒子渐趋有序,在每个温度都达到平衡态,最后在常温时达到基态,内能减为最小。-Simulated annealing algorithm derived from the theory of solid annealing, the solid heat to full high and let it slowly cooling, heating, the temper
wavelet
- A new approach for fingerprint verification, based on wavelets and pseudo Zernike moments (PZMs), is discussed. PZMs are robust to noisy images, invariant to rotation and have a good image reconstruction capability [4]. PZMs have been used for
Log
- 数字图像处理程序集: 包括锐化、平滑、LOG滤波器提取边缘,数学形态学的腐蚀、膨胀、骨架化、开闭运算,以及分形方法画树木和树叶。包括VC++源代码、LOG滤波器提取边缘.doc、用形态学方法提取骨架线实验报告.doc、由明暗度提取外形信息.doc 3篇文档和可执行程序。-Digital image processing assembly: including sharpening, smoothing, LOG filter from the edge of mathematical mo
SHAPE-FROM-CODED-APERTURE-
- 本文中我们提出一个新颖的算法分析和 估计深度从单个图像捕捉到一个编码的孔径 相机。这是一个具有挑战性的问题,需要 新的工具和调查,而多视点重建。 -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
Shape-and-Motion-from-Image-Streams
- 运动的仿射结构,原理英文pdf和matlab程序-Shape and Motion from Image Streams under Orthography: a Factorization Method
shape-from-photometric-stereo
- 由图像灰度恢复物体三维形状(内附讲解ppt)- Computer Vision ,shape from photometric stereo
sfs
- sfs shape from shading由阴影到形状 tsai 的三篇论文以及代码,试验用图片。-sfs shape from shading
sfs matlab code
- shape from shading in 3D reconstruction