资源列表
Edge-Detection
- An Augmented Reality app that demonstrates basic computer vision concepts such as greyscaling, thresholding, edge detection, homography, corner detection...its a long list. It paints a 3D image on any detected markers. Here is a crude video that
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
ComputerVision-Problems-master
- Contains three problems - Texture Classification using k means and Laws filters, Vehicle Classification using SIFT and SURF features and BOWs approach and Edge Detection techniques
AutoCanny-master
- Zero-parameter, automatic Canny edge detection with C++ and OpenCV. This is a conversion of Adrian Rosebrock's python scr ipt to c++. Everything is contained in the include folder in auto_canny.h There's an simple code in src/main.cpp to rea
DeNoising
- 几种小波变换去噪的算法,可以运行在win2000,和XP。(Denoising algorithm based on Wavelet Transform)
fm_gui_v2
- 该程序有3个函数,主要用于图像跟踪,可稳定跟踪目标。(The program has 3 functions, mainly used for image tracking, stable tracking target.)
shearlet_denoising
- 利用剪切波变换的方向性和多尺度特性,在剪切波变换域中进行阈值降噪处理(Using the directional and multi-scale characteristics of shearlet, the threshold denoising is performed well in the shearlet transform domain)
Spectral_Clustering
- 与谱聚类相关的代码,包含了几种不同的代码(Code related to spectral clustering.There are several different kinds of code)
multiplicative
- 用IDL语言编写的乘积变换融合程序,已通过调试(the Fusion algorithm of multiplicative)
log
- log算子提取边缘,可以运行,自己改输入图像即可(LOG operator to extract the edge, you can run, you can change the input image)
Canny算子
- canny算子提取边缘图像,源代码,非调用(The Canny operator to extract the edge image, source code, non cal)
filter_sobel_cgl
- 用IDL语言编写的sobel滤波算子,已通过调试,放心使用(the filter algorithm of sobel)