Feeds
질문
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...
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
거의 13년 전 | 답변 수: 1 | 0
1
답변질문
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...
거의 13년 전 | 답변 수: 2 | 0
2
답변질문
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...
거의 13년 전 | 답변 수: 0 | 0
0
답변질문
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...
거의 13년 전 | 답변 수: 1 | 0
1
답변질문
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...
거의 13년 전 | 답변 수: 1 | 0
1
답변질문
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...
거의 13년 전 | 답변 수: 5 | 0
5
답변답변 있음
Creating 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...
Creating 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...
거의 13년 전 | 0
질문
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...
거의 13년 전 | 답변 수: 3 | 0