Navdeep Sony
Followers: 0 Following: 0
Statistics
10 Questions
0 Answers
RANK
36,955
of 295,467
REPUTATION
1
CONTRIBUTIONS
10 Questions
0 Answers
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
1
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Dictionary Learning and Sparse Coding doubt
I am trying to implement this paper "Blood Vessel Enhancement via multi dictionary and sparse coding". You can find the paper at...
7 years ago | 0 answers | 0
0
answersQuestion
Orthogonal Matching Pursuit algorithm implementation problem
I am trying to implement orthogonal Matching Pursuit algorithm. The algorithm can be found here. <https://in.mathworks.com/he...
7 years ago | 0 answers | 0
0
answersQuestion
How can I make my matlab code fast?
I have tried to find the dot product of two matrices but the code takes approximately 12 minutes to compute which is huge amount...
7 years ago | 0 answers | 0
0
answersQuestion
How to reduce large Computational time
Please find the code attached below. Also please find three .mat files that have been attached. The problem is that the code tak...
7 years ago | 2 answers | 0
2
answersQuestion
Can we rotate sobel operator and still get the same results for gradient image
I have a *5*5* image and I applied *imgradient()* on it and got the directions(just focussing on directions). I also tried to ca...
9 years ago | 1 answer | 0
1
answerQuestion
Can we see the code of a function?
I want to see how imgradient() function works. Can I see its code by any means?
9 years ago | 1 answer | 0
1
answerQuestion
Gradient direction mismatch in values
Please refer to the complete question at the following link http://stackoverflow.com/questions/35238047/gradient-of-an-image
9 years ago | 0 answers | 0
0
answersQuestion
How can we generate an image with equal number of intensity values?
For example we have an image that has 5 pixels with intensity 100, 5 with intensity 50, 5 with intensity 200 and so on.
9 years ago | 1 answer | 0
1
answerQuestion
Setting the position of an image in a figure
I have three images in the figure as shown below. 1. I want to display these three images at the center of the figure. How ca...
9 years ago | 1 answer | 1
1
answerQuestion
distribution of excess pixels
I am trying to manually equalize the image using standard histogram equalization algorithm in which I am mapping the pixels to 4...
9 years ago | 1 answer | 0