Community Profile

photo

Chiu tik hong


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


implement the A matrix using for loop
Given two 1D-vectors: x = [286; 206; 191; 487; 510]; y = [93; 523; 333; 494; 221]; how to implement the A matrix using for l...

3 years ago | 1 answer | 0

1

answer

Question


what's the problem with my code ? Warning: Rank deficient, rank = 1, tol = 2.574115e-12.
Warning: Rank deficient, rank = 1, tol = 2.574115e-12. for following code: X1 = [286; 206; 191; 487; 510]; Y1 = [93; 52...

3 years ago | 1 answer | 0

1

answer

Question


how to use binary morphological operations for corner detection
How to use binary morphological operations (such as subtract, erosion, dilation, open, close, connected components, etc.) to cou...

3 years ago | 1 answer | 0

1

answer