Open imogenagle opened 4 months ago
So I think the major steps at least as far as creating the contours are:
So the google doc is great lots of detail but I guess I was more meaning to think about the things need to be done rather then the current functions etc as above what do you think of them @imogenagle?
Hello! Here is an idea for the core steps that need to be done (based on both the paper and code) 1) Re-project 2) log conversion 3) multi-thermal image segmentation: use Michelson contrast equation for ratios, fit a line through the minimum in intensity (hardcoded slope in log space) 4) conjunction of 3 bitmasks 5) extract contours 6) reject small candidates 7) reject candidates that are not unipolar (dependent on area) 8) remove off-limb candidates
Go through each function and write out descriptions of its inputs/outputs and how each function works.