搜索资源列表
Bresenham算法编程演示
- Bresenham算法编程演示程序,用java写的源码,可以在一个IE窗口完整的演示出来,可以选择描画直线,圆形,椭圆等,是图形学课程的基础课程设计.-Bresenham algorithm programming demo program using java to write the source code for the IE window for a complete demonstration, and can choose to draw straight line, circle,
huffman_f
- huffman_f 在huffman_e的基础上,将排序改为利用堆排序原理选择最小的两个权值。也即,将所有元素的权值组织成堆后,每次堆内的根结点就是最小值了。每取出一个根结点后,就把堆尾元素调到根结点重建堆。取出两个最小值合并成一个子树后,再把子树作为叶子结点放到堆中,并让其上升到合适的位置,保持堆性质不变。因为每次不必完成整个排序过程,而只是组织成堆,因此,这种方法要比使用快速排序更快。上述算法参考了mg-1.2.1中Huffman编码的实现,见http://www.cs.mu.oz.au/m
vcviewimage
- 自己编写的一个图像处理的程序,在具有基本的图像处理功能基础上,采用了双窗口显示,方便图像的对比,并且实现还原功能。-prepared by an own image processing procedures, with the basic image processing functions on the basis of the dual-window display to facilitate image contrast and to achieve the reduction func
BMP(VC++)
- VC++图象编程基础源代码,包括 Hough变换、阈值分割、轮廓提取与跟踪等图象处理的基础操作-VC + + programming based image source code, including the Hough transform, threshold segmentation, Contour extraction and tracking the basis of image processing operation
VA052023.RAR
- 视频分析源码,打开,显示,播放视频文件,是视频处理的基础-video analysis source, open, display, broadcast video document is the basis of video processing
SooChow_2D
- 本程序实现的是二维图形的限定Delaunay的三角剖分,算法的主要思想是采用微分方程数值解法中的有限元方法对二值图像进行三角剖分,程序为二维图像重建提供一个有利的基础。-this program is limited to the two-dimensional graphics Delaunay triangulation. The main idea of this algorithm is the numerical solution of differential equations b
DxfReader
- DXF文件浏览器.功能简单实在,使用者可在其基础上开发.-DXF File Browser. Is a simple function, the user can on the basis of their development.
moveTIN
- 此源码为动态生成三角网,可自由定制基点,产生出的三角网,效果良好.-this source of dynamically generated triangulation be free customized basis points produced by the triangulation results.
Readbitmap
- 本程序是自己编辑的位图图像的读取,可以在此基础上再进行其他功能的实现。-Edit this procedure is its own bitmap images to read, on this basis can further implementation of other functions.
file_oc
- 画直线,椭圆并填充,是c中图形编程的基础,-Drawing a straight line, ellipse, and fill, is a graphical programming c, the basis
SIFT_image_mosaic
- 实现SIFT特征点的检测及图像拼接功能,主要在原来作者的基础上添加了显示全部特征点或者只显示重叠区域特征点,能够直接使用-Achieve SIFT feature point detection and image stitching function, mainly on the basis of the original author to add a point or show all the characteristics of overlap only feature points c
expansion
- 利用3*3模版实现对图像的膨胀,是比较基础的图像膨胀的算法-The use of 3* 3 stencil of the image to achieve the expansion, is the basis of comparison of image expansion algorithm
snow
- 很美的雪花matlab程序,下载下来看看,自己还可以在基础上修改-Beautiful snowflakes matlab program, download them to see that he also can be modified on the basis of
MapMode
- 一个演示vc环境下图形映射模式的例子,对初学者来说,掌握不同映射模式的关系是进行图形程序开发的基础,代码简洁,值得参考。-A demo the vc environment the graphical mapping mode example, for beginners to grasp the relationship of the different mapping mode graphics program developed on the basis of the code is si
DZH_KLine_Demo
- 经典K线与指标画法,是编写证券软件的基础,VC2010编译通过。-Classic K-line indicators painting is the basis for the preparation of the securities software, the VC2010 compiler through.
lvbo
- 在频域的基础上对图像进行滤波,带通,带阻,高通,低通-In the frequency domain on the basis of image filtering, band pass, band stop, high-pass, low-pass
traffic_counter_beta
- 随着城市车辆的增多,道路情况变得复杂,如何对道路车流量进行监控,对统计、预测城市道路交通情况至关重要,同时这也是对城市道路运行情况合理调度的重要依据。本代码提供了一种车流量检测额方法。-With the increase of urban vehicles, road conditions become complicated, and how to monitor traffic on the road, on statistics, forecasts urban road traffic
haarmtx.m
- The Haar transform can be expressed in the matrix form as T = HIHT (inverse transform HTTH) where I is an NxN image matrix, H is an NxN transformation matrix and T is the resulting NxN transform. For Haar transform, the transformation matrix H c
DCT-OMP
- 压缩传感重构算法:稀疏基采用离散余弦变换的omp重构算法-Compressed sensing reconstruction algorithm: sparse basis using the discrete cosine transform reconstruction algorithm omp
PillarGraph
- 想找一个堆积柱形图控件,一直没找到。在这儿发现一个画柱形图的单元文件,修改了一下有问题的地方,删除里面的线图,增加Package和Demo,传上来供大家借鉴。若是一直找不到想要的东东,只有在此基础上扩展了,也希望大家多提供这方面的东西共享。-Looking for a stacked column chart control, has not been found. Column here found a painting unit file, modified the problem area
