(self, segmentation)
| 140 | return coords |
| 141 | |
| 142 | def apply_segmentation(self, segmentation): |
| 143 | return NotImplemented |
| 144 | |
| 145 | def inverse(self): |
| 146 | # return AffineTransform(self.dst, self.src, self.output_size) |
nothing calls this directly
no outgoing calls
no test coverage detected