Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MasonEdgar/DCT-Image-Steganography
/ functions
Functions
7 in github.com/MasonEdgar/DCT-Image-Steganography
⨍
Functions
7
◇
Types & classes
1
↓ 3 callers
Function
split_image_into_8x8_blocks
(image)
image_preparation.py:62
Method
__init__
(self, cover_image)
image_preparation.py:29
Function
embed_encoded_data_into_DCT
(encoded_bits, dct_blocks)
data_embedding.py:25
Function
extract_encoded_data_from_DCT
(dct_blocks)
data_embedding.py:11
Function
inverse_zigzag
(input, vmax, hmax)
zigzag.py:115
Function
stitch_8x8_blocks_back_together
Take the array of 8x8 pixel blocks and put them together by row so the numpy.block() method can sitch it back together :param Nc: Number of
image_preparation.py:40
Function
zigzag
(input)
zigzag.py:15