필터 지우기
필터 지우기

how to save edges in vector

조회 수: 1 (최근 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개)

카테고리

Help CenterFile Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by