(self, segmentation)
| 25 | return coords |
| 26 | |
| 27 | def apply_segmentation(self, segmentation): |
| 28 | return segmentation |
| 29 | |
| 30 | def apply_image(self, img, interp=None): |
| 31 | return self.hue(img) |
nothing calls this directly
no outgoing calls
no test coverage detected