Hi , I'm student and I'm need help from yours all.

I have image as a result from canny edge detection process.

I would like to get Mean & standart Deviation value from this image .

Anyone can help Me ???

Please!!!!

Recommended Answers

All 2 Replies

If you can put your data in an array or list, this has to be an easy job.
e.g. for the mean :
Loop through each element in the array
Add element to a sum variable
At the end divide the sum by the total elements in the array.

Hope this helps you a bit.

If you can put your data in an array or list, this has to be an easy job.
e.g. for the mean :
Loop through each element in the array
Add element to a sum variable
At the end divide the sum by the total elements in the array.

Hope this helps you a bit.

Thank For the Reply Answer

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.