how to save edges in vector

2 ビュー (過去 30 日間)
DSB
DSB 2017 年 3 月 29 日
コメント済み: Walter Roberson 2017 年 4 月 10 日
I'm trying to save the edges in vector in .mat file how can i do that?
  2 件のコメント
Walter Roberson
Walter Roberson 2017 年 3 月 30 日
how do you want the edges to be represented?
DSB
DSB 2017 年 3 月 30 日
zero and one

サインインしてコメントする。

採用された回答

Walter Roberson
Walter Roberson 2017 年 3 月 30 日
Suppose you have just done edge detection on an image, and suppose the name of the output matrix is EdgeMatrix . Then you can do
EdgeVector = EdgeMatrix(:);
save EdgeMat.mat EdgeVector
  6 件のコメント
DSB
DSB 2017 年 4 月 10 日
I got accuracy 68% do you know how can i improve the accuracy?!
Walter Roberson
Walter Roberson 2017 年 4 月 10 日
Use a different Classification method, or experiment with different kernels, or choose a different set of features.
SVM on detected edges might not be a useful approach at all.

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by