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

Method get_high_watermark_level

StegaPy/plugin/base.py:83–85  ·  view source on GitHub ↗

获取高水印阈值

(self)

Source from the content-addressed store, hash-verified

81 raise NotImplementedError
82
83 def get_high_watermark_level(self) -> float:
84 """获取高水印阈值"""
85 raise NotImplementedError
86
87 def get_low_watermark_level(self) -> float:
88 """获取低水印阈值"""

Callers 3

watermarking_uiFunction · 0.45
test_embed_and_verifyMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_embed_and_verifyMethod · 0.36