Jason Gellis
Jason Gellis
under freq() function report.nas = FALSE does not seem to work
New function to count adjacent scar countours. Two inputs: 1. a given contour 2. a list of selected contours Funtion behaviour: 1. Loop through each list of contours 2. Contour...
It is possible that ripple remover and potentially template matching will benefit from kernel sizes derived from image proportions rather than a 'one size fits all' solution. Currently @crangelsmith has...
Exploring using morphological operations(i.e., erosions - cv2.erode() and dilations - cv2.dilate()) for removing ripples. So far this approach works well with images which have thinner ripple lines than scars. ...