搜索资源列表
ThinningofImage
- vc代码实现图像细化作为一种图像预处理技术出现,目的是提取源图像的骨架,即是将原图像中线条宽度大于1个象素的线条细化成只有一个象素宽,形成骨架,形成骨架后能比较容易的分析图像,如提取图像的特征.-vc code image as a refined image preprocessing technology that purpose of the extraction of the source image frame, that is, the original image line wid
20163235211
- 为了方便广大开发人员及软件公司开发专业的图形软件,本团队多位图形领域专家花费多年的心血开发出功能强大且小巧的图形控件,本控件可非常方便应用于各种开发平台上。如:VC,VB,C++Builder,Delphi,C#及Web图形开发,方便快捷!可大大缩短开发周期。本控件经过严格测试,在可靠性、易用性、开放性作了大量细致工作。控件不仅在支持基本的图形元素外(点、线、圓等),而且非常方便扩充自己的图形元素 -To facilitate the development of the vast number
chepairecognition
- 使用VC++6.0做开发工具,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向内存中贴图,以保证刷新的效率。 5)程序执行流程-use as a developm
chepaidetection
- 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向内存中贴图,以保证刷新的效率。 5)程序执行流程-us
Line
- 基于对话框的直线交点计算程序,且可以得出众多交点的最小区域,对学习vc++应用,以及直线相交算法等颇有益处!
hough.用hough变换来检测直线
- 基于vc++和opencv,用hough变换来检测直线,我的课程作业,Based on vc++ and opencv, using hough transform to detect straight line, my coursework
opencv.rar
- 在VC++环境下利用opencv函数库编写霍夫变换检测直线和图像边缘检测,In VC++ Environment to use opencv library to prepare a straight line Hough transform detection and image edge detection
hough
- vc++6.0实现的hough直线检测算法和log边缘检测算法。-vc++ 6.0 achieved hough line detection algorithm and log edge detection algorithm.
line
- 计算机图形学中的直线breshman算法的vc实现-Breshman linear algorithm
gradient-vector-flow-algrithm(VC)
- 利用梯度矢量流算法进行轮廓提取(图像分割),不错的方法,对原来的ACM模型进行改进(active contour model 活动轮廓模型)-using gradient vector flow algrithm to extract image contour,improvement from active contour model
hough
- 基于vc++编写的Hough变换MFC程序,,功能简单,只能实现直线检测,但是适合初学者入门,注释比较详细-Vc++ to prepare based on the Hough transform MFC procedures, functions simple to achieve a straight line can only be detected, but suitable for beginners to introduce the more detailed comments
AreaCCD
- 基于USB接口的ccd图像处理程序,CCD采用的事线阵CCD,数据采集完成后,通过USB接口送至上位机处理,这里主要是实时图像的现实及分析等,见代码-picture process in line CCD,and the data channel is USB
vc
- vc++实现DDA算法、Bresenham算法、中点算法,以及直线的拖动和拉伸变换-vc++ achieve DDA algorithm, Bresenham algorithm, the midpoint algorithm, and drag the line and stretching transformation
Line
- 采用现在计算机图形学上面最常用的三种方式画直线,有中点画线,bresenham算法,DDA算法,是使用VC++编制的-Above is adopted, the most commonly used computer graphics to draw lines in three ways, with the dotted line, bresenham algorithm, DDA algorithm is compiled using VC++
hidden-line-test-algorithm-ball
- 计算机图形学实验 球的动态隐线算法 vc-Dynamic computer graphics, hidden line test algorithm ball vc++
line
- vc 绘制用纹理填充的线条的程序源码,有兴趣的朋友学习一下。-vc draw lines with a texture fill the program source code, friends who are interested to learn about.
line-segment-detector
- 图像处理 哈夫变换,检测直线的程序,内容详细,欢迎下载使用-The image processing based on vc++ 6.0 hough transform, the detection of the linear program, download welcome to use
Liang-Barsky-line
- ,梁友栋算法实现画直线,VC++写的mfc程序,可以实现所有功能。-Liang Dong-Barsky line clipping algorithm
3-vc-draw-line
- 画线的三个算法,DDA(数值微分)法,中点画圆算法:-Three line drawing algorithms, DDA (numerical differentiation) method, the midpoint circle algorithm:
Scan-line-fill
- 利用VC环境,进行二维平面图形的填充,希望大家可以用得上-Using VC graphics fill the plane
