跟回旋矩阵类似,本程序为蛇行矩阵的输出, 通过建立四个方向标志控制矩阵的转向,矩阵为正方形的方阵-roundabout with a similar matrix, the process of hunting matrix output, through the establishment of four directional signs to control the matrix, the matrix of square matrices 下载
|
空间后方交汇求解相机外方位元素,变量如下 % x,y 控制点像点坐标 % X,Y,Z 控制点空间坐标 %f焦距 %X0,Y0,Z0,a,b,c六个外方位元素 %x0,y0,-f内方位元素:光心坐标 %cha,chb,chc:外方位角元素改正数 %count 记录迭代次数 %R 旋转矩阵 %A 线性化的偏导系数矩阵 %L 常数项矩阵 %M0 外方位元素矩阵 %M1 外方位元素改正数矩阵-meeting space for rear camera position outside elements, as follows% variable x, y control point pixel coordinates% X, Y, Z coordinates control room focal length f%% X0, Y0, Z0, a, b, c 6 exterior orientation elements% x0, y0, - f position within elements : Optical Center coordinates% cha, chb, chc : Foreign elements azimuth correction% record count the number of iterations rotation matrix R%% A linear partial derivative of the coefficient matrix% L constant Matrix% M0 Orientation% M1 matrix elements of exterior orientation correction matrix 下载
|
里面的内容全面,可以画直线、任意曲线、三角形、矩形、平行线、平行四边形、正圆、椭圆、正多边形、任意多边形。图形的操作有:选定、复制、删除、移动、镜象、旋转等操作。属性可以自动统计出屏幕上有什么图形、分别是什么图形,每种图形有多少种。图形的保存:保存的图形可以用AUTOCAD、PHOTOSHOP、MICROSOFT VISO、IE等一系统画图软件都可以打开,总之,只要是标准接口都可以打开,其他的图形也可以在这个软件里面进行修改等操作,很方便、很实用,代码也很简单。里面还包含有制作文档,测试文档,需要及功能说明文档.........,是VC++爱好者、学习、研究的好软件。-inside comprehensive, linear paintings, arbitrary curves, triangular, rectangular, parallel lines, parallelogram, Circular and oval, regular polygon, arbitrary polygon. Graphics operations : selection, copy, delete, move, mirror, and rotating operations. Statistics attributes can automatically screen out what graphics, what is graphics, graphics number of each species. Graphics preserved : the preservation of graphics can be used AutoCAD, Photoshop, MICROSOFT VISO, IE a system such as drawing software to be opened, in a word, as is standard interfaces can be opened, other graphics can be in the software inside operational changes, very convenient, very practical, code is also very simple. They also include a production of documents, test documents, and the functional needs of documentation 下载
|
只使用opengl的glvertex函数和基本的矩阵变换,而不使用任何opengl的高层函数实现不消隐正方体的旋转,平移,缩放- 下载
|
数字水印对抗几何攻击方法的研究膏净,台莉春,张志请(同济大学计算机科学与工程系,上海200092)搞蔓:提出了一种新的基于图像原点矩的几何变换参数估计算法,经实验验证它能有效地估计图像的旋转角度和尺度缩放参数,利用这些参数可以对被测水印化载体图像进行相应校正和水印检测。-confrontation geometric digital watermarking method of attack paste net, Taiwan-Li-chun, Zhang requested (Tongji University Department of Computer Science and Engineering, Shanghai 200092) engage vines : presents a new image based on the geometric origin moment transform parameter estimation algorithm, Experiments showed it can effectively estimate the image rotation and scaling parameters. use these parameters can be measured on the carrier watermark image corresponding watermark detection and correction. 下载
|
1. 做一个集成的图形界面的程序,可调用每一次作业子程序。 2. 调用画点的函数,用DDA、中点算法画直线和中点算法及正负法画圆和抛物线。 3. 交互式的二维直线求交:如果存在交点,用实心圆显示交点,并用文字显示其坐标。 4. 用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括自行车行走和绕固定点旋转的自旋转物体动画。) 5. 线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。 6. 两种扫描多边形扫描转换算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法任选一种); 7. 4连通区域的递归种子填充算法,和扫描线种子填充算法,要求种子点(x,y)可交互输入)。 8. 简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。 9. 交互式Bezier曲线的输入绘制程序实现 -1. So an integrated graphical interface procedures, which call for each operation subroutine. 2. Calling the painting point function, with DDA, the midpoint algorithm painting line and the midpoint algorithm and France Circle and the positive and negative parabola. 3. Interactive 2D linear intersection : If there intersection with a solid circle indicates Nodal and writing to demonstrate its coordinates. 4. Using 2D animation graphics transform algorithms to achieve the specified physical translation, rotation and scaling. (Including walking and cycling around the fixed point of rotating objects from the rotating animation.) 5. Line cutting and polygon clipping algorithm to achieve the animation demo. (Two segments cutting algorithm and H-S-by-side polygon clipping algorithm) polygon clipp 下载
|