搜索资源列表
C++(Circle)
- 算法实现题1-2 平面几何问题 .问题描述: 试用C++ 的类来定义表示简单平面几何对象的抽象数据类型Geometry 。 (1) 用浮点数定义2 个几何量m1 和m2;m2 的缺省值为0.0。 (2) 实现2 个构造函数:允许用1 个参数或2 个参数声明几何对象。用1 个参数r 声明 的几何对象为半径为r 的圆;用2 个参数r1 和r2 声明的几何对象为r1′r2 的矩形。所声明 的几何对象的中心在原点。 (3) 定义计算几何对象的面积,周长和对角
process22
- 识别钻石对角线轮廓的源程序-Diagonal contour diamond identification of the source
delaunay(带约束)
- 基于空圆原理实现Delaunay分割,根据“多对角线交换循环算法”实现约束条件的插入-empty circle on principle to achieve Delaunay segmentation, according to the "multi-diagonal exchange cycle algorithm" to achieve the insertion restrictive conditions
水印算法
- 在对原图像进行双正交7/9三级小波分解后 ,在第二级的水平、垂直、对角以及第三级对角分量上加入水印系数,再经过小波反变换重构出图像。-in the original image Biorthogonal 7 / 9 3 wavelet decomposition, in the second-class level, vertical, diagonal, and the third-class right angle to add weight coefficient watermark, a
基于双正交小波分解的水印算法
- In the original image Biorthogonal 7 / 9 3 wavelet decomposition, in the second-class level, vertical, diagonal, and the third-class right angle to add weight coefficient watermark, after wavelet-transform reconstruct images.
FormGradientbackgroundsachieve
- 种奇特的视觉效果制作起来相当简单,只需将屏幕分成许多行,每一行显示不同的颜色就可以了。渐变图形可以有许多种形式,有圆形渐变、矩形渐变、对角渐变等多种显示效果。要显示渐变,需使用到RGB 宏,每次使颜色值的各颜色分量稍有变化-Species peculiar to the production of visual effects is quite simple, just the screen is divided into a number of lines, each line shows a
maxrow
- 实现对矩阵的各行取最大值,对角线取最大值,并用函数返回指针值-Matrix to achieve maximum value from the line, diagonal line from the maximum, and the return function pointer value
LabTest
- /* Draw circles of radius 9, 8 and 7 with the colours shown around (0,0) Draw the x and y axis Draw the diagonal line Draw the 12 by 6 quad around (0,0) When the left mouse button is pressed the diagonal line moves as shown. When the r
qq
- 跡數(trace),也就是對角線數據的總和,轉置矩陣(Transpose Matrix),則是將矩陣數據列跟欄對調將橫的數據變成直的,反矩陣(Inverse Matrix)它的定義為與目標矩陣相乘可以得到單位矩陣,為一個可逆矩陣. 跡數,轉置,反矩陣實作-Trace number (trace), which is the sum of diagonal data, Transpose (Transpose Matrix), malpractices matrix data will
t1
- 实现了matlab下的水平、垂直、对角镜像的功能,程序运行良好-Matlab achieved under the horizontal, vertical, diagonal mirror function, the program running well
drawline
- 给定两点用bresenham画任意斜率的斜线,在c++里用opengl实现-Given any two points with the slope of the diagonal bresenham painting, in c++ implementation in use opengl
backsamp
- BACKSAMP Backsampling the subband images of the directional filter bank y = backsamp(y) Input and output are cell vector of dyadic length This function is called at the end of the DFBDEC to obtain subband images with overall
EX_Draw1_0101
- 在Visual C++中应用GUI函数库实现画一个对角线的功能-In the application of Visual C++ GUI library to achieve the functions of drawing a diagonal
J02_MidPointLine
- OPENGL基础编程,在MFC下画一条斜红线.-Under the MFC draw a diagonal red line
Diag8
- Diagonal interpolation
3D-reconstruction
- 。在单幅影像中,首 先将平行线分成分别平行于X 、Y、Z 坐标轴线的“三组”平行线,然后利用间接平差,求得它们的灭点X ∞、Y∞、Z ∞ 进而求取影像的内方位元素x0 、y0 、f 与三个角元素φ、ω、κ。并在假定房屋长度为L 基础上,同时解求影像的摄站 坐标XS 、YS 、ZS 与房屋的宽度W、高度H, 从而实现房屋的三维重建。-. In the single image, were first divided into parallel lines parallel to th
3d-renju
- 非常能帮您锻炼三维空间思考能力。创意来源于北京科技馆,只要在5*5*5的方格中,上下左右斜对角线和对顶角线的方向上有4个子,即可获胜。-It can help you exercise the ability to think three-dimensional space a lot. Creativity comes from the Beijing Science and Technology Museum.As long as in 5* 5* 5 grid, up and down t
Mirror-Image
- 图像镜像算法,包括垂直镜像,水平镜像,对角镜像。-Image image algorithms, including the vertical mirror, horizontal mirror, diagonal mirror.
Five-surface-slashes-around-Y-axis
- 正五面体斜线绕Y轴旋转;用OPENGL实现正五面体,设置颜色,并绕Y轴旋转,效果还不错-Five surface body diagonal rotating around the Y axis using OPENGL to achieve positive surface of the body five, set the color, and rotating around the Y axis, the effect is also good ..
Diagonal and edge
- B正在做一个关于图像理解方面的研究,她的目标是识别图像中的轮廓。当前阶段,她希望能够识别正方形。图像用一个矩阵表示,矩阵的每个元素对应于图像中的一个像素点,值为0或1,0表示背景,1表示前景。需要寻找的正方形必须满足线宽为单像素,且大小至少为2x2。她希望你能帮她找出图像中满足如下条件的两类正方形的个数: 正方形的边与矩阵边缘平行; 正方形的边与矩阵对角线平行;(B is doing a research on image understanding, and her goal is to