photo

Vishnu M S


Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

Statistik

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


I need the complete code for transforming a histogram back to its image. Also I need the code for shifting histogram of an image towards right.
I am doing a project on reversible data hiding(using histogram shifting).

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Charecter to binary form
I have a character A. I converted this into a binary form(say B). I need to perform some operations using B. While doing this I ...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to add zeros to the end of an array
I have two arrays like A=[ 1 5 3 8 9 4 7 6 5 2 ] & B=[ 5 2 3 9 7 4 5 ] In 'A', I have 10 elements(say m) and in 'B', I have...

mehr als 11 Jahre vor | 4 Antworten | 1

4

Antworten

Frage


How can I convert an array to a matrix?
I have an array like B=[2 3 1 5 2 8 1 7 9 1 5 2 4 6 3 9 3 1 7 0 7 2 8 6]. I need this elements in a matrix called A like ...

mehr als 11 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


How can I embedd data to an image
I have an M X N image with each pixel grayscale value x∈[0,255]. I need to embedd some binary data to this image. For that I nee...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


peak of a graph
I have a graph. How can I find the peak value and location of peak point without using for loop? ...

mehr als 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to display a histogram
I have changed the value of some pixels of an image H. After that, how I can find the modified histogram? ...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to increase a pixel value
I have an M X N image named H. How can I increase the value of a particular pixel? Please help ...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how can I convert a matrix to an array
I have a matrix say, A= 1 8 4 6 2 1 7 5 8 3 3 9 . I need the elements in an array...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how can we convert a '.m' matlab file to vhdl and verilog code
vhdl [EDITED, Jan, moved from a comment to an answer] Sir, I am doing a project on image steganography using 2D DWT. I com...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how can I convert a binary matrix to a linear data?
I have a matrix A of size 3X2. Where A(1,1)=1, A(1,2)=0, A(2,1)=1, A(2,2)=1, A(3,1)=0, A(3,2)=1. I need the data in ...

mehr als 11 Jahre vor | 1 Antwort | 0

1

Antwort