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

Method get_watermark_correlation

StegaPy/plugin/base.py:78–81  ·  view source on GitHub ↗

获取水印相关性

(self, orig_sig_data: bytes, 
                                   watermark_data: bytes)

Source from the content-addressed store, hash-verified

76 return self.get_watermark_correlation(orig_sig_data, watermark_data)
77
78 def get_watermark_correlation(self, orig_sig_data: bytes,
79 watermark_data: bytes) -> float:
80 """获取水印相关性"""
81 raise NotImplementedError
82
83 def get_high_watermark_level(self) -> float:
84 """获取高水印阈值"""

Callers 1

check_markMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected