收藏的博客 -- OpenCV/Halcon/NI Vision/MIL/*計算機視覺

OpenCV官網

https://opencv.org/releases.html

https://docs.opencv.org/

https://sourceforge.net/projects/opencvlibrary/files/

https://github.com/opencv/opencv

https://github.com/opencv/opencv_contrib

https://answers.opencv.org/questions/ -- 英文論壇

http://www.opencv.org.cn/forum/forum.php -- 中文論壇

https://github.com/opencv/dldt -- OpenVino 深度學習 

 

OpenCV GitHub熱門資源

https://github.com/yoyoyo-yo/Gasyori100knock 畫像処理100本

https://github.com/gzr2017/ImageProcessing100Wen 圖像處理100問

https://github.com/fendouai/OpenCVTutorials ++ http://woshicver.com/  OpenCV中文官方文檔

https://www.learnopencv.com/ Satya Mallick,計算機視覺博士,大牛的官網

https://github.com/spmallick/learnopencv Satya Mallick,計算機視覺博士,大牛的開源

https://github.com/makelove/OpenCV-Python-Tutorial OpenCV問答羣

https://github.com/spmallick/learnopencv Learn OpenCV : C++ and Python Examples

https://github.com/dmilos/color RGB, HSL, HSV, CMY, CMYK, YIQ, YUV格式轉換

https://github.com/rodlie/cyan Cyan Image Editor

https://github.com/Dovyski/cvui A (very) simple UI lib built on top of OpenCV

https://github.com/wjakob/nanogui Minimalistic GUI library for OpenGL

https://github.com/shimat/opencvsharp .NET Framework wrapper for OpenCV

https://sourceforge.net/projects/emgucv/files/emgucv/ cross platform .Net wrapper for OpenCV

https://github.com/andrewssobral/bgslibrary A C++ Background Subtraction Library with wrappers for Python, MATLAB, Java and GUI on QT

https://github.com/tzutalin/labelImg a graphical image annotation tool 標註工具by python

https://gitee.com/zeusees/HyperLabelImg 標註工具by c++

https://gitee.com/zeusees/HyperLPR 車牌識別庫,基於深度學習高性能中文車牌識別

https://github.com/openalpr/openalpr 車牌識別庫 ++ https://github.com/yakupdemir06/ParkYerimDesktop

https://gitee.com/easypr/EasyPR EasyPR是一箇中文的開源項目,車牌識別系統

 

halcon官網

https://www.mvtec.com/products/halcon/ 官網

http://www.ihalcon.com/ 中文論壇

https://www.51halcon.com/thread-55-1-1.html Halcon12下載,推薦使用

https://www.51halcon.com/thread-786-1-1.html Halcon13下載,不推薦,因爲pj dll會降低算子速度

https://www.51halcon.com/thread-954-1-1.html Halcon17下載,推薦使用

https://www.51halcon.com/thread-3932-1-1.html Halcon Evaluation License

《機器視覺算法與應用(第2版)》halcon作者寫的書,[德]卡斯特恩·斯蒂格(Carsten Steger),清華大學出版社

 

halcon博客集

https://blog.csdn.net/ymj7150697/category_8002603.html PCB檢測

https://www.cnblogs.com/xiaomaLV2 

https://www.cnblogs.com/xh6300/

https://www.cnblogs.com/hanzhaoxin/category/658995.html

https://blog.csdn.net/u013404374

http://www.360doc.com/userhome.aspx?userid=10724725 360圖書館

 

康耐視VisionPro

https://www.cognex.cn/zh-cn/products/machine-vision/vision-software/visionpro-software

 

NI Vision 開發環境

LABVIEW是NI的編程平臺。VISION是視覺開發包,vision assistant是視覺助手。

開發平臺:LabVIEW
使用VB、VC、C#等其他平臺開發時可以不裝。
視覺開發包:NI Vision Development Module(VDM
NI視覺必備,包括NI視覺所有圖像處理函數庫、NI Vision Assistant(視覺助手)
視覺自動檢驗生成器:NI Vision Builder For Automation Inspection(VBAI)
NI官方基於VDM開發的視覺應用軟件,使用該軟件進行快速驗證,做一些靜態的或只有數據傳遞的視覺項目。
視覺採集軟件:NI Vision Acquistin Software(VAS)
需要調用IMAQdx/IMAQ來驅動相機採集圖像時需要此軟件。
激活軟件:NI License Activator
 

MIL官網:Matrox Imaging Library

https://www.matrox.com/imaging/en/

 

Open eVision 圖像處理庫

https://www.euresys.com/cn/products/machine-vision-software/

 

scikit-image(簡稱skimage)

官網:Image processing in Python

scikit-image是基於scipy的一款圖像處理包,它將圖片作爲numpy數組進行處理,正好與matlab一樣.

https://scikit-image.org/

https://github.com/scikit-image/scikit-image

 

STB圖像庫

此庫僅包含頭文件,除stretchy_buffer.h外,其它所有文件以前綴stb開頭,每個頭文件的作用及用法在每個頭文件的開始部分都作了介紹。下面僅對與圖像相關的頭文件的作用及使用進行簡單的說明,當僅需要將圖像數據載入內存、或進行縮放操作、或保存圖像時使用stb會非常方便,因爲僅需要include一個或三個頭文件即可,不需要額外圖像處理庫的依賴,如libjpeg、libpng、opencv等:支持的圖像文件格式包括JPEG、PNG、TGA、BMP、PSD、GIF、HDR、PIC、PNM,使用到的函數主要爲:stbi_load,參數依次爲:圖像文件名(filename),獲取圖像寬(x),獲取圖像高(x),獲取圖像通道數(channels_in_file)、指定期望的通道數(desired_channels,若爲0則不做顏色空間變換),此函數正常返回圖像數據指針,否則返回NULL;支持圖像加載,縮放和保存。

https://github.com/nothings/stb

 

Dlib

A toolkit for making real world machine learning and data analysis applications in C++

http://dlib.net/

https://github.com/davisking/dlib

 

ccv:A Modern Computer Vision Library

http://libccv.org/

https://github.com/liuliu/ccv

 

Qt ROI

https://github.com/gavrus/SampleMaker

https://github.com/JonglockYoon/QT-qroilib

https://github.com/AntonioRedondo/ImageFeatureDetector

http://www.ihalcon.com/read-14013.html  基於Qt+Halcon的交互式ROI操作;C# ViewROI

 

機器視覺,人臉識別

https://blog.csdn.net/LG1259156776

https://www.cnblogs.com/AdaminXie

https://github.com/coneypo/Dlib_face_recognition_from_camera

https://github.com/Ewenwan/MVision 無人駕駛

 https://github.com/CMU-Perceptual-Computing-Lab/openpose 人體檢測

https://github.com/symisc/sod 嵌入式視覺庫

A tool using OpenCV to annotate images for image classification, optical character reading

https://github.com/christopher5106/FastAnnotationTool

https://github.com/jiafeng5513/Evision 計算機視覺實踐和探索

 

laviewpbt

https://www.cnblogs.com/Imageshop/

https://www.cnblogs.com/Imageshop/p/3308782.html

https://github.com/tannerhelland/PhotoDemon

https://blog.csdn.net/u013165921 筆尖

https://blog.csdn.net/qq21497936 紅胖子(紅模仿)

 

鄒宇華

https://blog.csdn.net/chenyusiyuan

OpenCV學習筆記(25)基於MFC和OpenCV的攝像機定標與立體匹配測試程序(20140505更新)

https://github.com/yuhuazou/StereoVision

 

毛星雲,網絡ID「淺墨」,《OpenCV3編程入門》作者
https://blog.csdn.net/poem_qianmo
https://blog.csdn.net/poem_qianmo/article/details/44416709
https://github.com/QianMo

 

賈志剛,《OpenCV Android開發實戰》作者
https://blog.csdn.net/jia20003

https://cloud.tencent.com/developer/user/1557172

https://cloud.tencent.com/developer/column/2289

https://github.com/gloomyfish1998
https://github.com/imageprocessor/cv4j

 

言有三,《深度學習之圖像識別 核心技術與案例實戰》作者

https://www.zhihu.com/people/long-peng-11/activities

https://github.com/longpeng2008

 

賀一家,中科院自動化所博士

https://blog.csdn.net/heyijia0327

https://github.com/HeYijia/VINS-Course

https://github.com/MegviiRobot/CamLaserCalibraTool

 

SIFT算法詳解/SURF缺陷檢測

https://blog.csdn.net/zddblog/article/details/7521424

https://www.zhihu.com/question/23371175

https://blog.csdn.net/keith_bb/article/details/70231508

https://blog.csdn.net/yhhyhhyhhyhh/article/details/54407916

https://github.com/2010yhh/DetectFeaturePoint

https://blog.csdn.net/gwplovekimi/article/details/80019589

 

袁勇

http://yongyuan.name/cn/

http://yongyuan.name/blog/SIFT(ASIFT)-Matching-with-RANSAC.html

https://github.com/willard-yuan/opencv-practical-code

https://github.com/willard-yuan/cvtk

 

jsxyhelu

http://jsxyhelu.cnblogs.com/

https://github.com/jsxyhelu

https://blog.csdn.net/guoyunfei123/article/details/81079814

https://blog.csdn.net/clever101

 

The Python Deep Learning library

https://keras.io/

 

港中文,Open-MMLab 計劃及開源物體檢測框架 mmdetection

https://github.com/open-mmlab

 

騰訊優圖

https://github.com/TencentYoutuResearch/

https://github.com/jantic/DeOldify

 

---

題外話:OpenGL

https://www.opengl.org/resources/libraries/

http://www.opengl.org/resources/libraries/glut/glut37.zip

http://freeglut.sourceforge.net/

https://sourceforge.net/projects/freeglut/files/freeglut/

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章