Backlight brightness adjusting method and device, equipment and medium

By constructing a graph network structure in the LCD display and adjusting the brightness of the backlight area according to the node centrality index, the problem of poor image display quality in the existing technology is solved, and a high-contrast and energy-saving display effect is achieved.

CN120748337AActive Publication Date: 2025-10-03TIANJIN PUBLIC SECURITY PROFESSIONAL COLLEGE
View PDF 8 Cites 0 Cited by

Patent Information

Application Number
CN202511175777.6
Authority / Receiving Office
CN · China
Patent Type
Applications(China)
Current Assignee / Owner
Filing Date
2025-08-21
Publication Date
2025-10-03
Estimated Expiration
2045-08-21

AI Technical Summary

Technical Problem

Existing local dimming technologies have the problem of poor image display quality in LCD displays. Methods based on data statistics ignore the spatial distribution of brightness, resulting in poor display effects in simple scenes. Methods based on CDF thresholds cause the brightness of key content to be compressed, affecting the image display quality of complex scenes.

Method used

By establishing a graph network structure, the brightness of the backlight area is selected according to the centrality index of the node, a backlight map is constructed and a liquid crystal compensation image is generated to adjust the brightness. The structural correlation between the backlight areas of the image is comprehensively considered, the key areas are emphasized, the secondary areas are suppressed, and the backlight distribution is optimized.

Benefits of technology

It achieves high-contrast and energy-saving display effects, improves image display quality and dimming accuracy, and is suitable for LCD displays in complex scenes.

✦ Generated by Eureka AI based on patent content.

Smart Images

  • Figure CN120748337A_ABST
    Figure CN120748337A_ABST
Patent Text Reader

Abstract

The invention discloses a backlight brightness adjusting method and device, equipment and a medium, and the method comprises the steps: obtaining a to-be-displayed image, segmenting the to-be-displayed image, and obtaining M * N backlight regions; edges are established according to the pixel brightness of the backlight areas, a graph network structure G = (V, E) is established with one backlight area as a node, V represents a node set, and E represents an edge set; calculating centrality indexes of nodes in the graph network structure G; selecting the brightness of the backlight areas according to the centrality index of the node to obtain a final backlight value of each backlight area; and forming a backlight image by the final backlight values of all the backlight areas, generating a liquid crystal compensation image according to the backlight image, and driving the backlight image and the liquid crystal compensation image to carry out brightness adjustment. According to the method, on the basis of image structure information, accurate backlight value acquisition and image compensation reconstruction are realized through complex network modeling and graph theory analysis.
Need to check novelty before this filing date? Find Prior Art

Description

Technical Field

[0001] The present invention relates to the field of liquid crystal display technology, and more particularly to a backlight brightness adjustment method, device, equipment and medium. Background Art

[0002] Liquid crystal displays (LCDs) are widely used in various electronic devices (e.g., LCD televisions and computers) due to their exceptionally long lifespan, power efficiency, low operating voltage, high color rendering index, low-temperature operation, fast response time, and environmental friendliness. However, LCD screens are passive light-emitting devices that cannot emit their own light. Therefore, a backlight must be installed to illuminate the entire screen from behind.

[0003] With high dynamic range (HDR) display and energy-saving control gaining increasing attention, local dimming technology has become a key means of improving contrast and maximizing energy savings in LCD devices. Contrast and energy savings are important indicators for evaluating image display quality. Currently, local dimming technologies typically employ statistically based methods (e.g., maximum-based methods) and feature-based methods (e.g., CDF (Cumulative Probability Distribution Function) threshold-based methods). While statistically based methods are simpler to implement, they ignore the spatial distribution of luminance and treat all pixels equally. This makes them suitable only for simple scenes, while complex scenes are prone to detail aliasing, impacting overall image quality. CDF threshold-based methods offer better energy savings, but they focus solely on the luminance distribution ratio when processing images, compressing the luminance of key content and causing a certain degree of image distortion, impacting image quality. Summary of the Invention

[0004] The technical problem to be solved by the present invention is to provide a backlight brightness adjustment method, device, equipment and medium to achieve the purpose of enhancing image display quality.

[0005] In a first aspect, a backlight brightness adjustment method is provided, comprising:

[0006] Obtain an image to be displayed, and segment the image to be displayed to obtain M×N backlight areas;

[0007] Establish edges based on the pixel brightness of the backlight area, and use each backlight area as a node to establish a graph network structure G = (V, E), where V represents the node set and E represents the edge set;

[0008] Calculate the centrality index of nodes in the graph network structure G;

[0009] Selecting the brightness of the backlight area according to the centrality index of the node to obtain a final backlight value of each backlight area;

[0010] The final backlight values ​​of all backlight areas are combined into a backlight map, a liquid crystal compensation image is generated according to the backlight map, and the backlight map and the liquid crystal compensation image are driven to perform brightness adjustment.

[0011] In a second aspect, a backlight brightness adjustment device is provided, comprising:

[0012] An acquisition and segmentation module is used to acquire an image to be displayed and segment the image to be displayed to obtain M×N backlight areas;

[0013] A network construction module is used to establish edges based on the pixel brightness of the backlight area, and to establish a graph network structure G = (V, E) with each backlight area as a node, where V represents a node set and E represents an edge set;

[0014] The calculation module is used to calculate the centrality index of nodes in the graph network structure G;

[0015] a backlight value processing module, configured to select the brightness of the backlight area according to the centrality index of the node, and obtain a final backlight value of each backlight area;

[0016] The adjustment module is used to form a backlight map from the final backlight values ​​of all backlight areas, generate a liquid crystal compensation image according to the backlight map, and drive the backlight map and the liquid crystal compensation image to perform brightness adjustment.

[0017] In a third aspect, a computer device is provided, comprising a memory, a processor, and a computer program stored in the memory and executable on the processor, wherein the processor implements the steps of the above-mentioned backlight brightness adjustment method when executing the computer program.

[0018] In a fourth aspect, a computer-readable storage medium is provided, wherein the computer-readable storage medium stores a computer program, and when the computer program is executed by a processor, the steps of the above-mentioned backlight brightness adjustment method are implemented.

[0019] Compared with the prior art, the present invention establishes edges based on the pixel brightness of the backlight area, establishes a graph network structure with a backlight area as a node, and selects and adjusts the brightness of the backlight area according to the centrality index of the node in the graph network structure G to obtain the final backlight value of the backlight area, and then combines the final backlight values ​​of all backlight areas into a backlight graph, and generates a liquid crystal compensation image according to the backlight graph, and drives the backlight graph and the liquid crystal compensation image to adjust the brightness. It can be seen that the present invention comprehensively considers the structural correlation between the backlight areas of the image, introduces a graph network structure by constructing a similarity relationship between the pixel brightness of the regions, and naturally captures the spatial relationship of the brightness distribution through the graph network structure. It is suitable for complex scenes with non-uniform brightness, and uses the centrality index to select and adjust the brightness of the backlight area, extracts key brightness information from the perspective of spatial correlation to guide the backlight distribution, that is, emphasizes the key area through the centrality index and suppresses the secondary area, so as to fully reflect the dominant brightness inside the backlight area, optimize the backlight distribution, and achieve high contrast and energy-saving display effects, improve dimming accuracy and image display quality. BRIEF DESCRIPTION OF THE DRAWINGS

[0020] Figure 1 1 is a flow chart of a backlight brightness adjustment method according to an embodiment of the present invention;

[0021] Figure 2 for Figure 1 A schematic flow chart of a specific implementation of step S20;

[0022] Figure 3 A schematic diagram of a display image simulated and outputted using the backlight brightness adjustment method provided by an embodiment of the present invention and the local dimming method based on maximum value and CDF;

[0023] Figure 4 A schematic diagram of a backlight image obtained by simulating the backlight brightness adjustment method provided by an embodiment of the present invention and the regional dimming method based on maximum value and CDF;

[0024] Figure 5 1 is a schematic structural diagram of a backlight brightness adjustment device according to an embodiment of the present invention;

[0025] Figure 6 This is a schematic diagram of the structure of a computer device in one embodiment of the present invention. DETAILED DESCRIPTION

[0026] The following will clearly and completely describe the technical solutions in the embodiments of the present invention in conjunction with the accompanying drawings. Obviously, the described embodiments are only part of the embodiments of the present invention, not all of them. All other embodiments obtained by ordinary technicians in this field based on the embodiments of the present invention without making any creative efforts shall fall within the scope of protection of the present invention.

[0027] It will be understood that when used in this specification and the appended claims, the terms “comprises” and “comprising” indicate the presence of described features, integers, steps, operations, elements and / or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components and / or groups thereof.

[0028] It will also be understood that the term "and / or" used in the present description and appended claims refers to and includes any and all possible combinations of one or more of the associated listed items.

[0029] See also Figure 1 , Figure 1 A schematic flow chart of a backlight brightness adjustment method provided in an embodiment of the present invention. In the embodiment shown in the accompanying drawings, the backlight brightness adjustment method includes the following steps S10-50:

[0030] S10 , obtaining an image to be displayed, and dividing the image to be displayed to obtain M×N backlight areas.

[0031] In this embodiment, the image to be displayed can be evenly divided into several non-overlapping backlight areas. The image to be displayed can be an RGB image or a grayscale image. If the size is H×W, the size of each backlight area is (H / M)×(W / N).

[0032] S20. Establish edges according to the pixel brightness of the backlight area, and establish a graph network structure G = (V, E) with one backlight area as a node.

[0033] In this step, each backlight area is taken as a node, and edges are constructed based on the relationship between pixel brightness between backlight areas, thereby introducing a graph network structure to form a weighted undirected graph.

[0034] Specifically, if Figure 2 As shown, the step S20 of establishing the edge according to the pixel brightness of the backlight area may specifically include steps S21-S22:

[0035] S21, using the formula based on the pixel brightness of each backlight area Calculate the average brightness of the pixels in the backlight area.

[0036] In this step, Y k represents the pixel brightness of the kth pixel, and n represents the total number of pixels in the backlight area. The pixel brightness Y of the backlight area can be calculated by the formula Y = 0.299R + 0.587G + 0.114B, where R, G, and B are the values ​​of the red, green, and blue channels, respectively, and the value range is usually 0-255.

[0037] S22. Establish edges based on the average pixel brightness of any two backlight regions.

[0038] In this step, specifically, for any two backlight regions, if the absolute value of the deviation of the average pixel brightness of the two backlight regions is less than the preset threshold T, an edge is established. That is, for any two regions v i and v j , if |L i -L j |<T, an edge e ij is established, where L i and L j are the average pixel brightness of regions v i and v j respectively.

[0039] S30. Calculate the centrality index of nodes in the graph network structure G.

[0040] In the present invention, the representative brightness in the selected backlight regions is adjusted through the centrality index of nodes in the graph network structure. That is, the key regions are adaptively emphasized and the secondary regions are suppressed through the centrality index, and the key brightness information is extracted from the perspective of spatial association to guide the optimization of backlight allocation.

[0041] In this step, the centrality index of the nodes may include eigenvector centrality and / or betweenness centrality, etc.

[0042] In this embodiment, the centrality index includes eigenvector centrality, and the eigenvector centrality value C of node V e in the graph network structure G is calculated according to the formula e (V e ); where A represents the adjacency matrix, A ij represents the element of the adjacency matrix, indicating whether there is an edge between node i and node j. If there is an edge, then A ij =1, if there is no edge, then A ij =0, and λ represents the largest eigenvalue. In this embodiment, the importance of nodes in the graph network structure is quantified through the eigenvector centrality value to fully reflect the dominant brightness inside the region.

[0043] In some other embodiments, the centrality index includes betweenness centrality, and the betweenness centrality value of nodes in the graph network structure G is calculated according to the formula ; where σ st represents the number of shortest paths from node s to t, and σ st(v) represents the number of paths that pass through node v in the shortest path from node s to t. In this embodiment, all node pairs in the graph network structure that satisfy s≠v≠t and s≠t (i.e., excluding v itself as the starting point or end point) are traversed to calculate the number of shortest paths from node s to t (the number of paths with the shortest length) σ st (v), and calculate the number of paths passing through node v in the shortest path from node s to t, thereby calculating the betweenness centrality value of node v. This can enhance the edge structure, that is, enhance the importance of the bright and dark boundary areas. The betweenness centrality value can be used to quantify the criticality of the node in the graph network structure, and can also fully reflect the dominant brightness within the region.

[0044] S40 , selecting the brightness of the backlight area according to the centrality index of the node to obtain a final backlight value of each backlight area.

[0045] In the present invention, a centrality-driven backlight representativeness adjustment and selection mechanism is used to adjust and select the brightness value that best represents the visual importance of the backlight area, so as to determine a most representative final backlight value for backlight adjustment for each backlight area.

[0046] Specifically, this step includes: performing weighted adjustment on the pixel brightness of the backlight area according to the centrality index of the node to obtain the final backlight value of each backlight area. Preferably, in this embodiment, the mean / maximum value of the pixel brightness of the backlight area can be weighted adjusted according to the centrality index of the node, adaptively emphasizing the key backlight area, suppressing the secondary backlight area, reflecting the dominant brightness through weight distribution, and optimizing the backlight distribution, that is, adjusting the brightness characteristics of the backlight area according to the centrality index of the node, emphasizing the influence of the global key area through the centrality index, avoiding the problem of overbrightness or overdarkness caused by simply using the maximum value for dimming, and the centrality weighted adjustment method can also make each backlight area smoothly transition in a manner consistent with the optical diffusion characteristics when the image is displayed.

[0047] S50 , forming a backlight map from the final backlight values ​​of all backlight areas, generating a liquid crystal compensation image according to the backlight map, and driving the backlight map and the liquid crystal compensation image to perform brightness adjustment.

[0048] In this step, the final backlight values ​​of all backlight areas form a backlight map B with a size of M×N. A liquid crystal compensation image is generated based on the backlight map, and then the backlight map and the liquid crystal compensation image are driven to perform regional backlight adjustment.

[0049] Specifically, generating a liquid crystal compensation image according to the backlight image can be as follows: the backlight image is expanded to the same size as the image to be displayed by a diffusion function to obtain a backlight diffusion image, that is, the backlight diffusion image B is obtained by convolution with the diffusion function K(x, y) to expand it to the same size as the image to be displayed. full(x,y)=B(x,y)*K(x,y), where x and y represent the number of rows and columns of pixels respectively; then, according to the backlight diffusion image, use the formula Calculate the liquid crystal compensation image L(x,y); where ∈ is a small constant to avoid division by zero, and I(x,y) is the brightness value of the image to be displayed.

[0050] It is understandable that the backlight adjustment method of the present invention can be applied to different diffusion functions when generating liquid crystal compensation images, so as to be applicable to images of different sizes, content types and display requirements.

[0051] In order to verify the performance of the backlight adjustment method proposed in the present invention, some test images from the LOL dataset are used to simulate the backlight adjustment method of the above embodiment (the centrality index is the eigenvector centrality) and the local dimming method based on maximum value / CDF. Figure 3 As shown, Figure 3 The four original images selected for testing and the output display images after dimming using various methods are shown. The backlight images obtained by dimming using various methods are shown in the figure. Figure 4 The specific simulation test results are shown in Table 1 below:

[0052]

[0053] As can be seen from the table, the backlight brightness adjustment method of the present invention can take into account PSNR, SSIM and energy saving rate. It has high contrast and high energy saving rate. The overall image display quality is better than the local dimming method based on maximum value / CDF.

[0054] It can be seen from the above scheme that the backlight brightness adjustment method of the present invention adopts a structure-guided brightness estimation method to quantitatively characterize the spatial structure information between pixels or areas in the image, that is, comprehensively consider the structural correlation between the backlight areas of the image, and construct a graph network structure that can naturally capture the spatial relationship of the brightness distribution based on the pixel brightness similarity relationship. Then, based on the image structure information, the most representative backlight value is adjusted and selected from the perspective of spatial correlation through the centrality index. When adjusting the backlight, the key areas are emphasized according to the centrality index, and the secondary areas are suppressed to improve the dimming accuracy and image quality, thereby achieving a high-contrast and energy-saving display effect.

[0055] It should be noted that the size of the serial numbers of the steps in the above embodiment does not mean the order of execution. The execution order of each process should be determined by its function and internal logic, and should not constitute any limitation on the implementation process of the embodiment of the present invention.

[0056] Reference Figure 5 , Figure 5The figure is a schematic diagram of the structure of a backlight brightness adjustment device according to an embodiment of the present invention. In the embodiment shown in the figure, the backlight brightness adjustment device includes an acquisition and segmentation module 101, a network construction module 102, a calculation module 103, a backlight value processing module 104, and an adjustment module 105. The functional modules are described in detail as follows:

[0057] An acquisition and segmentation module 101 is used to acquire an image to be displayed and segment the image to be displayed to obtain M×N backlight areas;

[0058] A network construction module 102 is configured to establish edges based on the pixel brightness of the backlight area, and to establish a graph network structure G = (V, E) with each backlight area as a node, where V represents a node set and E represents an edge set;

[0059] A calculation module 103 is used to calculate the centrality index of nodes in the graph network structure G;

[0060] A backlight value processing module 104 is configured to select the brightness of the backlight area according to the centrality index of the node to obtain a final backlight value of each backlight area;

[0061] The adjustment module 105 is configured to combine the final backlight values ​​of all backlight areas into a backlight map, generate a liquid crystal compensation image according to the backlight map, and drive the backlight map and the liquid crystal compensation image to perform brightness adjustment.

[0062] In some embodiments, the calculation module 103 is specifically configured to:

[0063] According to the formula Node V in the computational graph network structure G e The eigenvector centrality value of ; where A represents the adjacency matrix and λ represents the maximum eigenvalue.

[0064] In some embodiments, the calculation module 103 is further configured to:

[0065] According to the formula Calculate the betweenness centrality value of the nodes in the graph network structure G; where σ st represents the number of shortest paths from node s to t, σ st (v) represents the number of paths passing through node v in the shortest path from node s to t.

[0066] In some embodiments, the network construction module 102 is specifically configured to:

[0067] According to the pixel brightness of each backlight area, the formula Calculate the average brightness of the pixels in the backlight area; where Y k represents the pixel brightness of the kth pixel, and n represents the total number of pixels in the backlight area;

[0068] The edge is established based on the average brightness of pixels in any two backlight areas.

[0069] In some embodiments, the network construction module 102 is specifically configured to:

[0070] For any two backlight areas, if the absolute value of the deviation between the mean values ​​of the pixel brightness of the two backlight areas is less than a preset threshold, an edge is established.

[0071] In some embodiments, the backlight value processing module 104 is specifically configured to:

[0072] The pixel brightness of the backlight area is weightedly adjusted according to the centrality index of the node to obtain a final backlight value of each backlight area.

[0073] In some embodiments, the adjustment module 105 is specifically configured to:

[0074] Expanding the backlight image to the same size as the image to be displayed using a diffusion function to obtain a backlight diffusion image;

[0075] According to the backlight diffusion image, the formula Calculate the liquid crystal compensation image L(x,y); where ∈ represents a small constant and I(x,y) is the brightness value of the image to be displayed.

[0076] The present invention provides a backlight brightness adjustment device, which can abstract backlight diffusion into graph network structure propagation, measure the importance of the backlight area in the global brightness structure through the centrality index, and quantify the regional visual importance. That is, based on image structure information, accurate backlight value acquisition and image compensation reconstruction are achieved through complex network modeling and graph theory analysis, so as to achieve high-contrast and energy-saving display effects, and improve dimming accuracy and image display quality.

[0077] For the specific definition of the backlight brightness adjustment device, please refer to the definition of the backlight brightness adjustment method above, which will not be repeated here. The various modules in the above-mentioned backlight brightness adjustment device can be implemented in whole or in part by software, hardware, or a combination thereof. The above-mentioned modules can be embedded in or independent of the processor in the computer device in hardware form, or can be stored in the memory of the computer device in software form, so that the processor can call and execute the corresponding operations of the above-mentioned modules.

[0078] In one embodiment, a computer device is provided, whose internal structure diagram can be as follows: Figure 6As shown. The computer device includes a processor, a memory, a network interface and a database connected via a system bus. The processor of the computer device is used to provide computing and control capabilities. The memory of the computer device includes a non-volatile and / or volatile storage medium and an internal memory. The non-volatile storage medium stores an operating system and a computer program. The internal memory provides an environment for the operation of the operating system and the computer program in the non-volatile storage medium. The network interface of the computer device is used to communicate with an external device via a network connection. Furthermore, the computer device may also include a display screen and an input device (such as a mouse, keyboard, etc.) for interaction.

[0079] Specifically, the processor in the computer device implements each step of the backlight brightness adjustment method provided in the above embodiment when executing the computer program.

[0080] In one embodiment, the present invention may further provide a computer-readable storage medium having a computer program stored thereon. When the computer program is executed by a processor, the steps of the backlight brightness adjustment method provided in the above embodiment are implemented.

[0081] Those skilled in the art will appreciate that all or part of the processes in the above-mentioned embodiments can be implemented by instructing the relevant hardware through a computer program. The computer program can be stored in a non-volatile computer-readable storage medium. When the computer program is executed, it can include the processes of the embodiments of the above-mentioned methods. Among them, any reference to memory, storage, database or other media used in the embodiments provided in this application can include non-volatile and / or volatile memory. Non-volatile memory can include read-only memory (ROM), programmable ROM (PROM), electrically programmable ROM (EPROM), electrically erasable programmable ROM (EEPROM) or flash memory. Volatile memory can include random access memory (RAM) or external cache memory. By way of illustration and not limitation, RAM is available in various forms, such as static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double data rate SDRAM (DDRSDRAM), enhanced SDRAM (ESDRAM), synchronous link (Synchlink) DRAM (SLDRAM), memory bus (Rambus) direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM).

[0082] Those skilled in the art will clearly understand that for the sake of convenience and brevity of description, only the division of the above-mentioned functional units and modules is used as an example. In actual applications, the above-mentioned functions can be distributed and completed by different functional units and modules as needed, that is, the internal structure of the device can be divided into different functional units or modules to complete all or part of the functions described above.

[0083] The above embodiments are only used to illustrate the technical solutions of the present invention, rather than to limit the same. Although the present invention has been described in detail with reference to the aforementioned embodiments, those skilled in the art should understand that they can still modify the technical solutions described in the aforementioned embodiments, or make equivalent replacements for some of the technical features therein. These modifications or replacements do not deviate the essence of the corresponding technical solutions from the scope of the technical solutions of the embodiments of the present invention, and should all be included in the scope of protection of the present invention.

Claims

1. A backlight brightness adjustment method, characterized in that: The backlight brightness adjustment method includes: Obtain an image to be displayed, and segment the image to be displayed to obtain M×N backlight areas; Establish edges based on the pixel brightness of the backlight area, and use each backlight area as a node to establish a graph network structure G = (V, E), where V represents the node set and E represents the edge set; Calculate the centrality index of nodes in the graph network structure G; Selecting the brightness of the backlight area according to the centrality index of the node to obtain a final backlight value of each backlight area; The final backlight values ​​of all backlight areas are combined into a backlight map, a liquid crystal compensation image is generated according to the backlight map, and the backlight map and the liquid crystal compensation image are driven to perform brightness adjustment.

2. The backlight brightness adjustment method according to claim 1, wherein: The centrality index of the nodes in the computational graph network structure G specifically includes: According to the formula Node V in the computational graph network structure G e The eigenvector centrality value of ; where A represents the adjacency matrix and λ represents the maximum eigenvalue.

3. The backlight brightness adjustment method according to claim 1, wherein: The centrality index of the nodes in the computational graph network structure G specifically includes: According to the formula Calculate the betweenness centrality value of the nodes in the graph network structure G; where σ st represents the number of shortest paths from node s to t, σ st (v) represents the number of paths passing through node v in the shortest path from node s to t.

4. The backlight brightness adjustment method according to claim 1, wherein: The step of establishing an edge according to the pixel brightness of the backlight area specifically includes: According to the pixel brightness of each backlight area, the formula Calculate the average brightness of the pixels in the backlight area; where Y k represents the pixel brightness of the kth pixel, and n represents the total number of pixels in the backlight area; The edge is established based on the average brightness of pixels in any two backlight areas.

5. The backlight brightness adjustment method according to claim 4, wherein: The step of establishing an edge based on the average brightness of pixels in any two backlight areas specifically includes: For any two backlight areas, if the absolute value of the deviation between the mean values ​​of the pixel brightness of the two backlight areas is less than a preset threshold, an edge is established.

6. The backlight brightness adjustment method according to claim 1, wherein: The step of selecting the brightness of the backlight area according to the centrality index of the node to obtain the final backlight value of each backlight area specifically includes: The pixel brightness of the backlight area is weightedly adjusted according to the centrality index of the node to obtain a final backlight value of each backlight area.

7. The backlight brightness adjustment method according to claim 1, wherein: Generating a liquid crystal compensation image according to the backlight image specifically includes: Expanding the backlight image to the same size as the image to be displayed using a diffusion function to obtain a backlight diffusion image; According to the backlight diffusion image, the formula Calculate the liquid crystal compensation image L(x,y); where ∈ represents a small constant and I(x,y) is the brightness value of the image to be displayed.

8. A backlight brightness adjustment device, characterized in that: include: An acquisition and segmentation module is used to acquire an image to be displayed and segment the image to be displayed to obtain M×N backlight areas; A network construction module is used to establish edges based on the pixel brightness of the backlight area, and to establish a graph network structure G = (V, E) with each backlight area as a node, where V represents a node set and E represents an edge set; The calculation module is used to calculate the centrality index of nodes in the graph network structure G; a backlight value processing module, configured to select the brightness of the backlight area according to the centrality index of the node, and obtain a final backlight value of each backlight area; The adjustment module is used to form a backlight map from the final backlight values ​​of all backlight areas, generate a liquid crystal compensation image according to the backlight map, and drive the backlight map and the liquid crystal compensation image to perform brightness adjustment.

9. A computer device comprising a memory, a processor, and a computer program stored in the memory and executable on the processor, wherein: When the processor executes the computer program, the steps of the backlight brightness adjustment method according to any one of claims 1 to 7 are implemented.

10. A computer-readable storage medium storing a computer program, characterized in that: When the computer program is executed by a processor, the steps of the backlight brightness adjustment method according to any one of claims 1 to 7 are implemented.

Citation Information

Patent Citations

  • Low latency variable backlight liquid crystal display system

    CN115440168A

  • Regional backlight dimming method and device based on neural network

    CN115516496A

  • City grouping identification method based on complex network and heterogeneous remote sensing image

    CN115601643A

  • Telecommunication network node importance calculation method based on network structure and node value

    CN115622902A

  • Local backlight dimming method, system and device and medium

    CN115660992A