User Portlet User Portlet

Discussions
In order to find the area of the atypical figure, I approached the idea of using Fourier descriptor to find the outskirts, and then using Monte Carlo to find the area of an object. Using Fourier descriptor, we implemented the outer edge of the image...
Oh, thank you so much! :)
I took an image from a computer by referring to a video of a mathematician on YouTube and found the outer edge based on the original image below. img = Import[...] img = Binarize[img~ColorConvert~"Grayscale"~ImageResize~500~Blur~3];...