Group Abstract Group Abstract

Message Boards Message Boards

0
|
5.2K Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:
GROUPS:

calculate standard deviation

Posted 11 years ago

I need to calculate standard deviation RGB image characteristics. I need to calculatie Green standard deviation and Blue Standard deviation. How can I do this? I tryed to write something like this but I don't understand why this code doesn't work/ file = Import["D:\Mathematica\1.jpg"];(open filr) imagedata = ImageData[file]; array = ImageData[file]; totalSKO = StandardDeviation[array[[all, , ]]]

POSTED BY: Dmitry Dmitriev
Posted 11 years ago
Attachments:
POSTED BY: David Keith
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard