arithmatic functions for gray scale image

i have a gray scale image.my codes are
V=(-1*diff(summ));%%gives the horizontal edges of the image
H=(-1*(diff(summ'))');%%gives the vertical edges of the image
HV=imadd(H,V);%%i want to see the both edges in same image.
i'm very new for matlab.i dont know these codes are correct or not.is there any operation to convert the arithmatic results into image.thanks.

3 件のコメント

Jan
Jan 2013 年 9 月 30 日
Now it would be helpful, if you explain what "summ" is. The more details we have to guess, the less matching the answers will be.
mahesh chathuranga
mahesh chathuranga 2013 年 10 月 3 日
summ is the the image of cooccurrence matrix features(contrast and energy)
Image Analyst
Image Analyst 2013 年 10 月 3 日
The cooccurrence matrix is a 2D array and can be displayed as an image, true. But, the edges of the cooccurrence matrix??? I have no idea what that would even represent. I don't think it means anything, at least nothing intuitive that I can think of.

回答 (1 件)

Image Analyst
Image Analyst 2013 年 9 月 30 日

0 投票

Why not use imgradient() or imgradientxy()?

2 件のコメント

mahesh chathuranga
mahesh chathuranga 2013 年 10 月 3 日
it gives the error message??? Undefined function or method 'imgradient' for input arguments of type 'double'.
Image Analyst
Image Analyst 2013 年 10 月 3 日
You must be using an old version of MATLAB. Please download the latest version. It's included in your maintenance contract.

この質問は閉じられています。

質問済み:

2013 年 9 月 30 日

閉鎖済み:

2021 年 8 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by