Community Profile

photo

Glypton


Last seen: 1 year ago Active since 2022

Programming Languages:
MATLAB

Statistics

  • Thankful Level 2

View badges

Content Feed

View by

Question


Given the set X and Y of a circle/ellipse how would you calculate the diameter?
Mapping polar coordinates to cartesian coordinates theta = linspace(0, 2*pi, 15000); [x,y] = pol2cart(theta, rho); How would ...

1 year ago | 1 answer | 0

1

answer

Question


How to detect the edge in following image?
How would I detect the edge drew in the picture below ? First I tried to remove noises using the median filter on the image. The...

2 years ago | 0 answers | 0

0

answers

Question


How to approximate a curve in a matrix?
Hello everyone, I want to find a curve which fits in the following way for the whole width of the matrix but I really have no i...

2 years ago | 1 answer | 0

1

answer

Question


How to determine the period of a pattern contained in a grayscale image?
Hello, I want to determine the period of a specific pattern in a grayscale image. The matrix representing the image is a 86x600...

2 years ago | 1 answer | 0

1

answer