img=imread('lena.jpg');
目前分類:OpenCV (118)
- Nov 07 Thu 2013 11:12
RGB2HSV測試
- Oct 31 Thu 2013 22:25
外觀差異與比對 Shape Distance and Matching
今天在google有關shape matching的主題, 意外搜尋到OpenCV3.0.0.0的線上資料
- Oct 30 Wed 2013 22:00
輪廓搜尋 Finding contours using OpenCV2.4.6 with Qt5.1
- Oct 30 Wed 2013 15:03
輪廓搜尋 Finding contours using OpenCV2.4.6 with visual studio 2010
/**
- Oct 24 Thu 2013 13:46
滑鼠移動時取得滑鼠座標位置的像素值Getting pixel value by mouse move event Qt5 + OpenCV2.4.6
- Oct 16 Wed 2013 20:11
影像放大 & 縮小 & 適中 & 貼齊視窗功能
整合這篇<利用Qt5寫一個簡單的影像瀏覽器>至另一篇<分別取出RGB像素頻道Extract RGB channels from an image Using OpenCV2.4.6 with Qt5 >
將SplitRGBQt5OpenCV246目錄夾複製一份
- Oct 15 Tue 2013 09:22
分別取出RGB像素頻道Extract RGB channels from an image Using OpenCV2.4.6 with Qt5
- Oct 14 Mon 2013 09:31
二值化灰階影像 Binarize a gray level image Using OpenCV 2.4.6 with Qt5
- Oct 12 Sat 2013 10:12
加入雜訊至影像 Adding some noise to an image Using OpenCV 2.4.6 with Qt5
- Oct 11 Fri 2013 14:06
彩色轉灰階RGB2Gray OpenCV 2.4.6 with QT5
- Sep 25 Wed 2013 09:46
High dyamic range nearIR CCD
Classical CCD/CMOS Photodiode : posibibly saturated at high value
- Sep 16 Mon 2013 06:32
Display an image directly on QT 5.1 GUI with OpenCV-2.4.6
- Sep 13 Fri 2013 16:40
OpenCV-2.4.6 with QT5.1 GUI project
- Sep 11 Wed 2013 16:08
OpenCV-2.4.6 with QT5.1 console project
qt-windows-opensource-5.1.1-msvc2010-x86-offline.exe
- Sep 09 Mon 2013 04:41
OpenCV-2.4.6 with VS2010 win32 console project
- Sep 09 Mon 2013 00:24
安裝OpenCV-2.4.6
安裝
- Sep 06 Fri 2013 18:49
OpenCV library 2.4.6 整理
- 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平行運算處理
-----------------------------------分隔線-------------------------------------------------------
- Jul 29 Mon 2013 22:40
Color-based Image Segmentation