Amateuromania
Followers: 0 Following: 0
Professional Interests: Image Processing
Statistics
RANK
152,667
of 295,527
REPUTATION
0
CONTRIBUTIONS
2 Questions
3 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
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
problem executing while loop
You haven't declared n. First calculate n then check the condition much like the do while loop. You can use something like th...
12 years ago | 0
how to find cluster centroid?
if you are storing the cluster points' values, you can use kmeans() function.
12 years ago | 0
Question
Problem in using engOpenSingleUse()
I've used the C++ interface of matlab on Windows. I keep getting the error messages after I have made 3 calls to matlab using en...
12 years ago | 1 answer | 0
1
answerHelp with gray scale images
the second argument [] only helps in display. The matrix value remains unchanged, i.e, 63 and not 255. How is 255 getting replac...
13 years ago | 0
Question
Help with gray scale images
I have a gray scale image which I after thresholding and histogram equalization write using imwrite. But when I read back this s...
13 years ago | 2 answers | 0