![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/2900270_1522092078412_DEF.jpg)
Amateuromania
2011 年からアクティブ
Followers: 0 Following: 0
Professional Interests: Image Processing
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...
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年以上 前 | 0
回答済み
how to find cluster centroid?
if you are storing the cluster points' values, you can use kmeans() function.
how to find cluster centroid?
if you are storing the cluster points' values, you can use kmeans() function.
12年以上 前 | 0
質問
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年以上 前 | 1 件の回答 | 0
1
回答回答済み
Help 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...
Help 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年以上 前 | 0
質問
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年以上 前 | 2 件の回答 | 0