搜索资源列表
c实现图像处理常用算法集
- 本人收集的关于c实现图像处理常用算法,包括Hough变换,雕刻技术,灰度均衡,图像的3D灰度显示,拉普拉斯高斯边缘检测等等,-I collected on c achieve common image processing algorithms, including the Hough transform, carving, gray balance, 3D gray-scale images, Laplace Gaussian edge detection and so on.
边缘检测CANNY算子的C实现
- 该文件为网上得的C语言实现的canny边缘检测算子,属于对经典算法的经典实现,具有很高的参考价值。-the document online for the C language the canny edge detection operator, belonging to the classical classic algorithms to achieve with very high reference value.
c++_Hough123456
- 利用c++实现的hough算法变化的源程序-use Hough algorithm to achieve the changes in the source
c++image
- 《c++数字图像处理典型算法及实现》一书的所有源代码-"c typical digital image processing algorithm and implementation," a book of all the source code
houghregonize-c
- c语言hough变换实现直线和圆的检测。圆的检测是一种改进算法-c language hough transform linear and circular testing. Circle detection is an improved algorithm
Visual+C+++shuzituxiang
- Visual+C+++数字图像处理典型算法及实现
hough+c
- c实现的hough变换算法 直线检测个人感觉不错
FisherFace
- 人脸识别的经典算法的完美结合,PAC与FISHER算法C++实现,首先通过PCA进行维数约简,然后通过FISHER进行最有利的方向投影。识别效率是所有监督学习的上限。
小波算法vc源码2
- 小波变换的visual c++实现源代码,有效实现了小波的快速变换,得到很好的恢复图像,是个很有价值的源程序。-wavelet transform visual c achieve source code, the effective realization of the fast wavelet transform, well restored images, is a valuable source.
一个C++实现的SIFT算法
- C++实现的SIFT图像匹配算法,适用于Linux操作系统
Visual+C+++数字图像处理+典型算法及实现.ra
- +典型算法及实现
Cohen-sutherland剪裁算法的C++实现
- Cohen-sutherland剪裁算法的C++实现
样条曲线的算法C++代码实现
- 样条曲线的算法C++代码实现,包含三个文件spline.cpp/spline.h/spline_prb.cpp,其中sline_prb为测试程序。此库中包含常见的多项式样条、hemitt样条、B样条等八种样条算法。devc++/vc/gcc下均通过,Spline curve algorithm C++ Code, including the three documents spline.cpp/spline.h/spline_prb.cpp, which sline_prb for the te
AdaBoostMHClass.adaboost算法的一个c++实现类
- adaboost算法的一个c++实现类,对学习adaboost算法非常有帮助,adaboost algorithm c++ to achieve a type of learning algorithm adaboost very helpful
LDA 算法的C++实现
- Latent Dirichlet Allocation算法的C++实现-Algorithm for Latent Dirichlet Allocation of C++
95_ORB算法描述与匹配
- Opencv+VS C++实现ORB算法(Opencv+VS C++ implements the ORB algorithm.)
基于粒子滤波器的目标跟踪算法及C++实现
- 基于粒子滤波器的目标跟踪算法及C++实现,运行方式:按P停止,在前景窗口鼠标点击目标,会自动生成外接矩形,再次按P,对该选定目标进行跟踪。(The target tracking algorithm based on particle filter and C++ implementation, operation mode: stop by P, click the target in the foreground window, automatically generate the oute
直线光栅扫描转换算法的实现
- 通过C++实现直线光栅扫描转换算法的示例(Implementation of Linear Grating Scanning Conversion Algorithms)
c++rgb-hdr.cpp
- hdr算法的c++实现(曝光/饱和对比度)(C++ implementation of HDR algorithm (exposure/saturation contrast))
《精通Visual C++数字图像处理典型算法及实现》源代码
- 《精通Visual C++数字图像处理典型算法及实现》源代码书籍源码