Did anyone have MatLab code of 2-bit simple LSB substitution code for gray image steganography? Please share it. I need it for performance comparison purpose with my technique.
Dear Preeti Singh,
Look the link, may be useful.
http://www.codeforge.com/s/0/lsb-substitution-matlab-code
Regards, Shafagat
@luay I want to replace 2-bit LSB (rightmost bits) by embedding 2-bit of the message.
In Matlab with character and uint8 or 16 etc .
You can do this in for /while loop
tmp='1001'; % this is character string
t1=strcat(tmp,'10');
remember to convert it back to integer (that's another story )
Or you can take double and limit the range of #s using bitor / bit manipulations
p1=9;
p2=41;
p3=bitor(p1,p2)
Take care to check for ranges
http://precision-vision.com/d-contrast-sensitivity/
09 October 2016 7,701 0 View
What is the difference between contrast and contrast sensitivity in terms of image perception?
01 January 1970 2,929 0 View
contrast-based saliency detection
01 January 1970 3,681 1 View
Image hiding by optimal LSB substitution and genetic algorithm MatLab code
01 January 1970 4,322 1 View
After COVID-19 it has seen that EFL learners technological affiliation has raised. In addition, in the post-COVID period learners started to engage AI technologies like ChatGPT while learning...
08 August 2024 8,964 4 View
I would like to understand potential safety concerns while handling SEB in the lab. Especially while working in animal house facility. Would like to know precautions for handling. Sigma MSDS...
07 August 2024 6,034 3 View
During low-temperature testing, new diffraction peaks that appear could be indicative of several phenomena. In one of our tests, we observed notable new peaks around 40° and 45° in a specific...
06 August 2024 726 3 View
Hoy la animación se utiliza como una tecnología multimedia con gran potencial educativo, que va mucho más allá de sólo crear figuras, ya que puede promover una mejor comprensión en...
01 August 2024 7,186 0 View
I am currently working on validating land subsidence results obtained using SBAS InSAR. Could anyone suggest reliable sources or repositories where I can download a historical DEM from 2018?...
31 July 2024 9,757 3 View
I am new to Micromechanics and having similar problem with understanding the implementation of the formula's. I would appreciate if anyone can guide me on how to go about getting a scalar value...
30 July 2024 969 0 View
Hello, colleagues. Recently, I have been working on a metal processing simulation with my UMAT in Abaqus. I have outlined the corresponding simulation, but I keep encountering issues that cause...
30 July 2024 7,062 1 View
i need a recent digital banking topic for doing my Ph.d research
29 July 2024 5,210 2 View
Some Staphylococcus aureus strains Inhibit the growth of Mycobacteria in Mueller Hinton Agar medium containing 10% OADC. Do some Staphylococcus aureus strains have in vitro antimycobacterial activity?
29 July 2024 10,023 2 View
Please, what is the memory consumption of the Matlab function quad tree decomposition procedure [S = qtdecomp(I)] with respect to the input set I?
27 July 2024 5,455 2 View