搜索资源列表
Lines OpenGL 画线示例代码
- Lines OpenGL 画线示例代码
ridge~valley~lines~on~meshes~via~implicit~surface~
- We propose a simple and effective method for detecting view- and scale-independent ridge-valley lines defined via first- and secondorder curvature derivatives on shapes approximated by dense triangle meshes.-We pro
cex2
- 本程序绘制可以通过鼠标的移动,绘制直线、 矩形、椭圆、B样条、besizer曲线等。-the mapping process through mouse movement, drawing straight lines and rectangular, oval, B-spline, besizer curve.
fdtd1D
- FDTD一维程序,可以帮助大家建立一维模型,并输入参数运行。比如传输线、同轴线及平面波的设置及模拟都可以采用这个程序解决问题,尤其是给出了边界的设置方法。-FDTD a peacekeeping process, we can help build a dimensional model and input parameters operation. For example, transmission lines, coaxial li
beautydraw
- 一个简单的绘图程序,可以绘制直线,圆,矩形,和画笔工具,可以输入文字,并且可以实现简单的保存功能-a simple drawing program, drawing straight lines, circles, rectangles, and the brush tool, you can enter text, simple and can achieve the preservation of function
ridge~valley~lines~on~meshes~via~implicit~surface~
- We propose a simple and effective method for detecting view- and scale-independent ridge-valley lines defined via first- and secondorder curvature derivatives on shapes approximated by dense triangle meshes.-We pro
Contour
- 由散点插值生成等值线,并且提供颜色选择工具,共有三种插值方法-From scattered point interpolation to generate contour lines and provide a color selection tool, a total of three interpolation methods
Sample
- 一个OpenGL的编程简单例子,初学者看一看,c++平台上运行,有兴趣可以看看,主要实现画矩形和右击鼠标出现菜单,按 q 实现退出,代码只有几十行。 -OpenGL programming a simple example, take a look at the beginner, c++ Platforms are interested can see that the main draw rectangular and right-
transmissionlinebasictheory
- 传输线基本理论,从事射频设计的工程师可以参考一下.-The basic theory of transmission lines, engaged in RF design engineers can reference.
HoughforCircleetection
- Hough变换对圆的检测 Hough变换的基本原理在于,利用点与线的对偶性,将图像空间的线条变为参数空间的聚集点,从而检测给定图像是否存在给定性质的曲线。 -Hough transform for circle detection Hough transform basic principle is that the use of point and line duality, the image space into a
drawpicture
- 画图程序,图形学大作业。可以画点,线,圆,方块,四面体。给出具体报告和源码。vc6运行通过。-Drawing process, large graphics operation. Can draw points, lines, circle, box, tetrahedron. Reports and give a specific source. vc6 to run through.
hough_DetectLinesFromImages
- 使用hough变换检测图像中的线条;包括main函数和其他4个操作函数,有实验图片!-Detection using hough transform image lines including the main function and operation of the other four functions, there are experimental picture!
segline
- divide the text (manuscr ipt or printed) in lines.
Lines
- Lines.NET Pocket PC上的一款逻辑游戏源代码-Lines.NET Pocket PC on a logic game source code
Houghtransform
- 图像处理的霍夫变换程序,采用M语言编写,对数字图像进行直线追踪-HOUGHLINES- detects lines in a binary image using common computer vision operation known as the Hough Transform.
Simulink_simulation_of_transmission_lines
- Simulink simulation of transmission lines(pdf)
burns
- 该程序是发表在IEEE上的经典直线提取论文“Extracting Straight Lines”的源代码实现,对计算机视觉、模式识别和信息提取等领域的科学研究人员具有极其重要的参看意义。建议下载学习和适用。-The program is published in the IEEE paper on the classic straight-line extraction " Extracting Straight Lines&q
Detect_Lines_HT
- Try to detect lines using hough transform-Try to detect lines using hough transform
lines
- 用OpenGL画不同类型的线,虚线,宽度不同,动画-Use OpenGL drawing of different types of lines, dotted lines, the width of different animation
houghline.m
- 对读入的图片做霍夫变换,识别出图片中的直线并输出。-Do the Hough Transform to the input image, that is to detect lines in the input image, and output those lines.