搜索资源列表
Reelsmart.Shade.Shape.v2.0
- Digital Fusion 插件 Reelsmart.Shade.Shape.v2.0-Digital Fusion plug-Reelsmart.Shade.Shape . v2.0
C shape 100 examples
- 学习C shape的阶梯,从入门到精通,每个例子都有详细的源码说明
定义抽象基类Shape
- 一个程序,定义抽象基类Shape,由它派生出3个派生类:Circle(圆形)、Rectangle(矩形)、Triangle(三角形),用一个函数printArea分别输出以上三者的面积,3个图形的数据在定义对象时给定。-A program that defines an abstract base class Shape, which it derived three derived classes: Circle (Circular), Rectangle (rectangle), Trian
matchShape2.rar
- using opencv for match shape demo,opencv match shape
shape
- 一、声明一个Shape抽象类,在此基础上派生出Rectangle和Circle类,二者都有GetArea()和GetPerim()函数,GetArea用来计算对象的面积,GetPerim用来计算对象的周长。封装上述各类,并编写测试程序。 -First, declare an abstract class Shape, on this basis, derived classes Rectangle and Circle, the two have GetArea () and GetPeri
3dMeter_demo
- 3D 形状仪表控件,可用于vc++对话框和窗口,参数可以调整,颜色由显示设备决定-3D shape of instrument control, can be used in vc++ dialog box and window parameters can be adjusted by the color display device decide
c04
- 这个程序将图像变为二值化图像,然后对图像进行形状的特征提取,算法很全,包含多种图像形状提取方式。-image of this procedure into two binary images, and then to shape the image feature extraction algorithm is very full, Shape mixture of images extraction methods. -This process the image into a binary
BMP-shape
- 形状上下文算法。做好预处理后,使用此算法匹配验证码,识别率非常高,且无视扭曲,变形。-The shape context algorithm. Do a good job pre-treated using this algorithm matches the verification code, recognition rate is very high, and ignore the twisted, distorted.
Shape-Recognition
- 這是一個可以自動尋找图像中的長方形, 正方形, 圓形, 菱形的程式-1- Read the RGB (colored) image in from user. 2- Convert image from (RGB) colored to gray image. 3- Threshold the image (convert gray image to binary image). 4- Invert the binary image (in order to speed
imSelectROI
- This functions displays GUI for selecting square or rectangular part of the input image IMG. To perform selection user must click mouse twice: at two corners of the selection area. User can change the shape at any moment, even when first point
tangll
- shape文件读取&显示源代码 c#写的-shape file read
HELLOSHPQUERY
- shape文件读取&显示源代码 vc开发 有查询功能-shape file read
shape
- shape drawing using GUI-shape drawing using GUI..............................
shape
- CBIR with Shape method, very good
shape
- Shape成为一个包含接口(供层次结构中的类使用)的抽象基类。从类Shape派生出二维形状类TwoDimensionalShape和三维形状类ThreeDimensionalShape,它们也都是抽象类,然后用虚函数print输出每个类的类型和维数。为了计算类层次结构中每个具体类的对象,这两个类中还要包括虚函数area和volume。最后再编写一个程序测试类Shape的层次结构-Shape into a contained interface (for the class hierarchy t
shape
- 用C++实现一个具体事例,形状作为基类,正方形,三角形等等作为派生类。来体现类的多态性,其中涉及多态,继承,虚函数的使用。-using a C++ example to illustrate polymorphism, virtual function and etc. The example has a base class of shape, and many concrete shapes as derived classes.
shape.wdf
- 梦幻西游SHAPE.WDF源码,喜欢的可以下下玩-no
read-shape-file-with-CSharp
- 对于GIS(地理信息系统)行业的shp文件的读取操作。而且对内部结构进行了详细介绍-read the shape file of geography information system
shape
- 以shape作为基类,其他类由shape派生出来,求三角形、矩形、正方形、梯形的周长和面积。(The perimeter and area of the triangle, rectangle, square and trapezoid are derived.)
signal shape function
- 建立任意长度信号的形态函数,此处形态主要指信号形状与稳定形态。(learing signal shape function)