9 Questions 13 Answers 0 Followers
Questions related from Aditya Kumar Sahu
Hello all, Can anyone kindly suggest some good journals with no page-length restriction? Your valuable suggestions are highly welcome.
01 January 2020 3,904 3 View
How image steganography provides authentication? Where exactly steganography is used in military application?
08 August 2019 4,342 4 View
When we embed some data in an image, and add salt and pepper noise to the image. Then, even we remove the noise also it is still difficult to retrieve the exact original image. Then, can we say...
11 November 2018 7,087 6 View
a=imread('f.jpg')b=imresize(a,[16 16]); c=dec2bin(b,8);d=cellstr(dec2bin(b,8))'; ro=size(d,1);co=size(d,2);for i=1:rofor j=1:cop(i,j)=d(i,j);endendfor i=1:rofor j=1:coif d(i,j)==00000001 |...
11 November 2016 8,013 2 View
s=[0 1]; Let k{1,2}{1,1}=01010001,k{1,2}{1,2}=11010101,k{1,2}{1,3}=01010001,k{1,2}{1,4}=11010001,{1,2}{1,5}=00010001(continued upto {1,2}{1,7}) if (strcmp(k{1,2}{1,1}, '00000001')...
11 November 2016 9,619 5 View
suppose i have a cell array a(1*256). let all cell elements are converted to binary and the first element is let it be 10010100(8Bit). i want to compare each cell element with some other binary...
11 November 2016 4,433 0 View
I have a 512*512 image and I want to divide into blocks each having 1x2 pixels.So I will get total 131072 blocks.Now I want to process each blocks. i am doing in matlab code.. Any idea?
10 October 2016 2,827 6 View
I found different researchers writing differently when they are citing others' work. I mean if I use someones (Let's say X et al. [5] work with reference number 5, then is it required to write...
01 January 1970 1,678 5 View
Which language do you prefer while studying machine learning? Is it Python, or MATLAB? Try to be as elaborate as possible.
01 January 1970 7,320 5 View