I am working on color image steganorgaphy. I need a threshold calculation procedure or a method.
You can use the Otsu threshold
In matlab you can use following code to find Otsu Global thresholding for an image (I).
ThreholdValue = graythresh(I);
Then you can binarize the image like this:
binaryImage = im2bw(I,ThreholdValue);
If you work with matlab
u can calculate it with mean of pixel on the image. but first to do is make ur image become gray first. rgb to gray -> (0.7,0.2,0.1) = rgb. the total must be 1. after become gray image u can use many logic to determine the threshold of image.
I want a hardware which support MATLAB code code for my data hiding algorithm . Kindly suggest me the hardware board which support MATLAB code.
09 October 2019 9,586 5 View
Dear all What are the recent work in deep learning. how to start with python kindly suggest some work and materials to start with that.
04 May 2019 4,896 7 View
What are the sensitivity and specificity ? how to find the sensitivity and specificity of the cover and stego image in a stegnography technique .
03 April 2018 9,541 6 View
I have performed all the attack for my image cryptography algorithm. finally i need to test NIST results for my cryptography algorithm. if any one have the code kindly share the code. please do...
09 October 2017 2,016 2 View
I am working on signal processing. now i am look for DSP processor which support signal process. kindly send some supporting materials related to this. kindly do the needful
06 July 2017 8,740 4 View
I want to import a ECG signal from MIT database in to XLINX using Verilog .
11 December 2016 8,643 2 View
64 is multiplied with a signal sample value. after multiplication the sample value changes 0 or 255 eg=>17x64= 1088 the resultant value of the above process is 255 i cant understand what...
09 October 2016 8,503 6 View
[cA,cD] = dwt(sig, 'db1'); i have used this code to decompose a signal and i have obtained CA and CD of Size (Ixn) but if i change the code to some other 'wname' like db2, db4 etc i am getting a...
03 April 2016 2,096 2 View
In certain application of ECG compression Conversion of 1D Signal to 2D Signal is done using Period and Amplitude Normalization (PAN). there are several methods too how they are done. kindly any...
09 October 2015 7,185 2 View
kindly suggest any of the paper with watermarking and neural network
07 August 2015 320 7 View
I need to model an anisotropic material in which the Poisson's ratio ν_12 ≠ ν_21 and so on. Therefore, the elastic compliance matrix wouldn't be a symmetric one. In ANSYS APDL, for TB,ANEL...
09 August 2024 5,048 2 View
Request Python code from this article : Gender equity of authorship in pulmonary medicine over the past decade. THANKS!
08 August 2024 6,242 2 View
Visual Studio Code (VS Code) has become a popular choice among developers for several reasons: 1. **Free and Open Source**: VS Code is free to use and open source, making it accessible to...
07 August 2024 7,013 4 View
Dear fellow researchers, I am currently working on a paper where I need to provide a reliable reference that defines and distinguishes between 3D mesh models and 3D city models. Although I am...
06 August 2024 9,986 2 View
I need the python code to forecast what crop production will be in the next decade considering climate and crop production variables as seen in the attached.csv file.
05 August 2024 2,977 3 View
I am seeking experimental or applicable data for the liner (LLDPE) interface in FLAC3D numerical modeling of a large stockpile. Could you please recommend suitable references? The preferred data...
05 August 2024 3,665 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
Dear all, I am working on particle deposition in human's & rat's respiratory airways using CFD and I am looking for the 3D CAD file for my simulations (STEP or IGES format). If somone has such...
29 July 2024 1,092 2 View
all math can be traversed by code? all math can be translate to code?
26 July 2024 9,530 0 View
In running two-dimensional gel electrophoresis on bacterial protein, some spots that appear to match a protein sequence have a significantly more acidic isoelectric point than the calculated pI....
24 July 2024 8,076 3 View