Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - Rectangle
Search - Rectangle - List
实现图形元类:使用“添加类向导”添加点、直线、矩形、圆、圆弧、多边形等图形元基类,并添加这些类的必要代码。-graphics yuan categories : use of "Add Class wizard," adding, line, rectangle, circle, arc, polygon graphics yuan base class, and the addition of these categories the necessary code.
Date : 2008-10-13 Size : 224.11kb User : 王晓明

包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充-including painting line, anti-aliasing straight Circle, painted oval, rectangular painting, drawing polygon, rectangle filled
Date : 2008-10-13 Size : 1.72mb User : mx

计算机图形学的编程实践,包括画直线、反走样直线、画圆、 画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等。由于 精力有限,未对原码做任何注释。出于简化编程的考虑,许多地方指定了常数,未做 通用处理。-computer graphics programming practice, including line drawing, anti-aliasing line, Circle, painted oval, rectangular painting, painting polygon, rectangle filling, polygon filling, 3D transformation, lighting, texture mapping, etc.. Because energy is limited, the original code did not make any notes. For simplified programming considerations, in many places designated constant, even before definitive treatment.
Date : 2008-10-13 Size : 28.65kb User : 牛牛

本原代码集是我对计算机图形学的编程实践,包括画直线、反走样直线、画圆、画椭圆、画矩形、画多边形、矩形填充、多边形填充、3D变换、光照、贴图等-primitive code sets for my computer graphics programming practice, including painting line, anti-aliasing straight Circle, painted oval, rectangular painting, drawing polygon, rectangle filling, polygon filling, 3D transformation, lighting, textures, etc.
Date : 2025-12-16 Size : 2.6mb User : 卢峰

完成人脸检测、人眼定位和嘴巴定位.把得到的人脸区域用绿色矩形标注,处理竖直的两条边-Complete face detection, the human eye and mouth positioning positioning. To get face region marked by the green rectangle, deal with the two vertical edges
Date : 2025-12-16 Size : 3.11mb User : 李旭锋

生成一有随机形状边缘的实体矩形,可为变形或不变形图形,可用于图像处理的算例。如变形或不变形的梁,由边缘检测或数字图像相关识别梁的变形。-Generate a rectangle image with radom edge. It can be used in testing image detection program for structure measurement.
Date : 2025-12-16 Size : 1kb User : san mu

一种快速的多边形和矩形检测算法,可以广泛的应用于各种目标识别领域-A fast polygon and rectangle detection algorithm can be widely used in various areas of target identification
Date : 2025-12-16 Size : 11kb User : chendong

Hough算法检测矩形的长,并给出矩形的四个顶点坐标,极坐标中角度精度为1度。-Hough algorithm Detect long rectangle, and give the four vertices of rectangular coordinates, polar coordinates in the perspective of an accuracy of 1 degree.
Date : 2025-12-16 Size : 355kb User : 七禾

用形态学的方法求二值图像的周长,面积,圆形度,矩形度和伸长度- use morphological mathod to get the perimeter, area, circle, the rectangle and stretch the length of the binary image
Date : 2025-12-16 Size : 1kb User : 沈海宏

求一个图像的最大内接矩形面积。 步骤: 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 parameters obtained. Attention to the parameters obtained after parameter calibration. 2. From the context of isolated target 3. Edge detection 4. Target shape parameters.
Date : 2025-12-16 Size : 4kb User : cui ju

基于hough算子的矩形检测,可用于车牌识别,pcb检测等等。-rectangle detection based on hough function.the techniques presented here interest for a number of applications such as building detection, pcb detection and so on
Date : 2025-12-16 Size : 6kb User : jessica

椭圆、 矩形等的识别,在MATLAB下运行.-Ellipse, round, rectangle recognition.
Date : 2025-12-16 Size : 3kb User : wxn

矩形检测:用霍夫直线检测方法来对图像中的矩形进行检测。开发环境:vc6,需要安装OpenCV。OpenCV只是用来读取和显示图像等简单操作。-Rectangle detection: Hough line detection method using the image of the rectangle to test. Development Environment: vc6, need to install OpenCV. OpenCV is used to read and display images such as simple operation.
Date : 2025-12-16 Size : 1.02mb User : chenwenlue

一个集成的图形界面的程序,可调用每一次作业子程序。一、调用画点的函数,用DDA、中点算法画直线和中点算法画圆和椭圆。二、多边形扫描转换算法和区域填充算法实现(扫描线算法为必做,基于求余运算的边缘填充和边标志算法为任选;基于种子的区域填充采用4连通区域的递归种子填充算法,或扫描线种子填充算法,要求种子点(x,y)可交互输入)。三、线段裁剪和多边形裁剪算法的动画演示实现。(两种线段裁剪算法和H-S多边形逐边裁剪算法)多边形裁剪算法的动画演示要求先画出一个封闭的多边形,再画矩形的裁剪窗口,然后选择裁剪按钮(或命令),按下“上边裁剪”按钮(或执行“上边裁剪”命令),多边形相对裁剪窗口的上边进行裁剪,显示上边裁剪后的多边形,依此进行其它各边裁剪。四、用动画实现二维图形变换的各种算法,实现对指定形体的平移、旋转和缩放。(包括类似自行车行走和绕固定点旋转的自旋转物体动画。)五、简单三维图形系统:凸多面体的建模、透视投影,隐藏面的消除及基本图形变换(平移、旋转、缩放)。六、交互式Bezier曲线的输入绘制程序实现-An integrated graphical interface program, can call the subroutine each operation. First, call the painting point function, the DDA, the mid-point operator France and the midpoint line drawing algorithm draw a circle and ellipse. 2, polygon scan conversion algorithm and region filling algorithm (scan line algorithm The will to do more than seek operation based on the edge of fill, and sign algorithms for the optional side seed-based region filling using 4-connected region Recursive seed fill algorithm, or scan line seed fill algorithm to require seed point (x, y) can be interactive input). 3, line cutting and Polygon clipping algorithm to achieve animation. (Two segments by cutting edge algorithms and HS polygon clipping algorithm) polygon clipping Algorithm animation requirements first draw a closed polygon, and then draw the crop rectangle window, then select the crop button (or Command), press the "cut on top" button (or the implementation of the "cut on top" command),
Date : 2025-12-16 Size : 14.75mb User : Peng

自己曾经做的一个项目,基于几何特征的模式识别。可以有效的识别等边三角形,矩形,六角形 和圆形。 基于c++和OpenCV 编写的程序。是学习OpenCV的好代码。 图像处理&模式识别。-Marksdetection for equilateral triangles,rectangle, regular hexagon, special orthogonal polygons and circles Based on C++ and OpenCV good source code for image processing and mark detection
Date : 2025-12-16 Size : 5kb User : Norbert

图形的绘制,任意画一个矩形区域,以便在这个矩形区域范围内进行图像处理-Drawing, draw a rectangle any order within the rectangular area in the image processing
Date : 2025-12-16 Size : 10.08mb User : 周开武

利用opencv测量矩形的C++程序,可以直接检测出矩形,即使背景很复杂-Measured using a rectangle opencv C program, you can directly detect the rectangle, even if the background is very complex
Date : 2025-12-16 Size : 3kb User : azure

使用VC编写的处理图像中的目标的最小外接矩形的求取,以及自动圈取目标,结合OpenCV显示结果。-VC prepared by processing images of the target minimum bounding rectangle of the strike, as well as automatic lap to take target, combined with the OpenCV display results.
Date : 2025-12-16 Size : 1.6mb User : 张元科

点和矩形类的组合实例,结构优化版,输入平面两点坐标值求出矩形的面积、周长等。-Combination of point and rectangle class instances, structural optimization version, enter the two plane rectangular coordinate values calculated area, perimeter and so on.
Date : 2025-12-16 Size : 1kb User : lanag1uh978

画 矩形,椭圆,圆以及平滑矩形对于数字图像处理-Draw the rectangle, oval, round and smooth rectangle
Date : 2025-12-16 Size : 5kb User : kevin
« 12 3 4 5 6 7 8 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.