Color database management system based on active display
By utilizing an active color database management system and external device backup and binary tree dynamic hardening technology, the problems of easy tampering of display device calibration data and inconsistent management of multi-terminal calibration records are solved, thus achieving color consistency and accuracy of display devices.
Patent Information
- Application Number
- CN202511100786.9
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- Filing Date
- 2025-08-07
- Publication Date
- 2025-11-21
AI Technical Summary
Existing display device calibration data lacks anti-tampering protection mechanisms, and calibration files are easily deleted or maliciously modified, leading to color reproduction failure. Furthermore, the lack of unified management of multi-terminal calibration records makes it difficult to ensure color consistency across the entire process.
A color database management system based on active display is adopted. Through external device backup and binary tree dynamic solidification technology, calibration records are updated in real time to ensure data security and the reliability of calibration records, and to achieve unified management of calibration records from multiple terminals.
It achieves the reliability and real-time nature of calibration records, supports high-complexity and rapid retrieval, ensures the color consistency and accuracy of display devices, and avoids color failure problems caused by data tampering.
Smart Images

Figure CN120994664A_ABST
Abstract
Description
TECHNICAL FIELD
[0001] The application belongs to the technical field of database management, and particularly relates to a color database management system based on active display. BACKGROUND
[0002] In today's highly developed digital display technology, color accuracy has become the core demand of professional fields such as medical imaging, film post-production and industrial design. Although modern display devices (such as OLED, Micro-LED and TFT-LCD) can generate 16.8 million colors (256 3 ) through RGB three primary color mixing theory, the hardware differences between devices cause significant color differences on different screens for the same RGB value.
[0003] Although the existing calibration technology can establish a device-specific calibration curve by measuring 768 primary color levels (256 levels for R / G / B), it faces a key vulnerability: the calibration data lacks a tamper-proof protection mechanism. Once the stored calibration file is mistakenly deleted, maliciously modified or versioned, the system will load the wrong data without warning, causing the color restoration to fail completely, and the user will be difficult to detect. In scenarios that rely on color authenticity (such as film color grading or medical diagnosis), such hidden failures can cause serious consequences, specifically:
[0004] Current calibration schemes rely on local files or simple databases for storage, lack permission control and integrity verification, and calibration data may be tampered with due to operational errors (such as accidental overwriting), software conflicts or unauthorized access, and there is no traceability mechanism;
[0005] When the display device loads the calibration data, there is usually no real-time verification process, so even if the data is abnormal, the system will still enforce the wrong mapping, and the user can only discover the problem after a significant color shift occurs, so the fault response is severely delayed;
[0006] Professional workflows often involve multiple device collaboration (such as main screen / secondary screen / projector), but existing technologies lack a unified database to centrally manage and version control multiple terminal calibration records, making it difficult to ensure color consistency across the entire link.
[0007] Therefore, the present application provides a color database management system based on active display, which fills the weakest data security link in the display technology chain through active defense mechanisms. SUMMARY
[0008] The purpose of the present application is to provide a color database management system based on active display, which solves the existing problems through external device backup and binary tree dynamic solidification.
[0009] To solve the above technical problems, the present application is realized by the following technical solutions:
[0010] The application is a color database management system based on active display, comprising:
[0011] An acquisition unit is configured to acquire calibration records when calibrating different display devices in RGB output, the calibration records including calibration methods, calibration objects and object parameters; for different types of calibration methods, an initial color-uniform calibration method for each display device can be obtained, and the calibration methods, calibration objects and object parameters are integrated to form a calibration record;
[0012] A data solidification unit is configured to perform solidification processing on the calibration records, and the solidification processing is performed in the following manner: all calibration records are backed up and stored in an external device; according to the characteristics of the data, the corresponding characters of the calibration records are acquired, the feature parameters are acquired in combination with the corresponding pinyin and the number of characters, and the calibration records are mapped on a binary tree according to the feature parameters; the update nodes of the binary tree are acquired according to the current time, the binary tree is periodically updated and solidified, and a real-time binary tree is acquired;
[0013] A bionic display unit is configured to restore the calibration records according to the real-time binary tree.
[0014] Further, the calibration method is a method used when calibrating the display device, the calibration object is various different display devices, and the object parameter is an object type and an object basic parameter corresponding to the calibration object, and the object basic parameter includes a main wavelength (nm), a half-peak width (FWHM), a gamma curve (γ value), a maximum brightness (cd / m 2 ), a contrast ratio, tristimulus color coordinates (x, y), white point coordinates, response time (ms), viewing color deviation (△E / 30°), aging rate (% / kh), temperature coefficient (△x / ℃), etc.
[0015] Further, the method of recording the calibration records on the binary tree is as follows:
[0016] The data in the calibration records are segmented and divided into a plurality of small segments to obtain a plurality of segments;
[0017] The number of characters in the corresponding segment is extracted, the feature parameters are acquired according to the pinyin and the number of characters corresponding to each segment, and the characteristic parameters corresponding to the plurality of segments are obtained;
[0018] The characteristic parameters are sorted according to the order in the calibration records, and the sorted characteristic parameters are mapped onto the binary tree according to the order number, that is, the corresponding sorted characteristic parameters are mapped onto the binary tree according to the order of the order numbers 1, 2, 3, 4, 5, 6, etc.
[0019] Further, the feature parameters are as follows:
[0020] extracting characters in the corresponding segment; the characters can be a Chinese character, English or other symbols;
[0021] converting Chinese in each character into corresponding pinyin, and extracting at least two characters from the corresponding pinyin of each character as parameters, and extracting from the first pinyin;
[0022] obtaining the number of characters, the number of extracted pinyin characters, and the number of extracted pinyins;
[0023] combining the number of characters, the number of representations, and the number of extracted pinyins in order to form a group of numbers, and marking it as a characteristic parameter;
[0024] The number of characters refers to the number of characters in the segment, the number of representations refers to the sum of the order in the 26 English alphabet table corresponding to the extracted pinyin characters, and the number of extracted pinyins refers to the number of extracted pinyin letters.
[0025] Further, the same characteristic parameter is updated according to the pinyin corresponding to the characters and the number, so as to ensure that each segment corresponds to a different characteristic parameter.
[0026] Further, the feature parameter is updated as follows: the number of pinyin letters extracted from the original feature parameter is increased by one, and the updated feature parameter is obtained according to the pinyin corresponding to the characters and the number.
[0027] Further, the solidification updating method of the binary tree is as follows:
[0028] Real-time calibration records are obtained, and the binary tree is updated in real time according to the obtained real-time calibration records;
[0029] The binary tree is transformed every interval T1 time, and when the transformation is performed, data is obtained according to the order of the current month, day, hour and minute, and two non-zero data are selected as row values and column values according to the data characteristics;
[0030] The binary tree node corresponding to the row value and the column value is taken as the rotation center node, and the binary tree is processed by left rotation or right rotation, and the rotated binary tree is the real-time binary tree;
[0031] If the real-time binary tree is inconsistent with the original binary tree, the corresponding calibration record is marked as changed, and the backup calibration record stored in the peripheral device is used for recovery during calibration.
[0032] Further, the solidification updating method of the binary tree is as follows:
[0033] In each transformation, data is obtained according to the current month, day, hour and minute, a value is obtained by adding the obtained data, the first non-zero value and the last non-zero value are marked as a row value and a column value, and if the obtained value is a single digit, the row value and the column value are both the single digit;
[0034] The binary tree node corresponding to the row number of the row value and the column number of the column value is selected as a rotation center node, if the value row does not exist, the value in the first row of the column is taken, and vice versa, if the value column does not exist, the value in the first column of the row is taken;
[0035] Then, if the sum of the row value and the column value is odd, the rotation center node is taken as a center point to perform a left rotation, otherwise, a right rotation is performed;
[0036] The rotated binary tree is the real-time binary tree.
[0037] Further, before each transformation, the last transformation is reversed to restore the original binary tree, and then the transformation is performed.
[0038] Further, the method further comprises:
[0039] A calibration unit is configured to retrieve a matching node from the real-time binary tree according to the input characteristic parameters of the target device, and restore the original calibration record after successful verification of the digital signature;
[0040] An active display unit is configured to drive the display device to perform display calibration according to the original calibration record.
[0041] The present application has the following advantages:
[0042] The present application has the following advantages:
[0043] The present application has the following advantages: BRIEF DESCRIPTION OF DRAWINGS
[0044] In order to more clearly illustrate the technical solutions of the embodiments of the present application, the following will briefly introduce the drawings needed to be used in the description of the embodiments. Obviously, the drawings in the following description are only some embodiments of the present application, and for those skilled in the art, other drawings can also be obtained without creative labor based on these drawings.
[0045] Fig. 1 Structure diagram of the color database management system based on active display of the present application;
[0046] Fig. 2 Structure diagram of the data solidification unit of the present application. DETAILED DESCRIPTION
[0047] In the following description, for the purpose of explanation and not limitation, specific details are set forth, such as particular system configurations, techniques, etc., in order to provide a thorough understanding of the embodiments of the present application. However, it will be apparent to those skilled in the art that the present application can be practiced in other embodiments that depart from these specific details. In other instances, detailed descriptions of well-known systems, devices, circuits, and methods are omitted so as not to obscure the description of the present application with unnecessary detail.
[0048] It should be understood that the term "comprising" as used in the specification and the appended claims indicates the presence of the recited features, integers, steps, operations, elements, and / or components, but does not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and / or groups thereof.
[0049] It should also be understood that the term "and / or" as used in the specification and the appended claims, means any one of the associated listed items, or any combination of one or more of the associated listed items, and includes all possible combinations.
[0050] As used in the specification and the appended claims, the term "if' can be interpreted as meaning "when" or "once" or "in response to a determination" or "in response to detecting" depending on the context. Similarly, the phrase "if determined" or "if detected [the described condition or event]" can be interpreted to mean "once determined" or "in response to a determination" or "once detected [the described condition or event]" or "in response to detecting [the described condition or event]" depending on the context.
[0051] In addition, in the description of the specification and the appended claims, the terms "first", "second", "third", etc. are only used to distinguish the description, and cannot be understood as indicating or implying relative importance.
[0052] Reference within the specification of this application to "one embodiment" or "some embodiments" means that a particular feature, structure, or characteristic described in connection with the embodiment is included in at least one embodiment of the application. The appearances of the phrases "in one embodiment," "in some embodiments," "in other embodiments," "in still other embodiments," and the like in the specification of the application do not necessarily refer to the same embodiment, unless otherwise noted. The terms "including," "comprising," "having," and variations thereof mean "including but not limited to," unless expressly specified otherwise.
[0053] Embodiment one:
[0054] Please refer to Figs. 1-2 The application is an active display-based color database management system, which includes:
[0055] The acquisition unit is used to acquire calibration records when calibrating RGB output of different display devices, and the calibration records include calibration methods, calibration objects, and object parameters.
[0056] Calibration method: algorithm type, such as 3D LUT mapping, matrix transformation.
[0057] Calibration object: device model, such as SN123 of display A.
[0058] Object parameter: gamut range, brightness, contrast, and other specific indicators.
[0059] Structured calibration records, example: {method 1: "CIE-LAB mapping", object: "display A-SN123", parameter: {brightness: 120cd / m 2 , color temperature: 6500K}}.
[0060] The data solidification unit is used to perform solidification processing on the calibration records. The solidification processing mode is: backup all calibration records and store them in an external device. All calibration records are backed up to an external device, such as an encrypted hard disk or cloud storage, in real time to ensure data security. According to the characteristics of the data, the corresponding characters of the calibration records are obtained, and the feature parameters are obtained in combination with the corresponding pinyin and number of characters. According to the feature parameters, the calibration records are respectively mapped on the binary tree. According to the current time, the update node of the binary tree is obtained, and the binary tree is periodically updated to obtain the real-time binary tree.
[0061] The bionic display unit is used to restore the calibration records according to the real-time binary tree.
[0062] Based on the data acquisition, processing, storage, retrieval and calibration forming a closed loop data management implementation, can efficiently manage and apply different display device calibration records, realize the accurate and unified display of color.
[0063] Embodiment two:
[0064] The application is a color database management system based on active display, including:
[0065] The acquisition unit is used to acquire calibration records when calibrating different display devices for RGB output, and the calibration records include calibration methods, calibration objects and object parameters; for different types of calibration methods, the initial color-unified calibration method for each type of display device can be obtained, and the calibration method, the calibration object and the object parameter are integrated to form a calibration record, the calibration method is the method used when calibrating the display device, the calibration object is various display devices, and the object parameter is the object type and object basic parameter corresponding to the calibration object, and the object basic parameter includes main wavelength (nm), half peak width (FWHM), gamma curve (gamma value), maximum brightness (cd / m 2 ), contrast ratio, tricolor color coordinates (x, y), white point coordinates, response time (ms), viewing color deviation (△E / 30°), aging rate (% / kh), temperature coefficient (△x / ℃), etc.
[0066] The data solidification unit performs solidification processing on the acquired calibration records to ensure the security and recoverability of the data, and the data solidification unit is used to perform solidification processing on the calibration records, and the solidification processing mode is:
[0067] Backup all calibration records and store them in an external device, such as an external hard disk;
[0068] According to the characteristics of the data, the characters corresponding to the calibration records are acquired, the feature parameters are acquired by combining the corresponding pinyin and the number of characters, the calibration records are respectively mapped on the binary tree according to the feature parameters, and a binary search tree is constructed, wherein each node stores a calibration record;
[0069] According to the current time, the update node of the binary tree is acquired, the binary tree is periodically updated, the real-time binary tree is acquired, the node selection is dynamic based on the time stamp, the unified calibration management of the multi-type display device is realized, the real-time and accuracy of the calibration data are ensured through the dynamic updating mechanism of the binary tree, and the method for recording the calibration records on the binary tree is:
[0070] The data in the calibration record is segmented, divided into several small segments, which can be performed by the prior art, such as every 20 characters, to obtain several segments; the calibration record is as method 1, object: device 1, parameter: parameter 1-> converted into pinyin: fangfa1, duixiang: shebei 1, canshu: 1;
[0071] The number of characters in the corresponding segment is extracted, and the characteristic parameters are obtained according to the pinyin corresponding to each segment character and the number; the pinyin conversion and character statistics are combined, and the uniqueness of the characteristic parameters is ensured;
[0072] The characteristic parameters are sorted according to the order of the segments in the calibration record, and the sorted characteristic parameters are mapped onto a binary tree according to the order number, that is, the corresponding sorted characteristic parameters are mapped onto the binary tree according to the order of order numbers 1, 2, 3, 4, 5, 6...
[0073] The bionic display unit is used to restore the calibration record according to the real-time binary tree.
[0074] Embodiment three:
[0075] The color database management system based on active display is based on embodiment one or two, and the characteristic parameters are:
[0076] Characters in the corresponding segment are extracted; the characters can be a Chinese character, English or other symbols; if there is no Chinese character in a segment during segmentation, the segment is expanded to ensure that at least one Chinese character is included, and the next segment is divided from the next character of the Chinese character;
[0077] Convert the Chinese in each character into corresponding pinyin, and extract at least two characters from the pinyin corresponding to each character as parameters, which are extracted from the first pinyin; for example, "display A-SN123" is converted into "xianshiqiA-SN123";
[0078] The number of characters, the number of extracted pinyin characters, and the number of extracted pinyins are obtained.
[0079] The number of characters, the number of representations, and the number of extracted pinyins are sequentially combined into a group of numbers, which are marked as characteristic parameters;
[0080] The number of characters refers to the number of characters in the segment, the number of representations refers to the sum of the order in the 26 English alphabet table corresponding to the extracted pinyin characters, and the number of extracted pinyins refers to the number of extracted pinyin letters, such as the segment "high-precision calibration": g, a, the corresponding representation number is 1+7=8, and the number of extracted pinyins is 2.
[0081] Embodiment four:
[0082] The application is a color database management system based on active display, based on embodiment three, the same feature parameters are updated according to the corresponding pinyin and number of characters, and it is ensured that each segment corresponds to a different characteristic parameter.
[0083] As an embodiment provided by the application, preferably, the feature parameter update is that the number of original pinyin letters extracted from the feature parameter is increased by one, and then the updated feature parameter is obtained according to the corresponding pinyin and number of characters.
[0084] As an embodiment provided by the application, preferably, after the characteristic parameter is obtained, it is detected whether the same characteristic parameter exists, if the same characteristic parameter exists, the number of extracted pinyin needs to be changed, the number of pinyin is automatically increased by one, and the representation number is correspondingly modified (because the number of pinyin is increased by one, then one more pinyin needs to be obtained, and the representation number is automatically modified), a plurality of different characteristic parameters are obtained, that is, each segment corresponds to a different characteristic parameter.
[0085] Embodiment five:
[0086] The application is a color database management system based on active display, based on embodiments one to four, the solidification update mode of the binary tree is:
[0087] The calibration record is obtained in real time, and the binary tree is updated in real time according to the obtained real-time calibration record, here, the binary tree is updated, for example, new records are added, old records are deleted, and the current latest binary tree structure is obtained;
[0088] The binary tree is transformed once every interval preset T1 time, when the transformation is performed, data is obtained according to the order of the current month, day and hour, and two non-zero data are selected as the row value and the column value according to the data characteristics;
[0089] The binary tree node corresponding to the row value and the column value is taken as the rotation center node, and the binary tree is processed by left rotation or right rotation, and the rotated binary tree is the real-time binary tree;
[0090] If the real-time binary tree is inconsistent with the original binary tree, the corresponding calibration record is marked as being changed, and the backup calibration record stored in the peripheral device is used for recovery during calibration.
[0091] As an embodiment provided by the application, preferably, the solidification update mode of the binary tree is:
[0092] When the transformation is performed, data is obtained according to the order of the current month, day and hour, the obtained data is added to obtain a numerical value, the first non-zero numerical value and the last non-zero numerical value are marked as the row value and the column value, and if the obtained numerical value is a single digit, the row value and the column value are both the single digit;
[0093] Select the binary tree node corresponding to the row number where the corresponding row value is located and the column number where the column value is located as the rotation center node, if the numerical row does not exist, take the numerical value existing in the first row of the column, otherwise the numerical column does not exist, take the first column where the row is located;
[0094] Then if the sum of the row value and the column value is odd, the rotation center node is taken as the center point to perform left rotation, otherwise right rotation;
[0095] The rotated binary tree is the real-time binary tree.
[0096] As an embodiment provided by the application, preferably, when the binary tree is updated, before each transformation, the last transformation is first undone, the original binary tree is restored, and then the transformation is performed.
[0097] Embodiment six:
[0098] The application is a color database management system based on active display, based on embodiment one or two, the application further includes:
[0099] The calibration unit is used for retrieving the matching node from the real-time binary tree according to the input characteristic parameters of the target device, and restoring the original calibration record after the digital signature is verified successfully;
[0100] The active display unit drives the display device to perform display calibration according to the original calibration record.
[0101] Any color can be obtained by mixing three primary colors R / G / B, the present scheme uses display devices, including self-luminous OLED, MicroLED, and TFT display screen with RGB primary colors obtained through white backlight and color filter Each primary color can have 256 levels, and three primary colors can be matched to 256x256x 256 = 16M; the display devices themselves have differences, but by measuring the data of each level (256 levels) of the three primary colors through instruments and calibrating them into uniform values, the initial primary colors of each display device can be unified through 256+256+256 = 768 (times) calibration; by measuring 768 times (256 / primary color), the RGB output of each display device is calibrated to a unified standard, solving the problem of device differences and ensuring color consistency. This technology is a standard calibration method for the display industry. The present application can obtain the calibration record corresponding to this method, which includes the calibration method, calibration object, and object parameters. When different display devices need to be calibrated, the calibration record is obtained by the acquisition unit; the calibration method (such as the calibration algorithm used), the calibration object (i.e. the model of the display device), and the object parameters (such as the brightness and contrast of the display device), for different models of display devices, the acquisition unit can generate an initial color-unified calibration method, and integrate the calibration method, calibration object, and object parameters into a calibration record.
[0102] When a target display device needs to be calibrated, the characteristic parameters of the target device are input (this characteristic parameter should be consistent with the method of calculating the characteristic parameter in the data solidification unit; such as the characteristic parameters of the target device, the new device "display B", the model is directly input, the matching node is retrieved from the real-time binary tree, and the original calibration record is restored after the digital signature is verified successfully.
[0103] Based on the active display color database management system, the forward process of the present application is: acquisition record, solidification storage, record restoration, matching device, and driving calibration. If the calibration fails (such as no matching record), return to recalibrate the device and generate a new record. The calibration record is solidified by the data solidification unit, all calibration records are backed up and stored in an external device. According to the characteristics of the data, the corresponding characters of the calibration record are obtained, the characteristic parameters are obtained by combining the corresponding pinyin and number of characters, and the calibration record is mapped on the binary tree according to the characteristic parameters. According to the current time, the updated node of the binary tree is obtained, and the binary tree is periodically solidified and updated to obtain the real-time binary tree. Combined with the external device and dynamic solidification of the binary tree, the calibration record is ensured to be reliable while supporting high complexity and fast calling of massive calibration records, and the traditional passive color management is upgraded to a decision-execution active closed loop.
[0104] In the description of the specification, reference to "one embodiment", "an example", "a specific example" or the like means that a particular feature, structure, material or characteristic described in connection with the embodiment or example is included in at least one embodiment or example of the application. The appearances of the phrases "in one embodiment", "an example", "a specific example" or the like in various places in the specification are not necessarily referring to the same embodiment or example. Furthermore, the particular features, structures, materials, or characteristics can be combined in any suitable manner in one or more embodiments or examples.
[0105] The preferred embodiments of the application disclosed above are only to help explain the application. The preferred embodiments do not describe all the details of the application and limit the application to the specific embodiments described. Obviously, many modifications and variations can be made in light of the contents of the specification. The specification selects and specifically describes these embodiments in order to better explain the principles and practical application of the application, so that those skilled in the art can well understand and utilize the application. The application is limited only by the claims and their full scope and equivalents.
Claims
1. An active display-based color database management system, characterized by, The method comprises the following steps: An acquisition unit is configured to acquire calibration records when performing RGB output calibration on different display devices, wherein the calibration records comprise a calibration method, a calibration object, and object parameters; A data solidification unit is configured to perform solidification processing on the calibration records, and the solidification processing is performed by backing up all the calibration records and storing them in an external device; According to the characteristics of the data, the corresponding characters of the calibration records are acquired, the feature parameters are acquired by combining the corresponding pinyin and number of characters, and the calibration records are respectively mapped on the binary tree according to the feature parameters; the update nodes of the binary tree are acquired according to the current time, the binary tree is periodically updated, and the real-time binary tree is acquired; A bionic display unit is configured to restore the calibration records according to the real-time binary tree, and if the real-time binary tree is inconsistent with the original binary tree, the corresponding calibration records are marked as being changed, and the backup calibration records stored in the external device are used for recovery during calibration.
2. The active display-based color database management system of claim 1, wherein, The calibration method is a method used when calibrating the display device, the calibration object is various display devices, and the object parameters are object models and object basic parameters corresponding to the calibration object, wherein the object basic parameters comprise a main wavelength, a half-peak width, a gamma curve, a maximum brightness, a contrast ratio, three primary color coordinates, a white point coordinate, a response time, a viewing color deviation, an aging rate, and a temperature coefficient.
3. The active display-based color database management system of claim 1, wherein, The method for recording the calibration records on the binary tree comprises the following steps: The data in the calibration records are segmented and divided into a plurality of small segments to obtain a plurality of segments; The number of characters in the corresponding segment is extracted, the feature parameters are acquired according to the corresponding pinyin and number of characters of each segment, and the characteristic parameters corresponding to the plurality of segments are obtained; The characteristic parameters are sorted according to the order of the segments in the calibration records, and the corresponding sorted characteristic parameters are mapped on the binary tree.
4. The active display-based color database management system according to claim 1 or 3, characterized by, The feature parameters comprise: extracting the characters in the corresponding segment; converting the Chinese in each character into corresponding pinyin, and extracting at least two characters from the corresponding pinyin of each character as parameters, wherein the extraction starts from the first pinyin; acquiring the number of characters, the number of extracted pinyin characters, and the number of extracted pinyins; combining the number of characters, the number of representations, and the number of extracted pinyins in sequence to form a group of numbers, and marking them as characteristic parameters; wherein the number of characters refers to the number of characters in the segment, the number of representations refers to the sum of the order of the extracted pinyin characters in the 26 English alphabet table, and the number of extracted pinyins refers to the number of extracted pinyin letters. The same feature parameters are updated according to the corresponding pinyin and number of characters, and it is ensured that each segment corresponds to a different characteristic parameter.
5. The active display-based color database management system according to claim 1 or 3, wherein, The feature parameter update is: adding one to the number of extracted pinyin letters of the original feature parameter, and then acquiring the updated feature parameter according to the corresponding pinyin and number of characters.
6. The active display-based color database management system of claim 5, wherein, The solidification update method of the binary tree comprises the following steps:
7. The active display-based color database management system according to claim 1 or 3, wherein real-time acquisition of the calibration records, real-time update of the binary tree according to the acquired real-time calibration records; performing a transformation on the binary tree every interval T1 time, wherein, during the transformation, data is acquired according to the order of the current month, day, hour, and minute, and two non-zero data are selected as row values and column values according to the characteristics of the data; The binary tree node corresponding to the row value and the column value is taken as a rotation center node, and the binary tree is left-rotated or right-rotated, and the rotated binary tree is the real-time binary tree.
8. The active display-based color database management system of claim 7, wherein, The solidification updating manner of the binary tree is: In each transformation, data is obtained according to the current month, day, hour and minute, a value is obtained by adding the obtained data, the first non-zero value and the last non-zero value are marked as a row value and a column value; The binary tree node corresponding to the row value and the column value is taken as a rotation center node, and the binary tree is left-rotated or right-rotated, and the rotated binary tree is the real-time binary tree. The solidification updating manner of the binary tree is: Before each transformation, the last transformation is cancelled, and the original binary tree is restored, and then the transformation is performed.
9. The active display-based color database management system of claim 8, wherein, Further comprising:
10. The active display-based color database management system of claim 1, wherein, A calibration unit is configured to retrieve a matching node from the real-time binary tree according to the input characteristic parameters of the target device, and restore the original calibration record after successful verification of the digital signature; and an active display unit is configured to drive a display device to perform display calibration according to the original calibration record.
Citation Information
Patent Citations
Data transmission system based on color dynamic image
CN103957340A
CDP backup recovery method and system based on binary tree log and storage medium
CN115016988A
Screen calibration method and device, electronic equipment and storage medium
CN117475886A
Color calibration method and device, electronic equipment and storage medium
CN117475964A
Update method, data processing system and computer program product
CN120086231A