Click here to Skip to main content
16,003,345 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I have a BMP image that is grayscale . I need to find the gray level cooccurrence matrix for the bmp image. I know it uses accord.imaging name space. But there aren't any instructions on how to compute the matrix value. I have already converted the image into unmanaged image as i have seen that the compute function uses only unmanaged images .

C#
public double[,] Compute(
UnmanagedImage source
)
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900