Say for example I have a shape that is an oval which ddoesn't have straight lines(the wobble) how would I work out the area? What shape would it even be?
Here is an example of what I mean:
Say for example I have a shape that is an oval which ddoesn't have straight lines(the wobble) how would I work out the area? What shape would it even be?
Here is an example of what I mean:
If all you have is an image, then the best you can do is probably to color it in in your favorite image editor, and ask the editor to count how many black pixels the image contains. (In Gimp, for example, use the Color Select tool to select the shape and its interior; then Colors > Info > Histogram will tell you how many pixels are selected). That may well give sufficient precision for whatever your purpose in finding the area is.
Otherwise you do need some kind of equations of functions that define the shape exactly.