經常有朋友詢問博文以及開源相關問題,
但由於博文寫后內容一般沒有同步更新,而相關代碼是有變更或者偶爾會有地址失效之類的問題。
故此覺得有必要寫一篇博文大綱,用於整合更新大綱信息,后續便於統一回復一些常見的問題。
基礎學習
這里主要涉及一些基礎知識,適合基礎相對薄弱的同學一閱。
如果對圖像特別感興趣的朋友,最好要把模糊算法都過一遍。
其他的,根據可個人需求自行翻閱。
圖像算法
人臉檢測:
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
雜談
以上將博主的博文大致分為 基礎,圖像,音頻,雜談幾個類別。
並整理了大部分的開源地址,方便大家學習和查閱。