资源列表
opengl-navigation
- 用opengl实现的场景设计,能完成场景漫游的功能
scalogram
- scalogram.m Function to calculate the phase and amplitude scalograms of a 1D signal. The analysis is done using quadrature pairs of log Gabor wavelets.
noisecomp
- Code for denoising images. This code differs from standard wavelet denoising techniques in that it uses non-orthogonal wavelets, and unlike existing techniques, ensures that phase information is preserved in the image. Phase information is of crucial
houghcircle
- Function uses Standard Hough Transform to detect circles in a binary image. According to the Hough Transform for circles, each pixel in image space corresponds to a circle in Hough space and vise versa. upper left corner of image is the origin
pic
- 一个图像显示的c++源代码,对于那些寻找此类代码的同志来说,是一个绝佳的参考,如果有什么问题,登陆http://www.boomcode.cn
pjianli
- 一个打印简历的c++源代码,对于那些寻找此类代码的同志来说,是一个绝佳的参考,如果有什么问题,登陆http://www.boomcode.cn
ptable
- 一个打印表格的c++源代码,对于那些寻找此类代码的同志来说,是一个绝佳的参考,如果有什么问题,登陆http://www.boomcode.cn
fitcircle
- 一个高效的matlab代码,用来拟合图像中的圆
pfapiao
- 一个打印发票表格的c++源代码,对于那些寻找此类代码的同志来说,是一个绝佳的参考,如果有什么问题,登陆http://www.boomcode.cn
Edgelinking
- This function links edge points together into lists of coordinate pairs. Where an edge junction is encountered the list is terminated and a separate list is generated for each of the branches.
barcode
- 条形码打印演示程序。对于条码打印编程者来说是一个很好的参考资料。如果想得到更专业的请登陆 http://www.boomcode.cn
Lee
- Lee的经典的多分辨率B样条拟合方法(multi-level B-spline fitting)的VC源代码。广泛应用于图形图像处理,CAD等领域。