2017年2月7日 星期二

Qt VLC lib Testing for how to use (Not For Tutorial)

Qt VLC Lib installation testing (Not For Tutorial just for Testing Processing)

If you want the immediately work, see the bottom of the article.

Qt VLC lib Sample Code Simple Player setting

This article is referenced by the vlc-qt GitHub,

You should know:

This tutorial is just for quick using. It just tell how to quickly use the sample code, because I could not figure out the problem of the cmake or qmake error, the environment can not be build for your own computer environment.

2017年2月6日 星期一

Boost C++ Libraries build liberary bjam

[初探勘]

原本是想用網路上的一個Open Source Program 讀取 IPCam的,才偶然查到需要Link Boost C++ Libraries.  雖然碰C++ 有六年了,但卻是第一次聽到這個東西,目前說起來還不知道這的東西強大的地方在哪邊,需要好好深入了解才能知道了。

2017年2月2日 星期四

計算機系統自讀筆記-Chapter1-1 漫遊

[本文為看書後的筆記整理]

計算機系統是由軟體跟硬體組合而成的。


源碼程式基本上是由一個值 0 和 1 所組成的,這些0和1在電腦裡稱做一個位元(bit),8個bit會組成一個位元組(byte)。

以我們最常見到的Hello World程式碼而言,該文件即是由一堆byte所組成的,而這些我們眼中的文字,轉換到電腦語言就是經由ASCII code 轉換而成的,而至於整體的程式意思還有是哪種變數,則需要依靠上下文才能夠做判斷。

2016年12月8日 星期四

稀疏表示與字典學習相關文章網站整理 Sparse Representation & Dictionary Learning


最近正在學習字典學習的方法,因為東西很多,這邊一併做個整理,希望想學的人可以更快入手這個領域。

Image Modeling and Enhancement via Structured Sparse Model Selection
 利用稀疏表示降噪、重繪、去除模糊等example技術
Using Sparse Representation to reach the goal  of denoising, inpaiting and deblurring.


Qt VLC lib Testing for how to use (Not For Tutorial)

Qt VLC Lib installation testing (Not For Tutorial just for Testing Processing) If you want the immediately work, see the bottom of the art...