博文大纲
经常有朋友询问博文以及开源相关问题,
但由于博文写后内容一般没有同步更新,而相关代码是有变更或者偶尔会有地址失效之类的问题。
故此觉得有必要写一篇博文大纲,用于整合更新大纲信息,后续便于统一回复一些常见的问题。
基础学习
这里主要涉及一些基础知识,适合基础相对薄弱的同学一阅。
如果对图像特别感兴趣的朋友,最好要把模糊算法都过一遍。
其他的,根据可个人需求自行翻阅。
图像算法
人脸检测:
1.
2.
3.
代码仓库:
https://github.com/cpuimage/MTCNN
降噪美颜:
1.
代码仓库:
https://github.com/cpuimage/skin_smoothing
2.
代码仓库:
https://github.com/cpuimage/FastBilateralFilter
https://github.com/cpuimage/BEEPS
图像增强修复:
1.
代码仓库:
https://github.com/cpuimage/Deblurring
2.
代码仓库:
https://github.com/cpuimage/LocalColorCorrection
3.
代码仓库:
https://github.com/cpuimage/AutomaticWhiteBalance
滤镜与处理
1.
代码仓库:
https://github.com/cpuimage/OcrPreprocessing
2.
代码仓库:
https://github.com/cpuimage/Lut3D
3.
代码仓库:
https://github.com/cpuimage/mser
4.
代码仓库:
https://github.com/cpuimage/deskew
OpenGL 渲染
1.
代码仓库:
https://github.com/cpuimage/TinyText
音频算法
信号处理
1.
代码仓库:
https://github.com/cpuimage/stb_fft
编解码
1.
代码仓库:
https://github.com/cpuimage/tinymp3
重采样
1.
代码仓库:
https://github.com/cpuimage/resampler
2.
代码仓库:
https://github.com/cpuimage/FFTResampler
音频降噪
1.
代码仓库:https://github.com/cpuimage/SimpleAudioDenoise
2.
代码仓库:暂未开源
学习资源:https://github.com/alexanderchiu/AudioProcessor
3.
代码仓库:
https://github.com/cpuimage/rnnoise
音频特征检索
1.
示例程序:
https://files.cnblogs.com/files/cpuimage/wav2midi.zip
1.1 开源预处理算法等响度滤波
代码仓库:
https://github.com/cpuimage/EqualLoudness
2.
代码仓库:
https://github.com/cpuimage/shazam
https://github.com/cpuimage/AudioFingerprinter
音频分析处理
1.
代码仓库:
https://github.com/cpuimage/pitchshift
2.
代码仓库:
https://github.com/cpuimage/ReplayGainAnalysis
WebRTC 系列
代码仓库:
https://github.com/cpuimage/WebRTC_AECM
https://github.com/cpuimage/WebRTC_NS
https://github.com/cpuimage/WebRTC_AGC
https://github.com/cpuimage/WebRTC_CNG
杂谈
以上将博主的博文大致分为 基础,图像,音频,杂谈几个类别。
并整理了大部分的开源地址,方便大家学习和查阅。
若有其他相关问题或者相关技术需求可以通过以下方式联系:
最好注明来意哈~
微信: Dbgmonks
QQ: 200759103
邮箱: gaozhihan@vip.qq.com