How to solve divergence (gradient(column matrix))
이전 댓글 표시
Apart from applying L2 norm, it's derivative so called L1 is applied for edges of a image. for image I, size M*N f be the column matrix MN*1 then ∇∙(∇f)/|∇f | where (∇f) is gradient, |∇f | L1 norm of (∇f) but the problem is ,since f is column matrix , divergence function in matlab is gives error saying that the matrix must be 2*2 or greater. how to overcome this problem?
댓글 수: 1
Jan
2015년 12월 12일
Please edit the question and insert some code, which reproduces the problem. Then add a copy of the error message, because a rought paraphrasation might conceal important details.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Sparse Matrices에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!