资源列表
fft_example
- 傅里叶对加速度信号的处理程序,通过此程序实现对加速度信号的处理 实现图像化(Fu Liye's processing program for acceleration signals)
ctRecontruction
- 根据CT成像原理得到Sinogram图像,再经过Randon变换以及反向投影算法对物体图线进行复原。(It is a Matlab ToolBox which can solve CT problems or image reconstruction easily and convincely.)
Cad_handle
- 用pyautocad处理cad文件,自动绘图(Using pyautocad to process CAD files and drawing automatically)
BM3D
- 目前性能最好的图像去噪算法,里面有用MATLAB的实现(At present, the best image denoising algorithm.)
my BM3D
- C实现BM3D图像去噪算法,可以在vs 2010运行......(C implementation of BM3D image denoising algorithm, you can run NLM noise reduction in vs 2010)
src
- 一种快速匹配的算法,实现在图像中以置信度来查找对象。(find objects in an image with a confidence percentage.)
MarchingCubes
- 三维表面重建算法,matchingcube快速算法。(3D surface reconstruction algorithm)
edge-detection-master
- C++ Qt implementation of edge detection algorithms. Currently available algorithms: Canny edge detector Sobel edge detector Prewitt edge detector Roberts cross Scharr operator The project includes GUI for viewing results.
ImageProcessing-master
- Canny Edge Detection And Hough Transform Line Detection The code is written in Visual C++. USING THE MAIN CODE The Input images have to be ".bmp" format and the output image must be saved as ".bmp" format. In the main co
nmf-master
- 非负矩阵分解算法()
Bilinear
- 采用双线性内插对图像进行n倍的缩放,有示例图片,有注释,可运行,欢迎交流。(Bilinear interpolation is used to zoom the image n times, with examples of pictures, notes, can run, welcome exchanges.)
NearestNeighbor
- 采用最近邻法对图像进行插值,进行n倍的缩放,有示例图片,有注释,可运行,欢迎交流。(Using the nearest neighbor method for image interpolation, n times zoom, there are examples of pictures, notes, can run, welcome exchanges.)
