Research Article

The Use of Sensors for Monitoring the Feeding Process and Adjusting the Feed Supply Velocity in Fish Farms

Table 1

Code for obtaining the histograms.

Function Analyze_image (){
 Read picture ('picture1.png');
 Divide image into RGB components;
 Define brightness levels [1 to 256];
 Count pixels in each brightness level;
 Show RGB histograms:
}