統計
MATLAB Answers
4 質問
0 回答
ランク
of 170,890
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
I have an image problem with the image using the save button "Error using images.internal.parseNonStringInputsEdge"
I want to save the image with the save button that can immediately change the size of the image citra = handles.image; citra...
5年以上 前 | 1 件の回答 | 0
1
回答質問
i have Error using edge Expected input number 1, I, to be one of these types:
citra = handles.image; tresH = 0.1; citraGray = rgb2gray(citra); citraSobel = edge('citraGray', tresH, 'sobel'); axes(handl...
5年以上 前 | 0 件の回答 | 0
0
回答質問
How to get binary data from RGB images
how to get biner data if we have code like this : what code should add so that it can get binary data from RGB ? uint8Image =...
5年以上 前 | 0 件の回答 | 0
0
回答質問
how do I get binary data image with the save button on the guide?
I am segmenting and saving images that have been segmented. The image was successfully saved with jpg type but I don't know how ...
5年以上 前 | 1 件の回答 | 0
