Skip to main content
Advertisement
Browse Subject Areas
?

Click through the PLOS taxonomy to find articles in your field.

For more information about PLOS Subject Areas, click here.

  • Loading metrics

A novel algorithm for maximum power point tracking using computer vision (CVMPPT)

  • Morteza Ahmadi,

    Roles Conceptualization, Formal analysis, Methodology, Software, Writing – original draft

    Affiliations Laser and Plasma Research Institute, Shahid Beheshti University, Tehran, Iran, Centre for Quantum Technologies, National University of Singapore, Singapore, Singapore

  • Masoud Abrari,

    Roles Formal analysis, Validation, Visualization, Writing – review & editing

    Affiliation Laser and Plasma Research Institute, Shahid Beheshti University, Tehran, Iran

  • Majid Ghanaatshoar ,

    Roles Project administration, Supervision, Writing – review & editing

    m-ghanaat@sbu.ac.ir

    Affiliation Laser and Plasma Research Institute, Shahid Beheshti University, Tehran, Iran

  • Ali Khalafi

    Roles Investigation, Validation, Writing – review & editing

    Affiliation Department of Electrical Engineering, Iran University of Science & Technology, Narmak, Tehran, Iran

Abstract

The behavior of an illuminated solar module can be characterized by its power-voltage curve. Tracking the peak of this curve is essential to harvest the maximum power by the module. The position of the peak varies with temperature and irradiance and needs to be traced. Under partial shading conditions, the number of peaks increases and makes it more difficult to find the global maximum power point (MPP). Various methods are used for maximum power point tracking (MPPT) that are based on iterations. These methods are time-consuming and fail to work satisfactorily under rapidly changing environmental conditions. In this paper, a novel algorithm is proposed that for the first time, utilizes computer vision to find the global maximum power point. This algorithm, which is implemented in Matlab/Simulink, is free of voltage iterations and gives the real-time data for the maximum power point. The proposed algorithm increases the speed and the reliability of the MPP tracking via replacing analogue electronics calculations by digital means. The validity of the algorithm is experimentally verified.

Introduction

As the world’s energy demand is increasing, it is necessary to move toward renewable energy resources. Solar energy is considered as a resource that will provide much of the human energy in future. Solar cells that directly convert solar energy into electricity will have a key role as a future energy supply [13]. Usually, a single solar cell does not generate a huge amount of power, so a number of solar cells are connected in series to form a string with higher voltage and then the strings are connected in parallel to achieve a higher current and thus a higher power [4]. If any of these solar cells are shaded, they will work in reversed biased mode and instead of generating power, the cells under shading will dissipate the power produced by other cells. This condition, which is referred as partial shading, increases the power loss dramatically and can result in other serious problems including hotspots [5, 6]. In order to avoid the problems caused by partial shading, by-pass diodes are used in parallel with solar cells that create a current path to by-pass the shaded cells [79]. Using a single diode for every cell is not economical and so, usually, a diode is used for several solar cells. Therefore, various configurations such as series-parallel (SP), Bridge-linked (BL), Honey-comp (HC), and total-cross-tied (TCT) exist [1013].

Adding by-pass diodes increases the non-linearity of a photovoltaic system and generates multiple peaks in its P-V curve [1416]. To extract the maximum power of a photovoltaic system it is necessary for it to work in the global maxima [17]. Finding the maximum power point (MPP) under varying environment is a challenging task and several techniques are proposed to do so. One of the techniques which are used to find the global maximum is perturb and observe (P&O) method that uses perturbation steps to find the MPP [1820]. In this algorithm, which is also called the hill climbing algorithm, the operating point is never steady at the MPP but is drifting around it. Another problem with this method is that in the condition of rapidly changing environmental lighting, the algorithm fails in its convergence effort. Another method which is used for MPP tracking is incremental conductance algorithm that solves the problems of the P&O algorithm by means of smaller sampling intervals but increases the system complexity and makes its hardware implementation harder [21]. A huge amount of studies has been conducted to improve MPPT methods that have resulted in adaptive perturb and observe method and variable step size incremental conductance method [2224]. Another method for MPPT is Constant Voltage (CV) [25]. The MPP is considered to have a set voltage value in the CV technique, which is the same as the value recorded under the standard test conditions (STCs) specified by the manufacturer. Usually, this constant voltage falls between 72% and 80% of the VOC. A feedback control loop is then utilized to modify the MPPT converter’s duty cycle using this reference voltage. All that is needed to build a constant voltage MPPT control is measuring the array voltage. It can be put into practice using both digital and analog electronics. Ripple Correlation Control (RCC) is another technique which is based on the ripples in the voltage and current [26]. There are ripples in the voltage and current when a PV array is linked to a power converter. The switching operation of the converter causes these waves to be applied to the PV array. Ripples therefore also have an impact on the PV array’s power. RCC is a tracking method that tracks the MPP by monitoring ripples in voltage and current. The derivatives of the changing PV power are correlated with those of the fluctuating PV voltage or current in order to attain the MPP and push the power gradient to zero. When power grows while current or voltage increases, the operating point is below the MPP. On the other hand, the operating point climbs above the MPP if the power is cut off and the current or voltage increases. Open Circuit Voltage (OCV) technique is also a way to track the maximum power point [27]. According to the OCV technique, the voltage at MPP is determined by multiplying the solar module’s VOC by a constant coefficient that falls between 0.7 and 0.8. Because of its streamlined process, this approach is simple to use, but it requires disconnecting the load each time the VOC needs to be measured, which reduces system efficiency and causes power supply interruptions. As a result, it is not advised to apply this technique in situations when the load’s supply continuity is crucial. Short Circuit Current (SCC) is another method for MPPT [28]. This tracking technique is predicated on the observed linear relationship between the short-circuit current and the PV current at MPP, much like the OCV technique. SCC uses a proportional constant, which is mostly influenced by the filling factor, weather conditions, and PV cell technology. The constant for polycrystalline photovoltaic modules is estimated to be around 0.85. Many times, a PV scan is performed every few minutes to determine the constant. Once acquired, the system employs the revised approximation until the subsequent computation is executed. After then, the control flowchart and the OCV approach are similar. Consequently, this approach shares the same advantages and disadvantages as the OCV control method. All of the mentioned methods have an iterative nature that is time-consuming and may face problems in rapidly changing conditions. For such conditions, other algorithms like distributed MPPT, PV curve scan, and other algorithms are proposed which have a high level of complexity and in some cases, they require to change the hardware configuration based on shading condition [2933]. There are other algorithms, among which someone can refer to Low Burden Narrow Search (LBNS) [34], butterfly optimization algorithm [35] and fuzzy logic control (FLC) MPPT [36]. For a complete review of the MPPT methods, one can see [37].

Computer vision is a science that is concerned with the automatic extraction, analysis, and understanding of useful information from a single image or a sequence of images [38]. By this means, one can detect the modules and shadings on them, useing the data to simulate the partial shading condition and determine the maximum power point. In many studies, the simulation data has been well matched to the experimental results [39, 40]. Furthermore, it has been confirmed that the performance of the solar modules is mostly affected by the shading pattern rather than its strength and volume [41]. Hence, it is possible to evaluate the performance of the solar modules by detecting the shading patterns on them. Computer vision techniques have been previously used for solar cell crack inspection [42], fault diagnosis [43] and shading detection [44]. However, there is no report of maximum power point tracking under partial shading conditions using computer vision yet.

In this paper, a new approach for MPP tracking (CVMPPT) is proposed. The basic idea behind our algorithm is that in contrast to all the previous MPPT methods that utilize analogue electronics, one can use computer vision to detect shading patterns on solar cells and use the acquired data to calculate the voltage at maximum power by means of mathematical modeling. This method has no voltage iterations and finds the global maximum power point in a single step. it is unlikely to fail in its MPP tracking effort due to its reliance on mathematical analyses. The proposed algorithm is implemented in Matlab/Simulink and verified experimentally. The paper is organized as follows; in section 2, the solar module model and its parameters are described, in section 3 the flowchart of the algorithm is proposed and explained, while the CVMPPT algorithm is implemented and experimentally verified in section 4.

Solar cell model & simulation

Equivalent circuits are used to describe the behavior of solar cells [45]. These circuits are formed by a current source, one or two diodes, and shunt and series resistances. The same circuits can be employed for solar modules and arrays [46]. Fig 1 shows the single diode solar cell mode, in which a diode and a current source are connected in parallel.

The acquired current of a solar cell can be expressed as: (1) where IL is the photo-generated current, ID is the diode current, I0 is the diode reverse saturation current, q stands for the elementary charge, Vtot is the voltage across the diode, n represents the diode ideality factor, kB is the Boltzmann’s constant and T is the temperature of the device. As can be seen from Eq 1, the performance of a photovoltaic system depends on the temperature and the amount of incident irradiance. Typically, solar cell behavior is demonstrated by plotting its voltage against its current, a graph named as I-V curve [47]. For MPP tracking purposes it is more convenient to use P-V curve which is simply acquired by multiplying the current at each voltage by its respective voltage [48]. The effect of temperature and irradiance on the P-V curve of a solar module is illustrated in Fig 2 which is acquired by solving Eq 1 using Matlab/Simulink. It can be seen from Fig 2 that reducing the amount of irradiance on the module dramatically decreases the generated power. This figure shows that how shading can affect a single solar module behavior and consequently disturb a solar array performance.

thumbnail
Fig 2.

a. The influence of irradiance on P-V curve of a solar module at a fixed temperature of 25°C, b. variation of a solar module P-V curve with temperature at an irradiance of 1 kW/m2.

https://doi.org/10.1371/journal.pone.0301363.g002

Fig 3 shows the implementation of Eq 1 in Matlab/Simulink. This is the same circuit proposed in our previous work [41]. In this circuit, the properties of the solar cell such as VOC and ISC are defined in the subsystem, which solves Eq 1 by acquiring the amount of insolation and temperature as input and gives us the values of the module output voltage and current. Partial shading situations can be examined by reducing the insolation amount on specific modules in an array. The output terminals of this model can be connected to other cells, which enables us to simulate various configurations that are common in photovoltaic systems. In this paper, SP configuration has been used to implement the algorithm due to its popularity among other configurations.

Description of the algorithm (CVMPPT)

Here an algorithm is proposed, which takes a completely new approach for MPP tracking. The complete flowchart of the algorithm is illustrated in Fig 4. The description of the algorithm is as follows.

Step 1.

At the beginning, the panel must be defined for the computer. Several parameters such as open circuit voltage, short circuit current, the ideality factor and other parameters should be considered. If a commercial solar device is employed, the required information can be extracted from their datasheets. In many cases, there are digital libraries containing the needed information. In this step, the configuration of the solar panel (e.g. SP, TCT, BL & HC) should also be provided by the user. Computer vision can only extract the visual data and has no information of the back contacts and interconnections of the solar cells, which can play a determinant role.

Step 2.

A picture of the defined panel is taken in this step. This can be done by simply placing a camera in front of the solar panel or panels as it is illustrated in Fig 5A. The camera should be placed in a way that it does not cause any shading on the panel. The minimum resolution of the camera is determined by several parameters [49]; the field of view (FOV) which is the area covered by the solar panel(s), the working distance (WD) that the camera is installed, and the smallest feature which in our case is the area of single module in the panel. Additional parameters that play a role in camera selection are its pixel size and focal length. Fig 5B illustrates the geometry, which the camera is placed in front of the solar panel(s). In this figure, the camera is defined by 3 parameters, namely its sensor size which is the number of pixels in each row and column of the camera’s CCD or CMOS sensor, its focal length and its lens. If the algorithm is used for a large-scale solar plant, either a high-resolution camera, which covers all the panels, or a cheap low-resolution camera for each cluster of the panels can be used.

thumbnail
Fig 5.

a. Schematic of the algorithm implementation, b. The camera parameters.

https://doi.org/10.1371/journal.pone.0301363.g005

The resolution of an image is the number of pixels in the image. To make an accurate measurement on the image, a minimum of four pixels per smallest feature is needed. According to the Nyquist–Shannon theorem, two samples of a continuous signal are required to define it as a discrete signal, which contains all the information. Since the images of the solar panels are 2D signals, it is better to use a minimum of 4 points to detect the smallest feature [50]. Then, to calculate the minimum sensor resolution, the size (in real-world units) of the field of view is divided by the size of the smallest feature and multiply by four as: (2)

In order to define the distance of the camera to the panel(s), the camera properties must be taken into account. The working distance of the camera is calculated by: (3)

The proposed algorithm can be adjusted for various solar panel topologies. If solar arrays are spread in far distances from each other, it is suggested to use a single CVMPP tracker for each array. on the other hand, if the solar arrays are clustered together, using a single CVMPP tracker for all of them can reduce the system price. In any case, an unshaded image of the panels is needed to start the algorithm.

Step 3.

The image is processed to determine module positions in the image. Solar modules usually have a distinct pattern and are in specific shapes such as square or octagonal. This makes it easier to find the module positions in the image. There are many pattern recognition and shape finding algorithms in computer vision libraries such as OpenCV [51]. The solar panels which are used in this paper have rectangular modules, so built-in Matlab functions is used for determining rectangles in the image to extract the module position data. Once the modules are detected in the image, they must be assigned to the previously defined panels in step 1. This process is only carried out once and is not needed until the panel’s structures are changed. The assignment is done manually but it can also be performed by artificial intelligence techniques.

Step 4.

The status of the solar panel (either partially shaded or unshaded) must be clarified at this step. For this purpose, successive images are taken from the modules. If a module is shaded, the subtraction of two consecutive images of that module would be non-zero. By this means, one can detect the shaded modules and also the shading strength. Of course, this is not a reliable method for shading detection because even in the unshaded situations, the subtraction of images is not zero due to the changes in lighting during the day. Thus, a threshold for the images difference is set. If the subtraction of images is bigger than the threshold, then it is assumed as the shading and if not, it is due to the lighting situation. The threshold is a function of insolation during the day which itself depends on the geographical location of the device and can be set by trial and error.

Step 5.

At this step, the performance of module, either shaded or unshaded, is simulated. There are many models that can be used for simulation of solar cells under partial shading condition. In this paper, a model implemented in Matlab/Simulink have been used to illustrate the feasibility of the algorithm. Matlab/Simulink is a high-level programming tool that needs certain hardware requirements. If the algorithm is written in a lower-level programming language, it will have a much higher speed and can also be implemented in affordable hardware such as microcontrollers. The output of this step is the I-V and P-V curves of the solar panel.

Step 6.

By having the characteristics curves of the solar panel, the MPP can be easily detected. The voltage at MPP is given to the converter to apply it on the solar panel. After this step, the algorithm returns to the fourth step and repeats the procedure. Since the configuration of the solar modules is not changed, the previous steps are not necessary for the routine but since the solar cell parameters are degraded over time, a calibration step must be performed in a timely basis to ensure the MPP tracking precision and persistence.

In this algorithm, the MPP is detected and applied by means of computer vision technique. There are several image processing methods that can be used to detect the modules positions and shading on them, namely the ant colony optimization (ACO) [52], the edge detection method [53], binarization [54], histogram model [55], statistical model [55], artificial neural networks (ANNs) [56], thermal image processing [57], color matching and texture matching algorithms [58]. In order to detect the modules in this work, the “regionprops” Matlab function with ’BoundingBox’ argument is used, which detects rectangular objects in the image using connected components detection. The detected rectangles are optimized to only match the solar modules. After the modules positions are spotted, Matlab “rectangle” function is used to show the position of the detected module.

Implementation of the algorithm

The solar panel installed on the rooftop of the faculty of electrical engineering at Shahid Beheshti University was used for image processing. The solar panel had poly-crystalline silicon modules with a maximum power of 50 Wp and open circuit voltage of 21 V. The panel consisted of 2×4 modules, which their terminals could be connected in any desired configurations. The series-parallel configuration is chosen in this work. A thermometer can be used to measure the solar panel temperature and a single solar cell is used to measure the irradiance value. In this simulation, we have considered the temperature of the solar panels as 22°C and the irradiance as 900 W/m2. A Canon EOS 500D camera is used to take the modules pictures.

Fig 6A shows the image of the solar panel used for shading detection. As can be seen from the image, the modules are in 2×4 configuration and have a rectangular shape. This rectangular shape makes it easier to detect the module positions by computer vision. The detected modules of the solar panel are shown in Fig 6B. When the modules are detected, the panel configuration must be defined in Matlab/Simulink environment. After the partially shaded module is detected, its coordinates in the solar array are communicated to the Simulink and Simulink considers the module under partial shading which can be simulated and the MPPT can be estimated using simulation. The 2×4 implementation of the solar panel using the solar modules shown in Fig 3. with SP configuration is illustrated in Fig 6C. Each module in Matlab/Simulink environment should be assigned to its corresponding real module. This job is only performed once and is not needed until the solar panel is changed. Each module position is manually assigned in the image to its corresponding real module. By having the solar module’s data and its configuration the P-V curve of the solar panel can be calculated and its maximum power point is determined through mathematical analysis by Matlab. The P-V curve of the solar panel and its MPP acquired by Matlab is demonstrated in Fig 6D. The maximum power point was detected at 32.7 V with a power of around 400 W.

thumbnail
Fig 6.

a. The solar panel used for shading detection, b. The detected solar module positions in the image, c. Matlab/Simulink implementation of the solar array and d. the calculated P-V curve and MPP.

https://doi.org/10.1371/journal.pone.0301363.g006

The partial shading on a single module is shown by the change in the irradiance of that module which manifest itself as the decrease in the current produced by the cell. This drop in the current acts similar to a cell under partial shading condition in practical solar cells. In Simulink, this situation is simulated by making arrays of individual solar modules under partial shading, full shading or no shading conditions and track the maximum power point in the full array. In the case of shading occurrence, the shading pattern on the panel is detected by the computer and is applied to the Simulink model, the P-V curve of the new situation is calculated and the new MPP can be acquired. In this situation, the number of power peaks increases that makes MPP tracking more complicated for other methods such as P&O or incremental conductance. But since our proposed algorithm takes a numerical approach for tracking the global maximum point, it does not sense any problem in finding the MPP in comparison to the unshaded condition. This is one of the main advantages of CVMPPT algorithm over previous methods. The proposed algorithm procedure is not affected by the shading pattern and can track the MPP under any shading circumstances. All of these steps are performed real-time and the maximum power point can be acquired at any given time. Unlike previous MPP tracking methods, voltage iterations are not witnessed in the proposed algorithm and the only iteration is in the processor which solves Eq 1 numerically for each module and takes the effect of shading into account on the P-V curve of the panel. The algorithm implementation is quite straightforward and does not require complex hardware.

In this study, the solar panel that is shown in Fig 7A is deliberately shadowed. The shading pattern is successfully detected by computer vision (Fig 7B and analyzed in Matlab/Simulink (Fig 7C). For our employed solar panel, after the intentional shading occurrence, the maximum power is dropped to 297.1 W at the voltage of 31.7 V, which is correctly traced by our proposed algorithm (Fig 7D).

thumbnail
Fig 7.

a. Intentional shading, b. detected shading pattern, c. Matlab/Simulink implementation of the solar array under shading and d. the calculated P-V curve and the MPP under shading.

https://doi.org/10.1371/journal.pone.0301363.g007

Experimental verification

In order to verify the MPP tracking of the algorithm, 8 SBE9060 polycrystalline silicon solar modules with a VOC of 4 V and efficiency of 16% are put into SP configuration along with 1N4007 MIC by-pass diodes. The solar array is illuminated by a 12-watt white light LED. The current-voltage curve of the solar array configuration was acquired by point-to-point measurement of the output voltage and current using digital multimeters. The same circuit was implemented in Matlab/Simulink. The modules were intentionally shaded with different scenarios in order to simulate the partial shading condition. The measured experimental data and the calculated P-V of the unshaded array for one of the shading scenarios in which two neighboring cells are shaded is shown in Fig 8A. As it can be seen from the image, the experimental and analytical curves are not matched with each other. This is a typical difference that is usually witnessed between measurement and mathematical analysis. Therefore, a calibration step is required to be performed to fit the analytical data to the experiment before it can be used for MPP tracking. For this purpose, the following equations are simply used which fit the MPP voltage and power from the simulation to experiment: (4A) (4B)

thumbnail
Fig 8.

The experimental and calculated data for a. unshaded condition before calibration, b. unshaded condition after calibration and c. shaded condition.

https://doi.org/10.1371/journal.pone.0301363.g008

The P-V curve of the solar array after calibration step is shown in Fig 8B. After this step, the MPP for any condition, either shaded or unshaded can be calculated using the proposed algorithm. The P-V curve of the partially shaded solar array along with the calculated curve is demonstrated in Fig 8C. The MPP of both curves is almost the same and so the algorithm can be used to trace the MPP of the solar arrays. The algorithm was tested for different shading scenarios. In any case, it could detect the MPP with reliable error of around 1%. The fact that the proposed algorithm utilizes digital processing instead of common MPP algorithms which are based on analogue power electronics provides a better reliability for the system [59]. It reduces the complexity of the electronics and transfers the processing step into the computer. Another advantage of the proposed algorithm is that the number of power perturbation steps does not depend on the location of the global peak, and it takes nearly the same time to track the MPP in each case while in SSJ-GMPPT and R-GMPPT the iteration steps change on global peak location [60, 61].

The quantitative comparison of different MPPT methods is presented in Table 1. In this table, the tracking accuracy, system complexity, and convergence speed of these methods are compared to CVMPPT. It is observed from the experimental results that the CVMPPT gives a more economic and quicker response under different shading scenarios. As it can be seen from the table, our proposed algorithm performs the MPP tracking in a single power perturbation step and will definitely act faster than the previous methods. The processor iteration steps in our method are significantly more than other methods, however, it must be kept in mind that a thousand iteration in a processor with a speed in the range of several megahertz is done in a matter of milliseconds which can be considered almost real-time. This is a much faster performance in comparison with the perturbation steps in power electronics which can take up to several seconds.

Conclusion

The CVMPPT algorithm proposed in this paper uses a camera to detect the shading pattern on solar panels and the data is used to detect the MPP by solving fundamental equations of the solar cells. In contrast to all the previous maximum power point tracking methods which employ analogue electronics and voltage iterations to detect the MPP, the CVMPPT algorithm relies on image processing and mathematical analysis. This feature makes the CVMPPT algorithm superior to the previous methods in terms of reliability, speed and accuracy. The experimental verification of this algorithm confirmed the advantages of CVMPPT to the previous methods and thus we believe that the CVMPPT can replace current MPPTs in the large and small scale solar facilities.

References

  1. 1. Hayat MB, Ali D, Monyake KC, Alagha L, Ahmed N. Solar energy—A look into power generation, challenges, and a solar-powered future. Int J Energy Res. 2019;43: 1049–1067.
  2. 2. Deshmukh MKG, Sameeroddin M, Abdul D, Sattar MA. Renewable energy in the 21st century: A review. Mater Today Proc. 2023;80: 1756–1759.
  3. 3. Abrari M, Ahmadi M, Ghanaatshoar M, Moazami HR, Davarani SSH. Fabrication of dye-sensitized solar cells based on SnO2/ZnO composite nanostructures: A new facile method using dual anodic dissolution. J Alloys Compd. 2019;784: 1036–1046.
  4. 4. Nazerian V, Asadollahi H, Sutikno T. Improving the efficiency of photovoltaic cells embedded in floating buoys. Int J Electr Comput Eng. 2023;13: 5986–5999.
  5. 5. Vankadara SK, Chatterjee S, Balachandran PK, Mihet-Popa L. Marine Predator Algorithm (MPA)-Based MPPT Technique for Solar PV Systems under Partial Shading Conditions. Energies. 2022.
  6. 6. Pruthviraj U, Kashyap Y, Baxevanaki E, Kosmopoulos P. Solar Photovoltaic Hotspot Inspection Using Unmanned Aerial Vehicle Thermal Images at a Solar Field in South India. Remote Sens. 2023;15: 1914.
  7. 7. Winston DP, Kumar BP, Christabel SC, Chamkha AJ, Sathyamurthy R. Maximum power extraction in solar renewable power system—a bypass diode scanning approach. Comput Electr Eng. 2018;70: 122–136.
  8. 8. Lee Y, Lee J. Solar Power Prediction Modeling Based on Artificial Neural Networks under Partial Shading. Appl Sci. 2023;13: 10013.
  9. 9. Feng X, Ma T. Solar photovoltaic system under partial shading and perspectives on maximum utilization of the shaded land. Int J Green Energy. 2023;20: 378–389.
  10. 10. Calcabrini A, Muttillo M, Weegink R, Manganiello P, Zeman M, Isabella O. A fully reconfigurable series-parallel photovoltaic module for higher energy yields in urban environments. Renew Energy. 2021;179: 1–11.
  11. 11. Kothari DP, Pathak A, Pandey U. Comparative study of different solar photovoltaic arrays configuration to mitigate the negative impact of partial shading conditions. J Mech Contin Math Sci. 2021;16: 102–111.
  12. 12. Chadge RB, Sunheriya N, Giri JP, Shrivastava N. Experimental investigation of different electrical configurations and topologies for Photovoltaic system. Mater Today Proc. 2022;57: 316–320.
  13. 13. Rajesh P, Saji KS. Total Cross Tied-Inverted Triangle View Configuration for PV System Power Enhancement. Intell Autom Soft Comput. 2022;33.
  14. 14. Abrari M, Malvajerdi SS, Ghanaatshoar M, Sun H, Mohseni SM. P-Type α-CuGaO2Electronics: A Study on Gap States and Fermi Level Pinning and a Solution to Schottky to Ohmic Transition for Electronic Applications. ACS Appl Electron Mater. 2022;4: 4881–4892.
  15. 15. Xu S, Gao Y, Zhou G, Mao G. A global maximum power point tracking algorithm for photovoltaic systems under partially shaded conditions using modified maximum power trapezium method. IEEE Trans Ind Electron. 2020;68: 370–380.
  16. 16. Chao K-H, Rizal MN. A hybrid MPPT controller based on the genetic algorithm and ant colony optimization for photovoltaic systems under partially shaded conditions. Energies. 2021;14: 2902.
  17. 17. Naseem M, Husain MA, Kumar JD, Ahmad MW, Minai AF, Khan AA. Particle Swarm Optimization based Maximum Power Point Tracking Technique for Solar PV System under Partially Shaded conditions. 2021 International Conference on Control, Automation, Power and Signal Processing (CAPS). IEEE; 2021. pp. 1–6.
  18. 18. Meenakshi Sundaram B, Manikandan B V, Praveen Kumar B, Prince Winston D. Combination of Novel Converter Topology and Improved MPPT Algorithm for Harnessing Maximum Power from Grid Connected Solar PV Systems. J Electr Eng Technol. 2019;14: 733–746.
  19. 19. Suyanto S, Mohammad L, Setiadi IC, Roekmono R. Analysis and evaluation performance of MPPT algorithms: Perturb & observe (P&O), firefly, and flower pollination (FPA) in smart microgrid solar panel systems. 2019 International Conference on Technologies and Policies in Electric Power & Energy. IEEE; 2019. pp. 1–6.
  20. 20. Jha K, Dahiya R. Comparative study of perturb & observe (P&O) and incremental conductance (IC) MPPT technique of PV system. Numerical Optimization in Engineering and Sciences: Select Proceedings of NOIEAS 2019. Springer; 2020. pp. 191–199.
  21. 21. Abouadane H, Fakkar A, Sera D, Lashab A, Spataru S, Kerekes T. Multiple-power-sample based P&O MPPT for fast-changing irradiance conditions for a simple implementation. IEEE J Photovoltaics. 2020;10: 1481–1488.
  22. 22. Raiker GA, Loganathan U. Current control of boost converter for PV interface with momentum-based perturb and observe MPPT. IEEE Trans Ind Appl. 2021;57: 4071–4079.
  23. 23. Loukriz A, Haddadi M, Messalti S. Simulation and experimental design of a new advanced variable step size Incremental Conductance MPPT algorithm for PV systems. ISA Trans. 2016;62: 30–38. pmid:26337741
  24. 24. Tey KS, Mekhilef S. Modified incremental conductance algorithm for photovoltaic system under partial shading conditions and load variation. IEEE Trans Ind Electron. 2014;61: 5384–5392.
  25. 25. Ngan MS, Tan CW. A study of maximum power point tracking algorithms for stand-alone photovoltaic systems. 2011 IEEE applied power electronics colloquium (IAPEC). IEEE; 2011. pp. 22–27.
  26. 26. Bazzi AM, Krein PT. Ripple Correlation Control: An Extremum Seeking Control Perspective for Real-Time Optimization. IEEE Trans Power Electron. 2014;29: 988–995.
  27. 27. Balato M, Costanzo L, Lo Schiavo A, Vitelli M. Optimization of both Perturb & Observe and Open Circuit Voltage MPPT Techniques for Resonant Piezoelectric Vibration Harvesters feeding bridge rectifiers. Sensors Actuators A Phys. 2018;278: 85–97.
  28. 28. Mehta HK, Panchal AK. A Novel Maximum Power Point Estimation Algorithm for PV System Using Real-Time Short Circuit Current Calculation. 2019 IEEE 1st International Conference on Energy, Systems and Information Processing (ICESIP). 2019. pp. 1–5. https://doi.org/10.1109/ICESIP46348.2019.8938294
  29. 29. Adly M, Besheer AH. An optimized fuzzy maximum power point tracker for stand alone photovoltaic systems: Ant colony approach. 2012 7th IEEE conference on industrial electronics and applications (ICIEA). IEEE; 2012. pp. 113–119.
  30. 30. Velasco-Quesada G, Guinjoan-Gispert F, Piqué-López R, Román-Lumbreras M, Conesa-Roca A. Electrical PV array reconfiguration strategy for energy extraction improvement in grid-connected PV systems. IEEE Trans Ind Electron. 2009;56: 4319–4331.
  31. 31. Ramasamy S, Seenithangam J, Dash SS, Chaitanya K. A dodging algorithm to reconfigure photovoltaic array to negate partial shading effect. Prog Photovoltaics Res Appl. 2016;24: 200–210.
  32. 32. Braun H, Buddha ST, Krishnan V, Tepedelenlioglu C, Spanias A, Banavar M, et al. Topology reconfiguration for optimization of photovoltaic array output. Sustain Energy, Grids Networks. 2016;6: 58–69.
  33. 33. Nguyen D, Lehman B. An adaptive solar photovoltaic array using model-based reconfiguration algorithm. IEEE Trans Ind Electron. 2008;55: 2644–2654.
  34. 34. Pervez I, Antoniadis C, Massoud Y. A Reduced Search Space Exploration Metaheuristic Algorithm for MPPT. IEEE Access. 2022;10: 26090–26100.
  35. 35. Aljafari B, Balachandran PK, Samithas D, Thanikanti SB. Solar photovoltaic converter controller using opposition-based reinforcement learning with butterfly optimization algorithm under partial shading conditions. Environ Sci Pollut Res. 2023;30: 72617–72640. pmid:37173605
  36. 36. Aly M, Rezk H. An improved fuzzy logic control-based MPPT method to enhance the performance of PEM fuel cell system. Neural Comput Appl. 2022;34: 4555–4566.
  37. 37. Jordehi AR. Maximum power point tracking in photovoltaic (PV) systems: A review of different approaches. Renew Sustain Energy Rev. 2016;65: 1127–1138.
  38. 38. Dhanya VG, Subeesh A, Kushwaha NL, Vishwakarma DK, Kumar TN, Ritika G, et al. Deep learning based computer vision approaches for smart agricultural applications. Artif Intell Agric. 2022.
  39. 39. Ahmad A, Khandelwal A, Samuel P. Golden band search for rapid global peak detection under partial shading condition in photovoltaic system. Sol Energy. 2017;157: 979–987.
  40. 40. Kaced K, Larbes C, Ramzan N, Bounabi M, elabadine Dahmane Z. Bat algorithm based maximum power point tracking for photovoltaic system under partial shading conditions. Sol Energy. 2017;158: 490–503.
  41. 41. Mohammadnejad S, Khalafi A, Ahmadi SM. Mathematical analysis of total-cross-tied photovoltaic array under partial shading condition and its comparison with other configurations. Sol energy. 2016;133: 501–511.
  42. 42. Zhuang F, Yanzheng Z, Yang L, Qixin C, Mingbo C, Jun Z, et al. Solar cell crack inspection by image processing. Proceedings of 2004 International Conference on the Business of Electronic Product Reliability and Liability (IEEE Cat No 04EX809). IEEE; 2004. pp. 77–80.
  43. 43. Tsanakas JA, Chrysostomou D, Botsaris PN, Gasteratos A. Fault diagnosis of photovoltaic modules through image processing and Canny edge detection on field thermographic measurements. Int J Sustain energy. 2015;34: 351–372.
  44. 44. Salem F, Awadallah MA. Detection and assessment of partial shading in photovoltaic arrays. J Electr Syst Inf Technol. 2016;3: 23–32.
  45. 45. Humada AM, Hojabri M, Mekhilef S, Hamada HM. Solar cell parameters extraction based on single and double-diode models: A review. Renew Sustain Energy Rev. 2016;56: 494–509.
  46. 46. Yang Y, Zhang D, Li A. Layout optimization of spacecraft-based solar array under partially shaded conditions. Sol Energy. 2018;167: 84–94.
  47. 47. Fathabadi H. Novel photovoltaic based battery charger including novel high efficiency step-up DC/DC converter and novel high accurate fast maximum power point tracking controller. Energy Convers Manag. 2016;110: 200–211.
  48. 48. Ahmed RT. Obtaining and analyzing the characteristics curves of a solar cell. Int J Comput Appl Sci IJOCAAS. 2017;2: 94–98.
  49. 49. Chen CH. Handbook of pattern recognition and computer vision. World scientific; 2015.
  50. 50. Broughton SA, Bryan K. Discrete Fourier analysis and wavelets: applications to signal and image processing. John Wiley & Sons; 2018.
  51. 51. Laganiere R. OpenCV computer vision application programming cookbook second edition. Packt Publishing Ltd; 2014.
  52. 52. Jiang LL, Maskell DL, Patra JC. A novel ant colony optimization-based maximum power point tracking for photovoltaic systems under partially shaded conditions. Energy Build. 2013;58: 227–236.
  53. 53. Karakose M, Baygin M. Image processing based analysis of moving shadow effects for reconfiguration in PV arrays. 2014 IEEE International Energy Conference (ENERGYCON). IEEE; 2014. pp. 683–687.
  54. 54. Proietti A, Leccese F, Caciotta M, Morresi F, Santamaria U, Malomo C. A new dusts sensor for cultural heritage applications based on image processing. Sensors. 2014;14: 9813–9832. pmid:24901977
  55. 55. Singh V, Singh TN, Singh V. Image processing applications for customized mining and ore classification. Arab J Geosci. 2011;4: 1163–1171.
  56. 56. Alwar S, Samithas D, Boominathan MS, Balachandran PK, Mihet-Popa L. Performance Analysis of Thermal Image Processing-Based Photovoltaic Fault Detection and PV Array Reconfiguration—A Detailed Experimentation. Energies. 2022.
  57. 57. Selvaraj T, Rengaraj R, Venkatakrishnan G, Soundararajan S, Natarajan K, Balachandran P, et al. Environmental Fault Diagnosis of Solar Panels Using Solar Thermal Images in Multiple Convolutional Neural Networks. Int Trans Electr Energy Syst. 2022.
  58. 58. Lee H-Y. Generation of photo-mosaic images through block matching and color adjustment. Int J Comput Inf Eng. 2014;8: 457–460.
  59. 59. Murali Krishna G, Karthick G, Umapathi N. Design of dynamic comparator for low-power and high-speed applications. ICCCE 2020: Proceedings of the 3rd International Conference on Communications and Cyber Physical Engineering. Springer; 2020. pp. 1187–1197.
  60. 60. Wang Y, Li Y, Ruan X. High-accuracy and fast-speed MPPT methods for PV string under partially shaded conditions. IEEE Trans Ind Electron. 2015;63: 235–245.
  61. 61. Patel H, Agarwal V. Maximum power point tracking scheme for PV systems operating under partially shaded conditions. IEEE Trans Ind Electron. 2008;55: 1689–1698.
  62. 62. Koutroulis E, Blaabjerg F. A new technique for tracking the global maximum power point of PV arrays operating under partial-shading conditions. IEEE J photovoltaics. 2012;2: 184–190.
  63. 63. Solórzano J, Egido MA. Hot-spot mitigation in PV arrays with distributed MPPT (DMPPT). Sol Energy. 2014;101: 131–137.