搜索资源列表
matlab
- 研究的是时空域下的水印技术.所谓时空域就是不对信号做任何频率变换而得到的信号域。对于图象载体,起信号空间也就是象素值的取值空间。单纯的谈象素实际上是不科学的,因为对同一图象点,有不同的坐标去描述它。所以,我们选择了RGB空间下的象素(RGB象素)作为分析对象,研究了基于RGB颜色空间和图象亮度空间的空域隐藏。LSB(Lest Significant Bits)的中文意思是:最不重要位,有时也称为最低有效位或简称最低位。LSB所蕴涵的信号对图象整体来说,是最不重要的。我们将这种信号在一定意义上理解
Homography.rar
- 已知图象4点坐标和转换后图像相对应4点坐标, 利用openCV求出homograghy 3x3 矩阵, 然后输出变换后图像,There is an input image called "warpin". The goal is to warp this image so that the tiles are approximately square, that is the camera is rotated to look down, which produces an image call
HoughCode-Matlab
- Hough变换提取圆信坐标,半径的Matlab代码,绝对好使,请大家检验。
hough.circle
- 介绍了一种圆检测的方法,该方法,基于霍夫变换,并根据圆几何特征可以快速准确的提取出圆中心坐标-Introduction of a circle detection method, based on the Hough transform, and in accordance with the characteristics of circular geometry can be extracted quickly and accurately the circle center coordina
imgpolarcoord
- 图像笛卡尔坐标转极坐标,下视景像匹配制导中,实时图和基准图的拍摄高度、方位和图像比例尺不完全一致,两图的轮廓形状存在旋转和变形等差异,边缘特征提取方法受图像灰度分布影响存在变形和移位,易导致匹配错误。用侧抑制竞争方法,图像边缘特征提取快速准确,不发生移位,对灰度变化也不敏感,再用扩展边缘特征法,克服轮廓变形对边缘匹配的影响。在此基础上,引入对数极坐标变换,进一步提高图像的抗旋转和尺度收放的匹配精度。结果表明,此方法模型简单、抗几何变形能力强且便于实现。-Cartesian coordinates
halagougou
- 通过一个图形用户界面(GUI)演示常见的三维函数图形,演示sphere函数曲面、变化的cylinder曲面绘图、变化的多峰函数。并且可以对以上三个函数进行加网格,坐标边框,以及对函数进行色度变换。-Through a graphical user interface (GUI) presentation function common three-dimensional graphics, presentation function sphere surface, changes in cyli
fft2d
- 数字图像的傅里叶变换包括旋转平移后的原图及其频谱图。显示用的是三维坐标-Digital image, including the Fourier transform of the image after rotation and translation spectrum Fig. Show that using a three-dimensional coordinates
CNNfeatureextraction
- 提出了一种基于目标边界的不变特征提取方法。导出了用物体角点坐标表示的低阶边界矩的闭合形式,构造了 基于边界矩的仿射变换不变量。该方法只需要对物体角点进行简单的代数运算,因此,该方法简单明了,计算量很小。实 验结果证明了该方法的有效性-A goal of the border based on the same feature extraction method. Exporting objects with corner coordinates of the low-level clos
CorrectCarNoImageAndRegnize
- 一种车牌图像校正新方法 【摘要】因摄像机角度而造成的机动车牌图像倾斜会对其后继的字符分割与识别带来不利的影响。本文在分析了车牌倾斜模式的基础上,提出了一种基于最小二乘支持向量机(LS-SVM)的车牌图像倾斜校正新方法。通过LS-SVM线性回归算法求取坐标变换矩阵并对畸变图像进行旋转校正。主要方法:首先,将二值倾斜车牌图像中的像素转换为二维坐标样本,并构造图像数据集 再通过LS-SVM线性回归算法对该数据集进行回归,求取主要参数 最后,再由该参数转换为能反映图像倾斜方向的2维坐标变换矩阵。实验
myPCA
- 主元分析,主要用于多维数据的降维处理,能够从多维数据中提取出最主要的元素,从线性变换的角度来说就是坐标表换到一个能够体现系统特征的基座标系上-Principal component analysis, multidimensional data is mainly used for dimension reduction process, multi-dimensional data can be extracted from the most important elements, from
zuobiaochange
- 坐标旋转变换,matlab,图片旋转底板变大后坐标变换为新坐标-Coordinate rotation transform, Matlab, picture rotation backplane larger coordinate transformation for the new coordinates
dcthide
- dct隐写技术matlab实现资料。算法原理:通过在一个图像块中调整两个DCT系数的相对大小,隐藏秘密信息。 将载体图像分为8×8的块,做二维DCT变换 用来表示选中的两个系数的坐标对于第i bit秘密信息 if(要隐藏信息‘1’) make else make 逆DCT变换,还原图像 -dct steganography matlab implementation information. Algorithm principle: an image bl
plotleaf
- 使用一篇论文提供的方程组和参数——分形仿射变换方法转换过来的MATLAB程序,画一片蕨叶。输入是起始坐标x0,y0和迭代次数——一般在几万次,十万次比较清晰。-Plotting the leaf with equations and parameters given by an essay. This method is fractal theory. The input is the location of starting points x0,y0 and the iteration ti
SolarSystem
- 个人所写matlab代码,应用坐标变换原理模拟行星运动轨迹。其中涉及figure句柄、矩阵变换与图形object等等。-Matlab code, the use of coordinate transformation principle to simulate the planetary motion trajectory. Which involves figure handles, matrix transformations and graphical objects, and so o
TheSolarSystem_3D
- 个人所写matlab代码,应用三维坐标变换原理在空间中模拟行星运动轨迹。其中涉及3维作图,图形object,矩阵变换等等。-Written by myself, the use of three-dimensional coordinate transformation principle in space simulation of the planet s trajectory. Which involves three-dimensional mapping, graphics objec
Camera2Imageplane
- 坐标变换:实现相机坐标系到相平面的变换,matlab环境下直接可用-Coordinate transformation: the realization of the camera coordinate system to the phase plane transformation, matlab environment can be used directly
external
- 相机内部参数计算,用于地面到像面坐标变换,matlab环境开发,直接可用-Camera internal parameters calculated for the ground to the image plane coordinate transformation, matlab environment development, can be used directly
Ground2Camera
- 坐标变换,从地面坐标系变换到相机坐标系,用于地面到像面坐标变换,matlab环境开发,直接可用-Coordinate transformation, the ground coordinate system to the camera coordinate system for the ground to the image plane coordinate transformation, matlab environment development, can be used directly
tuxiangmatlab
- 可以对围棋进行识别。得到棋子的坐标,运用了霍夫变换(Weiqi can be identified. The coordinates of the chess pieces are obtained and the Hof transform is applied)
DLT变换
- 对单幅图像中的三维坐标进行标定,求解基础矩阵,后指定空间坐标点在图像上标定出来。 算法应该是对的,魔方上的点间隔太大,点选得不好导致误差有点大。(The three-dimensional coordinates in a single image are calibrated, the basic matrix is solved, and then the specified spatial coordinate points are calibrated on the image. Th