MCPcopy Create free account
hub / github.com/Breakthrough/PySceneDetect / interpolation

Method interpolation

scenedetect/scene_manager.py:238–240  ·  view source on GitHub ↗

Interpolation method to use when downscaling frames. Must be one of cv2.INTER_*.

(self)

Source from the content-addressed store, hash-verified

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):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected