1
1.3kviews
What is Hadamard Transform?Write a $4\times4$ Hadamard matrix and its applications. H(4) ortogonal and normalized b)Explain morphological operations i)Fit,Miss Transformations ii)opening and closing
1 Answer
0
52views

hadamard matrix is matrix of order n i.e nxn matrix with elements -1 or +1.

orthogonal 4x4 matrix

1 1 1 1
1 -1 1 -1
1 1 -1 -1
1 -1 -1 1

normalised 4x4 matrix

       | 1 1 1 1   |
 1/2   | 1 -1 1 -1 | …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.