Interpolation method to use when downscaling frames. Must be one of cv2.INTER_*.
(self)
| 236 | |
| 237 | @property |
| 238 | def interpolation(self) -> Interpolation: |
| 239 | """Interpolation method to use when downscaling frames. Must be one of cv2.INTER_*.""" |
| 240 | return self._interpolation |
| 241 | |
| 242 | @interpolation.setter |
| 243 | def interpolation(self, value: Interpolation): |
nothing calls this directly
no outgoing calls
no test coverage detected