Sneha
2017년부터 활동
Followers: 0 Following: 0
Feeds
질문
Always getting 255 while adding.
I had a matrix of Red values of an image R of size 65536*1 and i had 3 integer values RR(1),GG(1) and BB(1). I need to add R(1)+...
거의 7년 전 | 답변 수: 1 | 0
1
답변질문
How to apply walsh hadamard transform?
Please help me with the code to implement the walsh hadamard transform on an image. I am not aware how to apply the transform on...
거의 7년 전 | 답변 수: 1 | 0
1
답변질문
How can i interpret a value
I got a value as 7.6751e+09. How can i interpret this value for finding mod with 256?
거의 7년 전 | 답변 수: 1 | 0
1
답변질문
always get 255 in sum
I am getting the value 255 all the time in the below loop. P is an lena image of size m*n*3 (m=256,n=256). Actually i need the s...
거의 7년 전 | 답변 수: 1 | 0
1
답변질문
How do I separate a concatenated image?
I had a lena image P of size m*n and I extracted the 3 components R, G, and B each of size m*n. Then I stitched the 3 components...
거의 7년 전 | 답변 수: 1 | 0
1
답변질문
Code for 2D Rectangular Transform
<</matlabcentral/answers/uploaded_files/98287/Capture.PNG>> An image PS of order m*3n has to be permutate by the the above e...
거의 7년 전 | 답변 수: 0 | 0
0
답변질문
Stitching three channels of an image
i need to stitch the three components red blue and green of an rgb image P to form a gray image PS. At first i separate the thre...
거의 7년 전 | 답변 수: 1 | 0