photo

Enrick Dela Cruz


2016 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


Can anyone please help me with this code, this should correct a skewed image using principal component analysis. The output image somehow corrected but it is not perfect because it still have a small skew
clear; img = imread('test3.jpg'); if length(size(img))>2 img = rgb2gray(img); end %applying sobel edge...

8年以上 前 | 1 件の回答 | 0

1

回答

質問


i need help with this code, this is about principal component analysis used for skew correction for license plate image. it works but the corrected image still contains little skew
clear; img = imread('plate.png'); if length(size(img))>2 img = rgb2gray(img); end %%applying sobel edge detector in the...

8年以上 前 | 0 件の回答 | 0

0

回答

質問


How to compute PCA(principal component analysis) from corner points?
can someone please help me how to compute PCA from corner points because i need it for skew correction purposes.

8年以上 前 | 1 件の回答 | 0

1

回答