Miniconda

Posted on Thu 11 April 2019 in Python • Tagged with Python, Anaconda

簡介

對剛入們 Python 的人,安裝整個Anaconda Distribution是最容易的方式。但是一般而言,會建議 Python 專案開發是一個專案建立一個虛擬環境。既 …


繼續閱讀

貝氏模型擬合範例 (Bayesian Model Fitting Instance)

Posted on Thu 13 December 2018 in Statistical Optics • Tagged with Statistical Optics, Bayesian, Python

一個 Bayesian model fitting 的範例,幫助如何使用 Bayesian model 解決問題。

Bayes rule

定義一個 likelihood \(P(D | M)\),其中\(D\)為來自於 model \(M\)的實驗數據。

基於預期知識 …


繼續閱讀

二維離散小波轉換 (2D Discrete Wavelet Transform)

Posted on Thu 30 August 2018 in Digital Image Processing • Tagged with Digital Image Processing, Python

簡介

小波轉換 (Wavelete transform) 與傅立葉轉換 (Fourier transform) 類似,是一種信號分析的方法,特色是是同時具有空間解析度 (spatial resolution) 與頻率解析度 (frequency …


繼續閱讀

局部歸一化 (Local Normalization)

Posted on Wed 29 August 2018 in Digital Image Processing • Tagged with Digital image processing, Python

簡介

局部歸一化的目標是使影像亮度的 mean 與 variance 在局部相鄰區域趨於一致,用來改善不均勻照明或是遮蔽的影響。

實作

對 …


繼續閱讀

邊界偵測 (Edge Detection)

Posted on Fri 06 July 2018 in Digital Image Processing • Tagged with Digital image processing, Python

通常在一張影像當中,我們會感興趣的地方會是亮度變化比較大的地方,因為這些地方可以被當作用來描述該影像的特 …


繼續閱讀

直方圖等化 (Histogram Equalization)

Posted on Wed 04 July 2018 in Digital Image Processing • Tagged with Digital image processing, Python

影像的 histogram 指的是,在一張影像當中強度值統計分布,通常橫軸代表強度值,縱軸代表數量。histogram equalization,是一種利用影像的直方圖增 …


繼續閱讀

Python 心得

Posted on Wed 04 July 2018 in Python • Tagged with Python, MATLAB, Anaconda

Python

Python是一種直譯式高階程式語言,由 Guido van Rossum 發明,其哲學是強調 code 的可讀性和簡潔的語法,而且具有動態型別與自動記憶 …


繼續閱讀

上海豫園

Posted on Sun 15 April 2018 in 旅遊 • Tagged with 中國, 上海

上海的著名景點。


繼續閱讀