photo

Enrick Dela Cruz


Active since 2016

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 1 answer | 0

1

answer