Comment on page
Mean Value of Image
The
Node_
MEAN_Image
in AugeLab Studio calculates the mean value of an input image. It takes an image as input and calculates the average pixel intensity, which represents the mean value of the image on a scale of 0 to 255. This documentation will provide an overview of the node's functionality and how to use it effectively.The
Node_
MEAN_Image
node calculates the mean value of an input image. It provides a simple way to analyze the overall brightness or intensity of an image by computing the average pixel value.
- Node Title: Mean Value of Image
- Node ID: OP_NODE_MEAN_IMAGE
- Tooltip: Get mean value of image between [0-255]
The
Node_
MEAN_Image
node has one input socket:- 1.Input Image: Connect the image data to this socket. The node will calculate the mean value of the image.
The
Node_
MEAN_Image
node has one output socket:- 1.Mean Value: This socket provides the calculated mean value of the input image as a number.
The
Node_
MEAN_Image
node does not have any additional configuration parameters.- 1.Drag and drop the
Node_
MEAN_Image
node from the node library onto the canvas in AugeLab Studio. - 2.Connect the input image data to the "Input Image" socket.
- 3.Run your project or trigger the execution of the node.
- 4.The node will calculate the mean value of the input image and display it as a number.
- 5.The mean value represents the average pixel intensity of the image, ranging from 0 to 255.
Let's walk through an example to illustrate how the
Node_
MEAN_Image
node works.- 1.Drag and drop the
Node_
MEAN_Image
node onto the canvas. - 2.Connect the input image data to the "Input Image" socket. This could be the output of an image processing node or any other source of image data.
- 3.Run your project or trigger the execution of the node.
- 4.The node will calculate the mean value of the input image and display it as a number.
- 5.The mean value represents the average pixel intensity of the image, ranging from 0 to 255.
- The
Node_
MEAN_Image
node calculates the mean value of an input image, providing a measure of the average pixel intensity. - Ensure that you connect a valid image data source to the "Input Image" socket.
- The mean value represents the average brightness or intensity of the image on a scale of 0 to 255.
That concludes the documentation for the
Node_
MEAN_Image
node in AugeLab Studio. This node offers a simple and effective way to calculate the mean value of an image, providing insights into the overall intensity or brightness of the image.