Statistics
RANK
166,431
of 295,448
REPUTATION
0
CONTRIBUTIONS
8 Questions
1 Answer
ANSWER ACCEPTANCE
12.5%
VOTES RECEIVED
0
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
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
Using C Header files with loadlibrary
Hi, We are trying to use a dll file provided by FTDI in order to communicate with an FTDI chip which in turn uses I2C to comm...
10 years ago | 1 answer | 0
1
answerQuestion
Use of square brackets
I know this sounds a silly question, but what is the difference between using imshow(X); and using imshow(X,[]); ? For some imag...
12 years ago | 1 answer | 0
1
answerQuestion
Solving K-means issue
Hi, I'm trying to use K-means to segment and image and then working on the resulting mask to clean it up, but K-means doesn't...
12 years ago | 2 answers | 0
2
answersQuestion
Determining the Centroid from clusters
I'm trying to use k-means for segmentation but would like to specify the centroid myself rather than letting k-means select a ra...
12 years ago | 0 answers | 0
0
answersQuestion
Creating a 3-d histgoram
Hi guys, I've been trying to create a 3-d histogram similar to this one http://blogs.mathworks.com/steve/2010/12/23/two-dimen...
12 years ago | 1 answer | 0
1
answerQuestion
Changing bin sizes for scatter plot
Hi, I'm using the following code to represent the pixel values of an image on scatter plot, but I wish to change the bin size...
12 years ago | 1 answer | 0
1
answerQuestion
Sliding window minimum and maximum filter
I'm trying to apply a sliding window minimum and maximum filter to an image of a certain window size. Actually, I'm trying to fi...
12 years ago | 5 answers | 0
5
answersCreating a histogram in 3D using LAB colorspace
Thanks! That looks to be an excellent tool. But this is kind of an assignment, so I'm trying to code it myself albeit with a bit...
12 years ago | 0
Question
Creating a histogram in 3D using LAB colorspace
I'm trying to segment an image using kmeans, but I'm trying to find the number of clusters by creating a 3D histogram in the LAB...
12 years ago | 3 answers | 0