Welcome![Sign In][Sign Up]
Location:
Search - Rectangle

Search list

[Special Effectshow-to-draw-rectangle

Description: 图形的绘制,任意画一个矩形区域,以便在这个矩形区域范围内进行图像处理-Drawing, draw a rectangle any order within the rectangular area in the image processing
Platform: | Size: 10573824 | Author: 周开武 | Hits:

[OpenCVMyCVSample-ROI

Description: 基于opencv的MyCVSample-ROI操作&融合&画矩形及圆&鼠标响应等实例,适合opencv新手学习之用。-Opencv of MyCVSample-ROI-based operation & integration & draw a rectangle and a round & mouse response to such instances, for opencv novice learning.
Platform: | Size: 445440 | Author: | Hits:

[matlabMotion-Detection

Description: 本代码实现对运动物体的跟踪,在运行程序时,会有一红色矩形框标记运动物体位置-The code tracking of moving objects, run the program, there will be a red rectangle marks the location of moving objects
Platform: | Size: 1196032 | Author: zhaohai | Hits:

[J2MEDraw-Rectangle-in-J2ME

Description: In this series of J2ME examples and tutorials, we have introduced you with it s various features with examples. Now in the given example, you will learn about creating rectangles in J2ME. Please go through the following methods which are used to draw a rectangle using J2ME language:
Platform: | Size: 157696 | Author: Naresh Patel | Hits:

[JSP/JavaRectangle

Description: 一个计算周长和面积的小程序,使用java语言既简单又实用-Calculate perimeter and area of ​ ​ a small program, using java language is simple and practical
Platform: | Size: 1024 | Author: maxinkuan | Hits:

[2D Graphicrectangle

Description: sample rectangle program in c-sample rectangle program in c++
Platform: | Size: 1024 | Author: lasi | Hits:

[Mathimatics-Numerical algorithmsRectGreedy

Description: RSPP-矩形Packing算法的贪心算法求解-RSPP-Rectangle Packing Algorithm greedy algorithm
Platform: | Size: 2048 | Author: 苏志龙 | Hits:

[Algorithmjxydzxecqmnh

Description: 数学计算中的矩形域的最小二乘曲面拟合。源自常用算法程序集(C语言描述)第三版(徐士良 ,清华大学出版社) -Math rectangle in the least squares surface fitting. Assembly from the common algorithm (C language description) Third Edition (XU Shi-liang, Tsinghua University Press)
Platform: | Size: 2048 | Author: lilong | Hits:

[JSP/JavaRectangle

Description: 创建用于表示屏幕或平面坐标系上矩形的数据类型 Rectangle-Created for that screen or flat rectangular coordinate system on the data type Rectangle
Platform: | Size: 6144 | Author: 山东 | Hits:

[DSP programrectangle-wave-file

Description: 利用C++生成ccs可读方波.dat文件-create rectangle-wave file for CCS input
Platform: | Size: 1024 | Author: ronnie | Hits:

[OpenGL programFinal-Answer-for-rectangle

Description: OpenGL 如何用滑鼠來制做一個四角形體出來-OpenGL how to use mouse to create a rectangle
Platform: | Size: 1024 | Author: Neo | Hits:

[Windows DevelopMFCpoint--line--rectangle--drawing

Description: MFC实现点,直线,矩形,椭圆的绘制,对于初学MFC很有帮助-MFC achieve point, line, rectangle, oval drawing
Platform: | Size: 2396160 | Author: 曾宇航 | Hits:

[OpenGL programdraw-rectangle

Description: 用OPENGL实现在平面上画一个长方形,高和宽自己定义-draw a rectangle with opengl
Platform: | Size: 1024 | Author: 王斌 | Hits:

[OpenCVopencv-callback-draw-rectangle

Description: 基于Opencv,使用回调函数绘制矩形框。-Based on Opencv, using a callback function to draw a rectangle.
Platform: | Size: 1348608 | Author: lovelylcj | Hits:

[VC/MFCRectangle-lei

Description: 定义一个表示矩形的类Rectangle,数据成员为长度length和宽度width,其成员函数包括构造函数、设置数据成员值的函数、计算周长的函数perimeter和获取矩形长宽的函数get。 其中,构造函数有两个,一个没有参数,长、宽的初始值为1,1;另一个构造函数用指定的长、宽初始化。 获取矩形长宽的函数get没有返回值,使用参数的引用传递获得矩形的长和宽。 -Define a representation of the rectangle class Rectangle data member width, the length of the length and width of its member functions, including the constructor, set the function of the data member value, calculate the circumference of the function of perimeter and access to the function of the get of the length and width of the rectangle. Among them, the constructor has two, a parameter, the width of the initial value of 1,1 another constructor with the specified length, width and initialize. For rectangle length and width of the function get no return value, using the parameters passed by reference rectangle length and width.
Platform: | Size: 918528 | Author: 秦润 | Hits:

[JSP/JavaRectangle

Description: 做一个简单的矩形面积计算器,要求你输入长和宽就可以计算出其面积。- Create a class Rectangle (and store it in a file called Rectangle.java) It should have two instance variables l (the rectangle’s length) and w (the rectangle’s width). It should have one method that calculates the area of the rectangle and returns it to the caller. Create a main() method in the same class for testing purposes. In the main() method, create one rectangle with the dimensions (l,w)=(8,5), and another rectangle with the dimensions (l,w)=(9,9). Call your area method on each rectangle and print the corresponding result.
Platform: | Size: 1024 | Author: 撒旦 | Hits:

[OpenCVmouse-drawing-rectangle

Description: OpenCV 鼠标画矩形,可以截取并保存截取的区域-The OpenCV mouse draw a rectangle, you can intercept and save the interception area
Platform: | Size: 1024 | Author: guyue | Hits:

[OtherRectangle

Description: 根据输入的长宽,计算Rectangle面积周长等功能,并画出在txt文件中-Rectangle Create a class Rectangle with attributes length and width, each of which defaults to 1 a. Provide member functions that calculate the perimeter and the area of the rectangle. b. Also provide set and get functions for the length and width attributes. The set functions should verify that length and width are each integer numbers larger than 0 and less than 20. c. Write draw function to display the Rectangle: in Assignment1. ) d. Write a driver program to test class Rectangle.
Platform: | Size: 4096 | Author: 沈晴雯 | Hits:

[Special EffectsMinimum-bounding-rectangle

Description: 使用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.
Platform: | Size: 1682432 | Author: 张元科 | Hits:

[OtherRubber-band-rectangle

Description: Rubber band rectangle
Platform: | Size: 1024 | Author: 宋明 | Hits:
« 1 2 3 4 56 7 8 9 10 ... 50 »

CodeBus www.codebus.net