Azzera filtri
Azzera filtri

how to save edges in vector

1 visualizzazione (ultimi 30 giorni)
DSB
DSB il 29 Mar 2017
Commentato: Walter Roberson il 10 Apr 2017
I'm trying to save the edges in vector in .mat file how can i do that?
  2 Commenti
Walter Roberson
Walter Roberson il 30 Mar 2017
how do you want the edges to be represented?
DSB
DSB il 30 Mar 2017
zero and one

Accedi per commentare.

Risposta accettata

Walter Roberson
Walter Roberson il 30 Mar 2017
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 Commenti
DSB
DSB il 10 Apr 2017
I got accuracy 68% do you know how can i improve the accuracy?!
Walter Roberson
Walter Roberson il 10 Apr 2017
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.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Statistics and Machine Learning Toolbox in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by