尼克工作中
網頁
(移至...)
Working
▼
2017年5月16日 星期二
[OpenCV] 3.2.0 實裝心得
›
OpenCV 3.2.0 已經在 2016/12/23 公開發行. 除了一些問題的修正外, 這一個版本的 Windows 版本是在 VC14, 也就是 Visual Studio 2015. 剛好接下來的工作也議定在 Visual Studio 2015 Community 上...
2017年4月10日 星期一
[VideoInput] Download
›
Download VideoInput Libray from GitHub https://github.com/ofTheo/videoInput to D://VideoInput Extract Synchronize project setting ...
2017年4月9日 星期日
[OpenCV] Using OpenCV static library in MFC application
›
Create MFC Application Add Picture Control Add Initial codes in OnInitDialog // TODO: Add extra initialization here CRect rect; CW...
[OpenCV] Using static library in Visual Studio 2015 Console mode
›
Create Visual Studio 2015 console program Add VideoCapture calls #include "stdafx.h" #include <opencv2/opencv.hpp> i...
[OpenCV] 自行編譯 library for Visual Studio 2015
›
OpenCV 3.2.0 的安裝版本只有 X64 的 DLL 版本. 如果需要的不是這個版本, 就要自行編議. 譬如說, 主程式用到的是 X86 的編譯設定, 就需要 X86 的 DLL 版本. 如果不想要 release 的時候, 還要附帶一堆 DLL, 或是程式裡面已經...
2017年2月16日 星期四
OpenCV Mask (Filter) performance comparison
›
OpenCV 的內建 filter2D 函式, 實作了影像處理上常用的 Mask, 或是稱為 Filter, Convolution, 的操作. 通常這也是影像相關的演算法的骨幹, 也是最耗費時間的環節. Mask 的運算時間, 和 Mask 的組成有絕對的關係, 以下套用不...
2017年2月15日 星期三
[OpenCV] LUT access time comparison
›
比較 OpenCV 做 Look Up Table 的效率. OpenCV 提供了幾種作 Look Up Table 的動作的方法. 以下對這幾種方法做效率上的比較, 同時加上 以 C 的 Pointer 的存取方式. Index Reference Code m...
›
首頁
查看網路版