- 10月 28 週一 201315:35
安裝Git for Windows 1.8.4
- 10月 26 週六 201319:39
以延展或正常大小的方式顯示影像Displaying a a stretched or normal image within a form layout Using OpenCV2.4.6 with Qt5
這次打算寫一個即時調整門檻值並顯示對應二值化後的小圖
1. 在tabwidget插入一個頁面<參數>
- 10月 24 週四 201313:46
滑鼠移動時取得滑鼠座標位置的像素值Getting pixel value by mouse move event Qt5 + OpenCV2.4.6
請加入下列至 mainwindow.h
bool eventFilter(QObject *obj,QEvent *event);//事件偵測(滑鼠)
- 10月 17 週四 201316:07
Basler 3.2 Pylon C API 筆記2
Grabbing Using Stream Grabber Objects(電腦端非攝影機端)
- 10月 17 週四 201311:13
Basler 3.2 Pylon C API 筆記1
pylon C and GenApi
The pylon C API builds upon GenApi, a software framework that provides a high-level API for generic access to all compliant digital cameras, hiding the peculiarities of the particular interface technology used. Accordingly, the application developer can focus on the functional aspects of the program to be developed. Due to the abstraction provided by GenApi, programs need not be adjusted to work with different types of camera interfaces.(例如使用area camera和linescan camera幾乎感覺一模一樣, 因為兩者的差異已經在GenAPI處理掉了, 使用者只需要專注在收到影像像素後的處理) Even applications can be addressed where different camera interfaces are used at the same time.The dependency of pylon C upon GenApi shows in some places, mostly where names of functions or other entities start with a GenApi prefix. Wherever this is the case, an element of the underlying GenApi layer is directly exposed to the pylon C user.
The pylon C API builds upon GenApi, a software framework that provides a high-level API for generic access to all compliant digital cameras, hiding the peculiarities of the particular interface technology used. Accordingly, the application developer can focus on the functional aspects of the program to be developed. Due to the abstraction provided by GenApi, programs need not be adjusted to work with different types of camera interfaces.(例如使用area camera和linescan camera幾乎感覺一模一樣, 因為兩者的差異已經在GenAPI處理掉了, 使用者只需要專注在收到影像像素後的處理) Even applications can be addressed where different camera interfaces are used at the same time.The dependency of pylon C upon GenApi shows in some places, mostly where names of functions or other entities start with a GenApi prefix. Wherever this is the case, an element of the underlying GenApi layer is directly exposed to the pylon C user.
- 10月 16 週三 201320:11
影像放大 & 縮小 & 適中 & 貼齊視窗功能
將SplitRGBQt5OpenCV246目錄夾複製一份
- 10月 16 週三 201315:15
安裝FlyCapture v2.5.3.4 Viewer
Description:
The FlyCap2 Viewer download is a reduced installer with the minimum files required to be able to stream your camera and save images with our FlyCap2 GUI. For developers who require source code, other examples, libraries, and documentation, please download the complete FlyCapture2 SDK below. [read release notes]
FlyCapture 2.5.3.4 Viewer - Windows (64-bit Download) (exe) 25.39 MB
FlyCapture v2.5.3.4 Viewer - Windows (32-bit Download) (exe) 24.75 MB
- 10月 15 週二 201309:22
分別取出RGB像素頻道Extract RGB channels from an image Using OpenCV2.4.6 with Qt5
將BinarizeQt5OpenCV246目錄夾複製一份
- 10月 14 週一 201309:31
二值化灰階影像 Binarize a gray level image Using OpenCV 2.4.6 with Qt5
將ScanlineQt5OpenCV246目錄夾複製一份
- 10月 12 週六 201318:23
利用指標讀取像素值 Scanning an image with uchar* pointer
利用iterator進行整張影像的像素掃描
將AddNoiseQt5OpenCV246目錄夾複製一份
