资源列表
harrismatch
- 该程序采用harris角点检测,使用ncc进行初匹配,双向重复搜索后得到特征匹配点。-The program uses harris corner detection, using ncc conducted early match, after a two-way repeated search feature to get the matching point.
MyBezier
- 贝塞尔曲线和B样条曲线的编程实现,计算机图形学。-Programming Bezier and B-spline curves, Computer Graphics.
painter
- 实现二维基本图元直线段生成的DDA算法,中点算法和Bresenham算法; 实现二维基本图元圆弧生成的中点算法; 实现对线型线宽属性的控制。-DDA algorithm to achieve the two-dimensional graphics primitives line segment generated midpoint algorithm and Bresenham algorithm achieve the midpoint algorithm for 2D
fourier
- 傅里叶变换 图像处理 java实现 显示了傅里叶频谱 可以实现低通高通滤波器-Fourier TRANSFORM IMAGE PROCESSING
corner-detection
- 数字图像处理 哈里斯脚点检测算法实现 图形界面完全 先高斯滤波 在监测角点-image processing Harris coner dection GUssian filter
duochiduxiaobodebianyuanjiancesuanfa
- 基于多尺度的小波边缘检测的matlab的代码,含有去噪算法-Edge detection based on wavelet multiscale matlab code, containing de-noising algorithm
showPIC_.tar
- 基本QT4显示图片,己测试,可以支持PNG,BMP,JPG等-Show picture base on QT4, has been test, supported PNG,BMP and JPG etc..
contour
- c#等值线生成程序,自动划分三角形网格,生成等值线、等值面,生成shape文件。-c# contour generating program, divided into triangular mesh automatically generate contours, isosurfaces, generate shape files.
ContourBuilder
- 自动划分三角形网格,插值计算等值线,绘制等值线等值面,输出Shape文件-Automatic partitioning triangle mesh, interpolation contour, contour drawing isosurface output Shape file
jisuanqi
- flash as3 计算器 一个小代码 可以参考一下-flash as3 calculator can refer to a small code
gprawd
- 动态画曲线,双缓冲实现,不闪烁,具有参考意义。-Dynamic draw curves, double buffering to achieve, not blinking
simplevoronoi
- 简单的Voronoi图生成算法,采用steve fortune 的线扫描算法实现。有测试,有源码,非常好-A fast, simple Java library for calculating Voronoi lines given an array of input coordinates. It does not feature code to display the results ...