MCPcopy Create free account
hub / github.com/MearaY/StegaPy / get_low_watermark_level

Method get_low_watermark_level

StegaPy/plugin/base.py:87–89  ·  view source on GitHub ↗

获取低水印阈值

(self)

Source from the content-addressed store, hash-verified

85 raise NotImplementedError
86
87 def get_low_watermark_level(self) -> float:
88 """获取低水印阈值"""
89 raise NotImplementedError
90
91 def get_diff(self, stego_data: bytes, stego_filename: Optional[str],
92 cover_data: bytes, cover_filename: Optional[str],

Callers 1

watermarking_uiFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected