搜索资源列表
用c编写的N*N的螺旋矩阵源代码
- /* 实现效果: 1 2 6 7 15 3 5 8 14 16 4 9 13 17 22 10 12 18 21 23 11 19 20 24 25 */ #include <stdio.h> #define N 5 //阶数,即N*N的螺旋矩阵 void main() { int i, j, num=1, a[N][N]; for(i=0; i<=N/2; i++) &nb
signal.rar
- 51系列单片机的函数信号发生器的c语言的原代码,产生各种形状的信号,51 Series single-chip signal generator function of the c language source code, resulting in various forms of signal
HTR
- Hough 变换的VC++实现,HOUGH变换广泛应用于直线及形状检测中,是模式识别不可或缺的内容-this is the implement of hough transform written in visual C++
activeskin4.3
- 可以替你的软件作“换肤手术”,可以更换软件的外观,形状、颜色以及看起来的感觉。让软件界面不一定是长方形的,也可以是圆形、椭圆形或者不规则形状。不只是主窗口画面可以做变化,连软件的其他设定画面、对话框等等也都可以依照你的意思来设计,半透明、阴影等效果都可以。你还可以把软件设计得像是MAC、UNIX等其他操作系统的软件的样子。
Beatuerful_ppt_template
- 一些漂亮的英美幻灯片模板,包含阶梯、形状,背景色彩搭配很好。-A very beauterful ppt template,includes good backgourd accompanyied with nice layouts。
VCpp20casesofwindows
- VC++ 20个窗体编程实例源码,既简单又实用,这些实例主要有: 如何通过HWND获得CWnd指针 如何获得应用程序主窗口的指针 如何获得指定点的窗口 如何最大化和最小化窗口 如何设置窗口的大小和位置 如何使窗口居中显示 如何使窗口顶层显示 如何设置窗口的图标 如何获得和设置窗口的标题 如何显示或隐藏窗口的标题栏 如何改变窗口的形状 如何设置窗口的透明区域 如何显示或隐藏任务栏 如何获得任务栏窗口 如何实现动画窗口 -By VC++
bline
- 用鼠标拖动输入的点做为控制顶点,生成一条B-样条曲线,显示控制顶点和多边形。用鼠标Pick曲线上任意一点,移动鼠标到新位置改变曲线形状。-Use the mouse to drag the input points as control points to generate a B-spline curve, display control vertex and polygon. Pick curve with the mouse on any point, move the mouse to
PWM
- 采样控制理论中有一个重要结论:冲量相等而形状不同的窄脉冲加在具有惯性的环节上时,其效果基本相同。PWM控制技术就是以该结论为理论基础,对半导体开关器件的导通和关断进行控制,使输出端得到一系列幅值相等而宽度不相等的脉冲,用这些脉冲来代替正弦波或其他所需要的波形。 对不了解PWM的开发人员很有帮助。-Sampling control theory have an important conclusion: the same impulse and different shapes of the
PPT
- 奇特核电形状因子的研究毕业答辩PPT,可作PPT制作模板-Peculiar shape factor of nuclear power research graduate reply PPT, can be used for the production of templates PPT
FlowFire
- 说明: 上、下:改变图形大小 左、右:改变图形形状 鼠标左键:在一点新产生一个图形(只能生成一个) 鼠标右键:取消新产生的图形-Descr iption: Upper and Lower: change the graphic size of the left and right: the shape of the left mouse button to change the graphics: The graphics create a new point (only
circlebtn
- 特色按钮,传统的矩形按钮改变为其他按钮的形状.-Feature button, the button changes the traditional rectangular shape of the button for other,
chuantisheji
- 漂亮的窗体设计源代码!按钮效果,窗体形状效果,-Beautiful form design source code! Button effects, form the shape effect, and so on
contour_feature_discriptor
- 关于等高线特征描述与提取的几篇好文章,主要利用了等高线的形状与纹理特征。-There are several articles about the discr iption and extraction of contour feature, which mainly discuss shape feature and texture feature.
opencv几何形状识别
- 可以获取摄像头图像并且检测出图像轮廓,识别图像中不同形状。画出外轮廓并且用标签进行标记。(Camera images can be obtained and detected image contours, recognition of different shapes in the image. Draw outward contours and mark with labels.)
aco
- spd描述子,ACO算法匹配,文件中包含其他的描述子(形状上下文。。。),同时距离函数包括欧式距离和卡方距离(The SPD descr iptor matches the ACO algorithm, and the file contains other descr iptors (shape context) At the same time, the distance function includes Euclidean distance and chi square distance
链码
- 链码画图片形状特征,matlab实现,亲测可用(Chain code painting image shape feature)
temp
- 用opencv中的matchTemplate函数实现基于形状的模板匹配(Using the matchTemplate function in OpenCV to implement shape based template matching)
simulate
- 形状是由图像的轮廓形成的,所以理论上形状识别是通常在边缘或轮廓检测后的步骤。(edge_based_matching The shape is formed by the outline of the image, so theoretically the shape recognition is usually the step after the edge or contour detection)
颜色、形状参考源程序
- 颜色形状检索论文及形状特征提取MATLAB代码(Color and shape retrieval, paper and shape feature extraction, MATLAB code.)
形状特征提取
- 提取了图像的形状特征,文件自带测试图,在matlab 2016上成功运行(Extracted image shape features)