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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答