
opencv_core246.lib 顧名思義核心基礎, 包含基本資料結構定義及數值運算函式
opencv_imgproc246.lib 包含主要的影像處理函式庫
opencv_highgui246.lib 包含人機顯示視窗函式, 以及影像和影片讀/寫函式庫
opencv_features2d246.lib 包含特徵點偵測及其描述子(feature point detectors and descriptors), 當然還要包含如何比對兩個不同影像所得到的兩組特徵描述子的量測方法(metrics)
opencv_calib3d246.lib 包含攝影機校正(camera calibration), 幾何變換(Image registration)和立體影像建構
opencv_video246.lib 移動向量估測, 影像追蹤, 前景物萃取
opencv_objdetect246.lib 物體偵測函式庫(人臉偵測/行人偵測)
opencv_ml246.lib 機器學習函式庫(machine learning)
opencv_flann246.lib 計算幾何演算法
opencv_gpu246.lib 支援 GPU平行運算處理
me1237guy 發表在 痞客邦 留言(0) 人氣(1,111)

新增專案 CLR -> Windows Form Applications
Include路徑加入 $(PYLONC_ROOT)include
me1237guy 發表在 痞客邦 留言(0) 人氣(332)

Components used in this project:
Combox: 1
Listbox: 2
Button: 1
me1237guy 發表在 痞客邦 留言(0) 人氣(54)

using namespace System::Net;
using namespace System::Net::Sockets;
using namespace System::Threading;
public ref class ServerSocket
me1237guy 發表在 痞客邦 留言(0) 人氣(45)

Compare two IP addresses:
using namespace System::Net;
me1237guy 發表在 痞客邦 留言(0) 人氣(52)

To include the following directories:
C:\OpenCV-2.4.5\opencv\build\include
C:\OpenCV-2.4.5\opencv\build\include\opencv
me1237guy 發表在 痞客邦 留言(0) 人氣(217)
Extracting the position of game board & recognition of game board pieces
me1237guy 發表在 痞客邦 留言(0) 人氣(11)

setup version: 320.49-desktop-win8-win7-winvista-64bit-international-whql.exe
me1237guy 發表在 痞客邦 留言(0) 人氣(62)
1. NVIDIA Performance Primitives (NPP) library
me1237guy 發表在 痞客邦 留言(0) 人氣(83)

private: System::Void 開啟ToolStripMenuItem_Click(System::Object^ sender, System::EventArgs^ e) {
tabControl1->SelectedIndex = 0;
}
private: System::Void 開啟ToolStripMenuItem1_Click(System::Object^ sender, System::EventArgs^ e) {
tabControl1->SelectedIndex = 1;
}
me1237guy 發表在 痞客邦 留言(0) 人氣(42)