WO2017161767A1 - 一种元素显示的方法及装置 - Google Patents
一种元素显示的方法及装置 Download PDFInfo
- Publication number
- WO2017161767A1 WO2017161767A1 PCT/CN2016/089174 CN2016089174W WO2017161767A1 WO 2017161767 A1 WO2017161767 A1 WO 2017161767A1 CN 2016089174 W CN2016089174 W CN 2016089174W WO 2017161767 A1 WO2017161767 A1 WO 2017161767A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- displayed
- value
- background
- displaying
- gaussian
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/048—Interaction techniques based on graphical user interfaces [GUI]
- G06F3/0481—Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
- G06F3/0483—Interaction with page-structured environments, e.g. book metaphor
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/14—Digital output to display device ; Cooperation and interconnection of the display device with other functional units
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T5/00—Image enhancement or restoration
Definitions
- the invention relates to the field of display of a vehicle-mounted intelligent terminal, in particular to a method and device for displaying an element.
- the in-vehicle intelligent terminal supports touch. Since the hardware used by the in-vehicle intelligent terminal should consider the stability in an extreme environment, its hardware performance is at least two generations weaker than that of the consumer-grade smart terminal. On low-performance devices, implementing more complex software, performance optimization is a critical aspect.
- the object of the present invention is to provide a method and device for displaying an element, which avoids the stuttering and abruptness when the screen displays elements, and brings a good visual experience effect to the user.
- a method for displaying an element according to an embodiment of the present invention comprising:
- the background image before the switching is taken as a sample, and the background of the element similar to the background image before the switching is obtained by the complex calculation of the element;
- the callback element display control displays the element to be displayed after the switching.
- process of complex calculation of the elements includes:
- a Gaussian blur algorithm Using a Gaussian blur algorithm, adjusting a pixel color value according to a Gaussian curve, performing multiple image blurring on the element to be displayed, and performing the image to be displayed on the image blurring process in a gradual animation manner according to the definition Displayed from low to high.
- the process of performing multiple image blurring on the elements to be displayed and displaying them in a descending animation in descending order of clarity includes:
- Gaussian blur is respectively performed on the RGB three channels of the element to be displayed, and for a single color element channel, the blur radius is set in descending order of the blur radius, and each pixel of the element to be displayed is calculated.
- Gaussian blur value, and the obtained Gaussian blur value is assigned to each pixel point, and the assigned pixel point is displayed to obtain the element to be displayed;
- a pixel point is selected as a center point among the elements to be displayed, and the nearest 8 pixel points from the selected pixel point in the single blur radius are taken, and the above 8 is obtained by using a Gaussian blur algorithm.
- a weight value corresponding to the pixel points multiplying the gray value corresponding to the 8 pixel points by the weight value of the 8 pixel points to obtain a final weight value, and adding the final weight value to obtain the a Gaussian blur value of the selected pixel;
- the above process is repeated for all the pixels, the Gaussian blur value of each element point is obtained, and the obtained Gaussian blur value is assigned to each pixel point, and the assigned pixel point is displayed to obtain the element to be displayed.
- the obtained Gaussian fuzzy value is assigned to each element point, and the process of displaying the assigned element points includes:
- the Gaussian blur value corresponding to the number of elements to be frequently displayed in the imported Gaussian blur value is imported into the dynamic array;
- the method further includes recovering the element when the element state is invisible or covered.
- the method further includes:
- an embodiment of the present invention further provides an apparatus for displaying an element, including: a user operation monitoring module, an element generation module, a background generation module, an element display module, and an element display module scheduling module;
- the user operation monitoring module is configured to monitor an interface switching instruction issued by the user
- the element generation module is configured to calculate and generate an element
- the background generation module is configured to take a background image before the switching as a sample before the element is generated, and obtain an element background similar to the background image before the switching by using the element complex calculation;
- the element display module includes an element display control for displaying an element
- the element display module scheduling module is configured to hide and call back the element display module.
- the element generating module is configured to:
- the image blurring is performed a plurality of times, and the elements to be displayed which have been subjected to the image blurring process described above are displayed in a descending animation in descending order of sharpness.
- the element display module is configured to:
- Gaussian blur is respectively performed on the RGB three channels of the element to be displayed, and for a single color element channel, the blur radius is set in descending order of the blur radius, and each pixel of the element to be displayed is calculated.
- Gaussian blur value, and the obtained Gaussian blur value is assigned to each pixel point, and the assigned pixel point is displayed to obtain the element to be displayed;
- a pixel point is selected as a center point among the elements to be displayed, and the nearest 8 pixel points from the selected pixel point in the first blur radius are taken, and the Gaussian blur algorithm is used to obtain the above a weight value corresponding to the eight pixel points, multiplying the gray value corresponding to the eight pixel points by the weight value of the eight pixel points to obtain a final weight value, and adding the final weight value to obtain a a Gaussian blur value of the selected pixel point;
- the above process is repeated for all the pixels, the Gaussian blur value of each element point is obtained, and the obtained Gaussian blur value is assigned to each pixel point, and the assigned pixel point is displayed to obtain the element to be displayed.
- the element display module is configured to:
- the element display module is further configured to recover the element when the element state is invisible or covered.
- the device for displaying the element further includes: a timing module, configured to monitor a time required to generate a background by complex calculation of the element before the callback element display control, and reach the background After the generated time, the element display module is called back by the element display module scheduling module.
- a timing module configured to monitor a time required to generate a background by complex calculation of the element before the callback element display control, and reach the background After the generated time, the element display module is called back by the element display module scheduling module.
- the element to be displayed after the switching is started is calculated; and before the element is generated, the pre-switching is taken.
- the background image is taken as a sample, and the background of the element similar to the background image before the switching is obtained by the complex calculation of the element; the background of the element similar to the background image before the switching is displayed, and the hidden element display control is displayed; after the calculation of the element to be displayed after the switching is completed,
- the callback element displays the control, and displays the switched interface elements in a gradient animation manner, avoiding the shortcomings of the elements that suddenly enter the screen, due to the complicated calculation amount, cannot be displayed in time, and brings a good visual experience to the user. effect.
- FIG. 1 is a flow chart of one embodiment of a method of displaying an element of the present invention
- Figure 2 is a schematic illustration of one embodiment of an apparatus for element display of the present invention
- FIG. 3 is a schematic diagram of an embodiment of a smart terminal according to the present invention.
- a flow chart of an embodiment of a method for displaying elements of the present invention includes the following steps:
- Step 101 In the state where the element is displayed on the smart terminal, after receiving the interface switching instruction, start calculating the element to be displayed after the switching.
- the interface switching instruction may be a touch operation of the user or an operation of a button outside the display screen of the smart terminal.
- Step 102 Before the element is generated, take the background image before the switching as a sample, and pass the element complexity meter. Calculate the background of the element similar to the background image before switching. This provides a transitional phase for the display of the elements, extending the time the elements are displayed without affecting the user's visual experience.
- Step 103 Display the background of the element similar to the background image before the switching, and hide the element display control. After the element display control is hidden, it provides more memory space for the complex calculation of the element and improves the running speed.
- Step 104 After the calculation of the element to be displayed after the switch is completed, the callback element displays the control.
- Step 105 Display elements on the interface.
- the elements shown are interface elements that require some complicated calculations to achieve a particular display effect.
- the process of complex calculation of elements includes: adjusting a pixel color value according to a Gaussian curve by using a Gaussian curve, performing multiple image blurring on the element to be displayed, and performing image blurring on the above.
- the elements to be displayed are displayed in a gradient animation in descending order of clarity;
- the above process of performing image blurring on the element to be displayed multiple times, and displaying the element to be displayed, which has been subjected to the image blurring process, in a descending animation manner in descending order of clarity includes:
- Gaussian blur is respectively performed on the RGB three channels of the element to be displayed, and for a single color element channel, the blur radius is set in descending order of the blur radius, and each pixel of the element to be displayed is calculated.
- Gaussian blur value, and the obtained Gaussian blur value is assigned to each pixel point, and the assigned pixel point is displayed to obtain the element to be displayed;
- a pixel point is selected as a center point among the elements to be displayed, and the nearest 8 pixel points from the selected pixel point under each blur radius are set, and the value of ⁇ is set.
- the above process is repeated for all the pixels, the Gaussian blur value of each element point is obtained, and the obtained Gaussian blur value is assigned to each pixel point, and the assigned pixel point is displayed to obtain the element to be displayed.
- the process of assigning the obtained Gaussian fuzzy value to each element is specifically: importing the obtained Gaussian fuzzy value into a static array; calculating the number of elements to be displayed on the newly generated background; calculating the level The maximum value of the reel; starting from the starting position corresponding to the initial value of the horizontal reel preset in the imported Gaussian blur value, the Gaussian blur value corresponding to the number of elements to be frequently displayed in the introduced Gaussian blur value Import a dynamic array; assign the data in the dynamic array to the chart control to form a chart; convert the current chart into an element; display the above elements in the background.
- the process of the gradient animation display of the method of the embodiment of the present invention includes three stages: the first stage displays an element background similar to the background image before switching; the second stage displays the The image of the element after Gaussian blurring under the fuzzy radius; the third stage, the callback element displays the control, showing the final clear state of the element.
- the second phase described above includes two-stage Gaussian blurred image of the element, but the elemental interface is gradually clear.
- the method before the callback element display control, the method further includes:
- an element display device is also provided.
- the element display device 200 includes a user operation monitoring module 201, an element generation module 202, a background generation module 203, an element display module 204, and an element display module scheduling module 205.
- the user operation monitoring module 201 is configured to monitor an interface switching instruction sent by the user, and the interface switching instruction may be a touch operation of the user, or may be an operation on a button outside the display screen of the smart terminal.
- the element generation module 202 is configured to calculate and generate elements, and the process of calculating and generating elements may be one stage or multiple stages.
- the display process includes displaying an element background similar to the background image before the switching and an interface element after the display interface is switched.
- the process is in multiple stages, the element background similar to the background image before the switching and the interface element after the interface switching are displayed in the first stage of the process, and the subsequent stage is displayed in the form of a gradient animation with gradually improved clarity.
- Interface elements after interface switching Because the process provides buffering time for the display of the interface elements, the elements that suddenly enter the screen are avoided, and the shortcomings that cannot be displayed in time due to complicated calculation amount, and the user has a good visual experience effect.
- the background generation module 203 is configured to take the background image before the switching as a sample before the element is generated, obtain the background of the element similar to the background image before the switching, and display the background of the obtained element.
- the background of the element is an intermediate state transitioned from the background image before the switching to the element interface generated after the switching, that is, the gray value of a pixel in the background of the element is in the background image of the pixel before the switching.
- the gray value is between the gray value of the interface of the switched element.
- the element display module 204 includes an element display control for displaying elements generated by complex calculation of elements, and also for recycling elements in an invisible or covered state.
- the element display module scheduling module 205 is configured to hide and call back the element display module 204.
- the elements shown are interface elements that require some complicated calculations to achieve a particular display effect.
- the process of element complex calculation includes: the element generation module 202 uses a Gaussian blur algorithm to adjust a pixel color value according to a Gaussian curve, and performs multiple image blurring on the element to be displayed, and the above The image to be displayed that has been subjected to image blurring, The way the gradient animations are displayed in descending order of clarity;
- the process of the above-mentioned element display module 204 performing multiple image blurring on the elements to be displayed and displaying them in a descending animation in descending order of clarity includes:
- Gaussian blur is respectively performed on the RGB three channels of the element to be displayed, and for a single color element channel, the blur radius is set in descending order of the blur radius, and each pixel of the element to be displayed is calculated.
- Gaussian blur value, and the obtained Gaussian blur value is assigned to each pixel point, and the assigned pixel point is displayed to obtain the element to be displayed;
- a pixel point is selected as a center point among the elements to be displayed, and the nearest 8 pixel points from the selected pixel point under each blur radius are set, and the value of ⁇ is set.
- the above process is repeated for all the pixels, the Gaussian blur value of each element point is obtained, and the obtained Gaussian blur value is assigned to each pixel point, and the assigned pixel point is displayed to obtain the element to be displayed.
- the process of the element generating module 202 assigning the obtained Gaussian fuzzy value to each element is specifically: importing the obtained Gaussian fuzzy value into a static array; and calculating the number of elements to be displayed on the newly generated background. Calculate the maximum value of the horizontal reel; start from the starting position corresponding to the initial value of the preset of the horizontal reel in the imported Gaussian fuzzy value, and the corresponding Gaussian fuzzy value corresponds to the number of elements to be displayed frequently
- the Gaussian fuzzy value is imported into the dynamic array; the data in the dynamic array is assigned to the chart control to form a chart; the current chart is converted into an element; and the element display control in the element display module 204 displays the above element in the background.
- the process of the gradient animation display of the method of the embodiment of the present invention includes three stages: the first stage displays an element background similar to the background image before switching; the second stage displays the blur.
- the second phase described above includes two-stage Gaussian blurred image of the element, but the elemental interface is gradually clear.
- the element display module recovers the above element, and the complex calculation of the element in the element generation module and the picture The build provides more runtime memory.
- the method further includes: a time monitoring module 206, configured to monitor a time required to generate a background by using a complex calculation of the element before the callback element displays the control, and after the background generation time is reached,
- the element display module scheduling module 205 calls back the element display module 204, and the element display control in the element display module 204 displays the elements in a row.
- an intelligent terminal is also provided.
- FIG. 3 is a schematic diagram of an embodiment of a smart terminal 300 of the present invention.
- the smart terminal 300 includes a processor 302, a memory 304, and a bus system 306.
- the processor 302 and the memory 304 are connected by a bus system 306 for storing instructions for executing instructions stored by the memory 304.
- the memory 304 can be a non-transitory computer readable storage medium for storing computer-executable instructions, when executed by one or more processors 302, for example, can cause processor 302 to perform Figure 1 described above Method steps 101 to 105 in the process.
- the computer executable instructions may also be stored and/or transferred in any non-transitory computer readable storage medium for use by or in connection with an instruction execution system, apparatus, or device, where the instructions are executed.
- a system, apparatus, or device such as a computer-based system, a system containing a processor, or other system that can obtain instructions from, and execute instructions from, an instruction execution system, apparatus, or device.
- Non-volatile computer readable storage medium can be any tangibly embodied or stored computer executable instructions.
- the medium may be used by or in connection with an instruction execution system, apparatus, or system.
- Non-transitory computer readable storage media may include, but are not limited to, magnetic, optical, and/or semiconductor storage devices. Examples of such storage devices include magnetic disks, CD-ROM based on CD, DVD or Blu-ray technology, and persistent solid-state memories (such as flash memory, solid state drives, etc.).
- the element display device 200 in FIG. 2 described above is a computer software program device
- the modules 201-206 are computer software program modules, which are stored in the memory 304 and are operated by a processor. 302 runs to implement the functions of each module.
- the processor 302 may be a central processing unit ("CPU").
- the processor 304 can also be other general purpose processors, digital signal processors (DSPs), application specific integrated circuits (ASICs), off-the-shelf programmable gate arrays (FPGAs) or other programmable logic devices, discrete gates or transistor logic devices, discrete Hardware components, etc.
- the general purpose processor may be a microprocessor or the processor or any conventional processor or the like.
- the bus system 306 may include a power bus, a control bus, a status signal bus, and the like in addition to the data bus. However, for clarity of description, various buses are labeled as bus system 306 in the figure.
- the smart terminal 300 is not limited to the components and configurations of FIG. 3, and may also include other or additional components in various configurations.
- each step of the above method or each module of the device may be completed by an integrated logic circuit of hardware in the processor 302 or an instruction in a form of software.
- the modules of the steps or apparatus of the method disclosed in the embodiments of the present application may be directly embodied as hardware processor execution completion. Alternatively, the completion of the combination of hardware and software modules in the processor 302 is performed.
- the software module can be located in a conventional storage medium such as random access memory, flash memory, read only memory, programmable read only memory or electrically erasable programmable memory, registers, and the like.
- the storage medium is located in the memory 304, and the processor 302 reads the information in the memory 304 and, in conjunction with its hardware, performs the steps of the above method. To avoid repetition, it will not be described in detail here.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Human Computer Interaction (AREA)
- Controls And Circuits For Display Device (AREA)
- Processing Or Creating Images (AREA)
Abstract
一种元素显示的方法及装置,由于在背景图上显示元素的状态下,当接收到界面切换指令后,开始计算切换后即将显示的元素(101);并在元素生成之前,取切换前的背景图作为样本,通过元素复杂计算得到与切换前背景图相似的元素背景(102);显示所述与切换前背景图相似的元素背景,隐藏元素显示控件(103);所述切换后即将显示的元素计算完成后,回调元素显示控件(104),并以渐变动画的方式展示切换后的界面元素(105),避免了突然进入屏幕的元素,由于复杂的计算量,无法被及时显示出来的缺点,同时给用户带来了良好的视觉体验效果。
Description
本申请要求于2016年3月22日提交中国专利局,申请号为2016101666428,发明名称为“一种元素显示的方法及装置”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
本发明涉及车载智能终端显示领域,特别是指一种元素显示的方法及装置。
现有技术中,车载智能终端支持触控,由于车载智能终端所使用的硬件要考虑极端环境下的稳定性,因此它的硬件性能与消费级智能终端相比,至少弱两代。在低性能设备上,实现较为复杂的软件,性能优化是很关键的方面。
为了实现较为美观的用户界面,有时需要使用一些特殊的界面元素,具有特殊的显示效果;为了达到这些特殊的显示效果,需要经过一些复杂的计算。我们称这种需要经过复杂计算的界面元素,为复杂计算界面元素,本申请简称为元素。
当在某一些界面,需要同时显示数以几十计的元素,用户在触控屏上拖动界面,那些界面中在屏幕外的元素,应在极短的时间内被刷新显示出来。在低性能设备上,如果采用常规技术,这些突然进入屏幕的元素,由于复杂的计算量,无法被及时显示出来。从用户的体验来讲,这些元素,不是从屏幕外滑入屏幕的,而是进入屏幕后,在某一个位置跳出来,或者元素在从屏幕外滑入屏幕内的过程中出现卡顿。这样的效果,与用户预期不符,给用户带来的视觉体验是不佳的。
【发明内容】
有鉴于此,本发明的目的在于提出一种元素显示的方法及装置,避免屏幕显示元素时的卡顿和突兀,给用户带来良好的视觉体验效果。
基于上述目的本发明实施例提供的一种元素显示的方法,包括:
在背景图上显示元素的状态下,当接收到界面切换指令后,开始计算切换后即将显示的元素;
在元素生成之前,取切换前的背景图作为样本,通过元素复杂计算得到与切换前背景图相似的元素背景;
显示所述与切换前背景图相似的元素背景,隐藏元素显示控件;
所述切换后即将显示的元素计算完成后,回调元素显示控件,显示所述切换后即将显示的元素。
进一步的,所述元素复杂计算的过程包括:
利用高斯模糊算法,根据高斯曲线调节像素色值,对所述即将显示的元素进行多次图像模糊,并将上述进行过图像模糊处理的所述即将显示的元素,以渐变动画的方式按照清晰度由低到高的顺序显示。
进一步的,所述对所述即将显示的元素进行多次图像模糊,并以渐变动画的方式按照清晰度由低到高的顺序显示的过程包括:
对所述即将显示的元素的RGB三个通道分别做高斯模糊,对单一色彩元素通道,按照模糊半径由大到小的顺序设定模糊半径,计算所述即将显示的元素的每个像素点的高斯模糊值,并将得到的高斯模糊值赋值到每个像素点上,将赋值后像素点显示出来得到所述即将显示的元素;
对单一模糊半径,在所述即将显示的元素中选取一像素点为中心点,取所述单一模糊半径下距离所述选取的像素点的最近的8个像素点,利用高斯模糊算法得到上述8个像素点对应的权重值,在所述8个像素点的权重值的基础上乘所述8个像素点对应的灰度值得到最终权重值,并将所述最终权重值相加,得到所述选取的像素点的高斯模糊值;
对所有像素点重复上述过程,得到每个元素点的高斯模糊值,并将得到的高斯模糊值赋值到每个像素点上,将赋值后像素点显示出来得到所述即将显示的元素。
进一步的,所述将得到的高斯模糊值赋值到每个元素点上,将赋值后的元素点显示出来过程包括:
将所述得到的高斯模糊值导入静态数组中;
计算出在新生成的背景上即将显示的元素个数;
从导入的高斯模糊值中与水平卷轴预设的初始值相对应的起始位置开始,将导入的高斯模糊值中与上述即将常显示的元素个数相对应的高斯模糊值导入动态数组;
将该动态数组中的数据赋值给图表控件形成图表;
将当前图表转换成元素;
将上述元素在背景中进行显示。
进一步的,还包括当元素状态为不可见或被覆盖状态下对上述元素进行回收。
进一步的,在所述回调元素显示控件之前还包括:
监听通过元素复杂计算生成背景所需要的时间,并在达到背景生成的时间后,回调所述元素显示控件。
基于上述目的,本发明实施例还提供一种元素显示的装置包括:用户操作监听模块、元素生成模块、背景生成模块、元素显示模块以及元素显示模块调度模块;
所述用户操作监听模块,用于监听用户发出的界面切换指令;
所述元素生成模块,用于计算并生成元素;
所述背景生成模块,用于在元素生成之前,取切换前的背景图作为样本,通过元素复杂计算得到与切换前背景图相似的元素背景;
所述元素显示模块,包括元素显示控件,用于显示元素;
所述元素显示模块调度模块,用于隐藏和回调所述元素显示模块。
进一步的,所述元素生成模块用于:
利用高斯模糊算法,根据高斯曲线调节像素色值,对所述即将显示的元素
进行多次图像模糊,并将上述进行过图像模糊处理的所述即将显示的元素,以渐变动画的方式按照清晰度由低到高的顺序显示。
进一步的,所述元素显示模块用于:
对所述即将显示的元素的RGB三个通道分别做高斯模糊,对单一色彩元素通道,按照模糊半径由大到小的顺序设定模糊半径,计算所述即将显示的元素的每个像素点的高斯模糊值,并将得到的高斯模糊值赋值到每个像素点上,将赋值后像素点显示出来得到所述即将显示的元素;
对单一模糊半径,在所述即将显示的元素中选取一像素点为中心点,取所述第一模糊半径下距离所述选取的像素点的最近的8个像素点,利用高斯模糊算法得到上述8个像素点对应的权重值,在所述8个像素点的权重值的基础上乘所述8个像素点对应的灰度值得到最终权重值,并将所述最终权重值相加,得到所述选取的像素点的高斯模糊值;
对所有像素点重复上述过程,得到每个元素点的高斯模糊值,并将得到的高斯模糊值赋值到每个像素点上,将赋值后像素点显示出来得到所述即将显示的元素。
进一步的,所述元素显示模块用于:
将所述得到的高斯模糊值导入静态数组中;计算出在新生成的背景上即将显示的元素个数;计算出水平卷轴的最大值;从导入的高斯模糊值中与水平卷轴预设的初始值相对应的起始位置开始,将导入的高斯模糊值中与上述即将常显示的元素个数相对应的高斯模糊值导入动态数组;将该动态数组中的数据赋值给图表控件形成图表;将当前图表转换成元素;将上述元素在背景中进行显示。
进一步的,所述元素显示模块还用于,当元素状态为不可见或被覆盖状态下,对上述元素进行回收。
进一步的,所述元素显示的装置还包括:计时模块,用于在所述回调元素显示控件之前,监听通过元素复杂计算生成背景所需要的时间,并在达到背景
生成的时间后,由所述元素显示模块调度模块回调所述元素显示模块。
从上面所述可以看出,本发明实施例由于在背景图上显示元素的状态下,当接收到界面切换指令后,开始计算切换后即将显示的元素;并在元素生成之前,取切换前的背景图作为样本,通过元素复杂计算得到与切换前背景图相似的元素背景;显示所述与切换前背景图相似的元素背景,隐藏元素显示控件;所述切换后即将显示的元素计算完成后,回调元素显示控件,并以渐变动画的方式展示切换后的界面元素,避免了突然进入屏幕的元素,由于复杂的计算量,无法被及时显示出来的缺点,同时给用户带来了良好的视觉体验效果。
图1为本发明元素显示的方法的一个实施例的流程图;
图2为本发明元素显示的装置的一个实施例的示意图;
图3为本发明智能终端的一个实施例的示意图。
为使本发明的目的、技术方案和优点更加清楚明白,以下结合具体实施例,并参照附图,对本发明进一步详细说明。
需要说明的是,本发明实施例中所有使用“第一”和“第二”的表述均是为了区分两个相同名称非相同的实体或者非相同的参量,可见“第一”“第二”仅为了表述的方便,不应理解为对本发明实施例的限定,后续实施例对此不再一一说明。
如图1所示,为本发明元素显示的方法的一个实施例的流程图,包括以下步骤:
步骤101:在智能终端上显示元素的状态下,当接收到界面切换指令后,开始计算切换后即将显示的元素。该界面切换指令可以为用户的触控操作,也可以是对智能终端显示屏外的按键的操作。
步骤102:在元素生成之前,取切换前的背景图作为样本,通过元素复杂计
算得到与切换前背景图相似的元素背景。这样,为元素的显示提供了一个过渡阶段,延长了元素显示的时间,同时不影响用户的视觉体验。
步骤103:显示所述与切换前背景图相似的元素背景,隐藏元素显示控件。元素显示控件隐藏后,为元素的复杂计算提供更大的内存空间,提高运行速度。
步骤104:切换后即将显示的元素计算完成后,回调元素显示控件。
步骤105:在界面上显示元素。
在本实施例中,所示元素为需要经过一些复杂的计算以达到具有特殊显示效果目的的界面元素。
作为本发明的一个实施例,元素复杂计算的过程包括:利用高斯模糊算法,根据高斯曲线调节像素色值,对所述即将显示的元素进行多次图像模糊,并将上述进行过图像模糊处理的所述即将显示的元素,以渐变动画的方式按照清晰度由低到高的顺序显示;
上述高斯模糊算法的公式为:
其中,x,y分别为像素点的横坐标和纵坐标,σ为常数。
上述对即将显示的元素进行多次图像模糊,并将上述进行过图像模糊处理的所述即将显示的元素,以渐变动画的方式按照清晰度由低到高的顺序显示的过程包括:
对所述即将显示的元素的RGB三个通道分别做高斯模糊,对单一色彩元素通道,按照模糊半径由大到小的顺序设定模糊半径,计算所述即将显示的元素的每个像素点的高斯模糊值,并将得到的高斯模糊值赋值到每个像素点上,将赋值后像素点显示出来得到所述即将显示的元素;
对每一模糊半径,在所述即将显示的元素中选取一像素点为中心点,取所述每一模糊半径下距离所述选取的像素点的最近的8个像素点,设定σ的值,将上述8个像素点的坐标代入高斯模糊算法公式,得到所述8个像素点对应的
权重值,在所述8个像素点的权重值的基础上乘所述8个像素点对应的灰度值得到最终权重值,并将所述最终权重值相加,得到所述选取的像素点的高斯模糊值;
对所有像素点重复上述过程,得到每个元素点的高斯模糊值,并将得到的高斯模糊值赋值到每个像素点上,将赋值后像素点显示出来得到所述即将显示的元素。
所述将得到的高斯模糊值赋值到每个元素上的过程具体为:将所述得到的高斯模糊值导入静态数组中;计算出在新生成的背景上即将显示的元素个数;计算出水平卷轴的最大值;从导入的高斯模糊值中与水平卷轴预设的初始值相对应的起始位置开始,将导入的高斯模糊值中与上述即将常显示的元素个数相对应的高斯模糊值导入动态数组;将该动态数组中的数据赋值给图表控件形成图表;将当前图表转换成元素;将上述元素在背景中进行显示。
在上述实施例中,若只选取一个模糊半径,则本发明实施例的方法的渐变动画显示的过程包括三个阶段:第一阶段显示与切换前背景图相似的元素背景;第二阶段显示该模糊半径下的经过高斯模糊处理的元素图片;第三阶段,回调元素显示控件,显示元素最终的清晰状态。同理,若选取两个模糊半径,则上述的第二阶段又包括两阶段的经过高斯模糊处理的元素图片,但整体上为元素界面逐渐清晰。
作为本发明的另一个实施例,当智能终端上的界面元素的状态为不可见或被覆盖状态下对上述元素进行回收,为元素的复杂计算以及图片的生成提供更大的运行内存。
作为本发明的再一个实施例,在所述回调元素显示控件之前还包括:
监听通过元素复杂计算生成背景所需要的时间,并在达到背景生成的时间后,回调所述元素显示控件。
在本发明的另一方面,还提供了一种元素显示装置。
如图2所示,为本发明元素显示装置200的一个实施例的示意图。在本实
施例中,元素显示装置200包括:用户操作监听模块201、元素生成模块202、背景生成模块203、元素显示模块204以及元素显示模块调度模块205。
其中,所述用户操作监听模块201用于监听用户发出的界面切换指令,该界面切换指令可以为用户的触控操作,也可以是对智能终端显示屏外的按键的操作。
所述元素生成模块202用于计算并生成元素,所述计算并生成元素的过程可以是一个阶段,也可以是多个阶段。当该过程为一个阶段时,显示过程包括显示与切换前背景图相似的元素背景和显示界面切换后的界面元素。当该过程为多个阶段时,则在该过程的第一个阶段显示切换前背景图相似的元素背景和显示界面切换后的界面元素,之后的阶段以清晰度逐渐提高的渐变动画的方式显示界面切换后的界面元素。由于该过程为界面元素的显示提供了缓冲的时间,避免了突然进入屏幕的元素,由于复杂的计算量,无法被及时显示出来的缺点,同时给用户带来了良好的视觉体验效果。
所述背景生成模块203用于在元素生成之前,取切换前的背景图作为样本,通过元素复杂计算得到与切换前背景图相似的元素背景,并将得到的元素背景显示出来。该元素背景为由切换前的背景图向切换后生成的元素界面转变的一个中间状态,即该元素背景中的某个像素点的灰度值介于该像素点在切换前的背景图中的灰度值和切换后的元素界面的灰度值之间。
所述元素显示模块204包括元素显示控件,用于显示经过元素复杂计算生成的元素,同时还用于对不可见或被覆盖状态下的元素进行回收。
所述元素显示模块调度模块205用于隐藏和回调所述元素显示模块204。
在本实施例中,所示元素为需要经过一些复杂的计算以达到具有特殊显示效果目的的界面元素。
作为本发明装置的一个实施例,元素复杂计算的过程包括:元素生成模块利202用高斯模糊算法,根据高斯曲线调节像素色值,对所述即将显示的元素进行多次图像模糊,并将上述进行过图像模糊处理的所述即将显示的元素,以
渐变动画的方式按照清晰度由低到高的顺序显示;
上述高斯模糊算法的公式为:
其中,x,y分别为像素点的横坐标和纵坐标,σ为常数。
上述元素显示模块204对所述即将显示的元素进行多次图像模糊,并以渐变动画的方式按照清晰度由低到高的顺序显示的过程包括:
对所述即将显示的元素的RGB三个通道分别做高斯模糊,对单一色彩元素通道,按照模糊半径由大到小的顺序设定模糊半径,计算所述即将显示的元素的每个像素点的高斯模糊值,并将得到的高斯模糊值赋值到每个像素点上,将赋值后像素点显示出来得到所述即将显示的元素;
对每一模糊半径,在所述即将显示的元素中选取一像素点为中心点,取所述每一模糊半径下距离所述选取的像素点的最近的8个像素点,设定σ的值,将上述8个像素点的坐标代入高斯模糊算法公式,得到所述8个像素点对应的权重值,在所述8个像素点的权重值的基础上乘所述8个像素点对应的灰度值得到最终权重值,并将所述最终权重值相加,得到所述选取的像素点的高斯模糊值;
对所有像素点重复上述过程,得到每个元素点的高斯模糊值,并将得到的高斯模糊值赋值到每个像素点上,将赋值后像素点显示出来得到所述即将显示的元素。
所述元素生成模块202将得到的高斯模糊值赋值到每个元素上的过程具体为:将所述得到的高斯模糊值导入静态数组中;计算出在新生成的背景上即将显示的元素个数;计算出水平卷轴的最大值;从导入的高斯模糊值中与水平卷轴预设的初始值相对应的起始位置开始,将导入的高斯模糊值中与上述即将常显示的元素个数相对应的高斯模糊值导入动态数组;将该动态数组中的数据赋值给图表控件形成图表;将当前图表转换成元素;由元素显示模块204中的元素显示控件将上述元素在背景中进行显示。
在上述实施例中,若只选取一个模糊半径,则本发明实施例方法的渐变动画显示的过程包括三个阶段:第一阶段显示与切换前背景图相似的元素背景;第二阶段显示该模糊半径下的经过高斯模糊处理的元素图片;第三阶段,回调元素显示控件,显示元素最终的清晰状态。同理,若选取两个模糊半径,则上述的第二阶段又包括两阶段的经过高斯模糊处理的元素图片,但整体上为元素界面逐渐清晰。
作为本发明的另一个实施例,当智能终端上的界面元素的状态为不可见或被覆盖状态下所述元素显示模块对上述元素进行回收,为元素生成模块中的元素的复杂计算以及图片的生成提供更大的运行内存。
作为本发明的再一个实施例,还包括:时间监听模块206,用于在所述回调元素显示控件之前,监听通过元素复杂计算生成背景所需要的时间,并在达到背景生成的时间后,由所述元素显示模块调度模块205回调所述元素显示模块204,由元素显示模块204中的元素显示控件对元素经行显示。
在本发明的另一方面,还提供了一种智能终端。
如图3所示,为本发明智能终端300的一个实施例的示意图。在本实施例中,所述智能终端300包括处理器302,存储器304,以及总线系统306。其中,处理器302和存储器304通过总线系统306相连,该存储器304用于存储指令,该处理器302用于执行该存储器304存储的指令。
所述存储器304可以是非易失性计算机可读存储介质,以用于存储计算机可执行指令,该指令当由一个或多个处理器302执行时,例如可以使得处理器302执行以上描述的图1中的方法步骤101至步骤105。计算机可执行指令也可以在任何非易失性计算机可读存储介质内存储和/或传输,以便由指令执行系统、装置或设备使用,或者结合指令执行系统、装置或设备使用,其中该指令执行系统、装置或设备诸如基于计算机的系统、包含处理器的系统或可以从指令执行系统、装置或设备获取指令并执行该指令的其他系统。出于本文档的目的,“非易失性计算机可读存储介质”可以是有形地包含或存储计算机可执行指令的任
何介质,该计算机可执行指令可以用于由指令执行系统、设备或系统使用或者结合指令执行系统、装置或设备使用。非易失性计算机可读存储介质可以包括但不限于磁的、光的和/或半导体存储装置。这些存储装置的示例包括磁盘、基于CD、DVD或蓝光技术的光盘以及持久性固态存储器(诸如,闪存、固态驱动器等)。
作为本发明实施例的一方面,上述描述的图2中的元素显示装置200为计算机软件程序装置,所述模块201-206为计算机软件程序模块,存储于所述存储器304,工作时由处理器302运行,实现各模块的功能。
应当理解,在本申请实施例中,该处理器302可以是中央处理单元(Central Processing Unit,简称为“CPU”)。该处理器304还可以是其他通用处理器、数字信号处理器(DSP)、专用集成电路(ASIC)、现成可编程门阵列(FPGA)或者其他可编程逻辑器件、分立门或者晶体管逻辑器件、分立硬件组件等。通用处理器可以是微处理器或者该处理器也可以是任何常规的处理器等。
所述总线系统306除包括数据总线之外,还可以包括电源总线、控制总线和状态信号总线等。但是为了清楚说明起见,在图中将各种总线都标为总线系统306。
在本发明实施例中,所述智能终端300不限于图3的部件和配置,还可以包括以多种配置形式的其他或附加部件。
在实现过程中,上述方法的各步骤或装置的各模块可以通过处理器302中的硬件的集成逻辑电路或者软件形式的指令完成。结合本申请实施例所公开的方法的步骤或装置的各模块可以直接体现为硬件处理器执行完成。或者用处理器302中的硬件及软件模块组合执行完成。软件模块可以位于随机存储器,闪存、只读存储器,可编程只读存储器或者电可擦写可编程存储器、寄存器等本领域成熟的存储介质中。该存储介质位于存储器304,处理器302读取存储器304中的信息,结合其硬件完成上述方法的步骤。为避免重复,这里不再详细描述。
所属领域的普通技术人员应当理解:以上任何实施例的讨论仅为示例性的,并非旨在暗示本公开的范围(包括权利要求)被限于这些例子;在本发明的思路下,以上实施例或者不同实施例中的技术特征之间也可以进行组合,步骤可以以任意顺序实现,并存在如上所述的本发明的不同方面的许多其它变化,为了简明它们没有在细节中提供。
本发明的实施例旨在涵盖落入所附权利要求的宽泛范围之内的所有这样的替换、修改和变型。因此,凡在本发明的精神和原则之内,所做的任何省略、修改、等同替换、改进等,均应包含在本发明的保护范围之内。
Claims (12)
- 一种元素显示的方法,其特征在于,包括:在背景图上显示元素的状态下,当接收到界面切换指令后,开始计算切换后即将显示的元素;在元素生成之前,取切换前的背景图作为样本,通过元素复杂计算得到与切换前背景图相似的元素背景;显示所述与切换前背景图相似的元素背景,隐藏元素显示控件;所述切换后即将显示的元素计算完成后,回调元素显示控件,显示所述切换后即将显示的元素。
- 根据权利要求1所述的元素显示的方法,其特征在于,所述元素复杂计算的过程包括:利用高斯模糊算法,根据高斯曲线调节像素色值,对所述即将显示的元素进行多次图像模糊,并将上述进行过图像模糊处理的所述即将显示的元素,以渐变动画的方式按照清晰度由低到高的顺序显示。
- 根据权利要求2所述的元素显示的方法,其特征在于,所述对所述即将显示的元素进行多次图像模糊,并以渐变动画的方式按照清晰度由低到高的顺序显示的过程包括:对所述即将显示的元素的RGB三个通道分别做高斯模糊,对单一色彩元素通道,按照模糊半径由大到小的顺序设定模糊半径,计算所述即将显示的元素的每个像素点的高斯模糊值,并将得到的高斯模糊值赋值到每个像素点上,将赋值后像素点显示出来得到所述即将显示的元素;对单一模糊半径,在所述即将显示的元素中选取一像素点为中心点,取所述第一模糊半径下距离所述选取的像素点的最近的8个像素点,利用高斯模糊算法得到上述8个像素点对应的权重值,在所述8个像素点的权重值的基础上乘所述8个像素点对应的灰度值得到最终权重值,并将所述最终权重值相加,得到所述选取的像素点的高斯模糊值;对所有像素点重复上述过程,得到每个元素点的高斯模糊值,并将得到的高斯模糊值赋值到每个像素点上,将赋值后像素点显示出来得到所述即将显示的元素。
- 根据权利要求3所述的元素显示的方法,其特征在于,所述将得到的高 斯模糊值赋值到每个元素点上,将赋值后的元素点显示出来过程包括:将所述得到的高斯模糊值导入静态数组中;计算出在新生成的背景上即将显示的元素个数;从导入的高斯模糊值中与水平卷轴预设的初始值相对应的起始位置开始,将导入的高斯模糊值中与上述即将常显示的元素个数相对应的高斯模糊值导入动态数组;将该动态数组中的数据赋值给图表控件形成图表;将当前图表转换成元素;将上述元素在背景中进行显示。
- 根据权利要求1所述的元素显示的方法,其特征在于,还包括当元素状态为不可见或被覆盖状态下对上述元素进行回收。
- 根据权利要求1所述的元素显示的方法,其特征在于,在所述回调元素显示控件之前还包括:监听通过元素复杂计算生成背景所需要的时间,并在达到背景生成的时间后,回调所述元素显示控件。
- 一种元素显示的装置,其特征在于,包括:用户操作监听模块、元素生成模块、背景生成模块、元素显示模块以及元素显示模块调度模块;所述用户操作监听模块,用于监听用户发出的界面切换指令;所述元素生成模块,用于计算并生成元素;所述背景生成模块,用于在元素生成之前,取切换前的背景图作为样本,通过元素复杂计算得到与切换前背景图相似的元素背景;所述元素显示模块,包括元素显示控件,用于显示元素;所述元素显示模块调度模块,用于隐藏和回调所述元素显示模块。
- 根据权利要求7所述的元素显示的装置,其特征在于,所述元素生成模块具体用于:利用高斯模糊算法,根据高斯曲线调节像素色值,对所述即将显示的元素进行多次图像模糊,并将上述进行过图像模糊处理的所述即将显示的元素,以渐变动画的方式按照清晰度由低到高的顺序显示。
- 根据权利要求8所述的元素显示的装置,其特征在于,所述元素显示模块具体用于:对所述即将显示的元素的RGB三个通道分别做高斯模糊,对单一色彩元素 通道,按照模糊半径由大到小的顺序设定模糊半径,计算所述即将显示的元素的每个像素点的高斯模糊值,并将得到的高斯模糊值赋值到每个像素点上,将赋值后像素点显示出来得到所述即将显示的元素;对单一模糊半径,在所述即将显示的元素中选取一像素点为中心点,取所述第一模糊半径下距离所述选取的像素点的最近的8个像素点,利用高斯模糊算法得到上述8个像素点对应的权重值,在所述8个像素点的权重值的基础上乘所述8个像素点对应的灰度值得到最终权重值,并将所述最终权重值相加,得到所述选取的像素点的高斯模糊值;对所有像素点重复上述过程,得到每个元素点的高斯模糊值,并将得到的高斯模糊值赋值到每个像素点上,将赋值后像素点显示出来得到所述即将显示的元素。
- 根据权利要求9所述的元素显示的装置,其特征在于,所述元素显示模块具体用于:将所述得到的高斯模糊值导入静态数组中;计算出在新生成的背景上即将显示的元素个数;计算出水平卷轴的最大值;从导入的高斯模糊值中与水平卷轴预设的初始值相对应的起始位置开始,将导入的高斯模糊值中与上述即将常显示的元素个数相对应的高斯模糊值导入动态数组;将该动态数组中的数据赋值给图表控件形成图表;将当前图表转换成元素;将上述元素在背景中进行显示。
- 根据权利要求7所述的元素显示的装置,其特征在于,所述元素显示模块还用于,当元素状态为不可见或被覆盖状态下,对上述元素进行回收。
- 根据权利要求7所述的元素显示的装置,其特征在于,还包括:计时模块,用于在所述回调元素显示控件之前,监听通过元素复杂计算生成背景所需要的时间,并在达到背景生成的时间后,由所述元素显示模块调度模块回调所述元素显示模块。
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US15/246,817 US20170278222A1 (en) | 2016-03-22 | 2016-08-25 | Method and electronic device for element displaying |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN201610166642.8A CN105824515A (zh) | 2016-03-22 | 2016-03-22 | 一种元素显示的方法及装置 |
| CN201610166642.8 | 2016-03-22 |
Related Child Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US15/246,817 Continuation US20170278222A1 (en) | 2016-03-22 | 2016-08-25 | Method and electronic device for element displaying |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2017161767A1 true WO2017161767A1 (zh) | 2017-09-28 |
Family
ID=56523617
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2016/089174 Ceased WO2017161767A1 (zh) | 2016-03-22 | 2016-07-07 | 一种元素显示的方法及装置 |
Country Status (2)
| Country | Link |
|---|---|
| CN (1) | CN105824515A (zh) |
| WO (1) | WO2017161767A1 (zh) |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN114119394A (zh) * | 2021-11-10 | 2022-03-01 | 深圳市欧瑞博科技股份有限公司 | 图像处理方法、装置、系统、电子设备及存储介质 |
| CN120223798A (zh) * | 2025-05-23 | 2025-06-27 | 武汉星纪魅族科技有限公司 | 电子设备及其壁纸显示方法 |
Families Citing this family (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN106339983A (zh) * | 2016-08-17 | 2017-01-18 | 乐视控股(北京)有限公司 | 一种利用高斯模糊实现模糊动画的方法及装置 |
| CN108122194B (zh) * | 2017-11-28 | 2021-10-26 | 沈阳美行科技有限公司 | 一种图像发光的方法及装置 |
| CN108093283A (zh) * | 2017-12-29 | 2018-05-29 | 王小艳 | 一种机顶盒3d翻滚图形界面的实现方法 |
| CN108513062B (zh) * | 2018-03-06 | 2021-03-23 | Oppo广东移动通信有限公司 | 终端的控制方法及装置、可读存储介质和计算机设备 |
| CN113838167A (zh) * | 2020-06-22 | 2021-12-24 | 北京字节跳动网络技术有限公司 | 用于生成动画的方法和装置 |
Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102077157A (zh) * | 2008-06-30 | 2011-05-25 | 索尼计算机娱乐公司 | 菜单画面显示方法以及菜单画面显示装置 |
| CN103176689A (zh) * | 2011-12-26 | 2013-06-26 | 腾讯科技(深圳)有限公司 | 界面切换方法及系统 |
| US20140123013A1 (en) * | 2012-10-31 | 2014-05-01 | Lg Electronics Inc. | Mobile terminal and control method thereof |
| CN104133725A (zh) * | 2014-07-18 | 2014-11-05 | 深圳市金立通信设备有限公司 | 一种页面切换方法 |
Family Cites Families (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7432928B2 (en) * | 2005-06-14 | 2008-10-07 | Microsoft Corporation | User interface state reconfiguration through animation |
| US7643698B2 (en) * | 2005-12-22 | 2010-01-05 | Apple Inc. | Image sharpening using diffusion |
| CN103345391A (zh) * | 2013-06-20 | 2013-10-09 | 深圳市亚特尔科技有限公司 | 一种优化显示数据的方法 |
| CN104123742A (zh) * | 2014-07-21 | 2014-10-29 | 徐才 | 一种将静态漫画图片转化为二维动画的方法和播放器 |
-
2016
- 2016-03-22 CN CN201610166642.8A patent/CN105824515A/zh active Pending
- 2016-07-07 WO PCT/CN2016/089174 patent/WO2017161767A1/zh not_active Ceased
Patent Citations (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN102077157A (zh) * | 2008-06-30 | 2011-05-25 | 索尼计算机娱乐公司 | 菜单画面显示方法以及菜单画面显示装置 |
| CN103176689A (zh) * | 2011-12-26 | 2013-06-26 | 腾讯科技(深圳)有限公司 | 界面切换方法及系统 |
| US20140123013A1 (en) * | 2012-10-31 | 2014-05-01 | Lg Electronics Inc. | Mobile terminal and control method thereof |
| CN104133725A (zh) * | 2014-07-18 | 2014-11-05 | 深圳市金立通信设备有限公司 | 一种页面切换方法 |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN114119394A (zh) * | 2021-11-10 | 2022-03-01 | 深圳市欧瑞博科技股份有限公司 | 图像处理方法、装置、系统、电子设备及存储介质 |
| CN120223798A (zh) * | 2025-05-23 | 2025-06-27 | 武汉星纪魅族科技有限公司 | 电子设备及其壁纸显示方法 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN105824515A (zh) | 2016-08-03 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2017161767A1 (zh) | 一种元素显示的方法及装置 | |
| CN112055875B (zh) | 电子显示器部分图像帧更新系统和方法 | |
| US9396523B2 (en) | Image restoration cascade | |
| US11200649B2 (en) | Image processing method and apparatus, display device, and computer readable storage medium | |
| JP4384242B1 (ja) | 情報処理装置および画像処理方法 | |
| US10482850B2 (en) | Method and virtual reality device for improving image quality | |
| JP2023501934A (ja) | ゲームのスーパーレゾリューション | |
| CN106255990B (zh) | 用于相机阵列的图像重对焦 | |
| US11037268B2 (en) | Method and device for improving image quality by using multi-resolution | |
| WO2022132032A1 (zh) | 人像图像处理方法及装置 | |
| TWI547853B (zh) | 使用者介面顯示系統及方法 | |
| US20160180143A1 (en) | Eye tracking with 3d eye position estimations and psf models | |
| CN109065001B (zh) | 一种图像的降采样方法、装置、终端设备和介质 | |
| US20230125014A1 (en) | Electronic apparatus for processing an image and control method thereof | |
| US10839549B2 (en) | Apparatus and method for estimating position of image capturing unit | |
| CN116459511A (zh) | 特效优化方法、装置、存储介质及程序产品 | |
| US20170278222A1 (en) | Method and electronic device for element displaying | |
| JP2020087104A (ja) | コンピュータプログラム、画像処理方法、及び画像処理装置 | |
| WO2023140939A1 (en) | Fuzzy logic-based pattern matching and corner filtering for display scaler | |
| CN106960460A (zh) | 动画处理方法、装置及设备 | |
| CN108810322B (zh) | 图像处理方法以及相关装置 | |
| US12591947B2 (en) | Distortion-based image rendering | |
| CN119299592B (zh) | 图像处理方法及其装置 | |
| WO2023197284A1 (en) | Saliency-based adaptive color enhancement | |
| US20240169497A1 (en) | Airy-Disk Correction for Deblurring an Image |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 16895117 Country of ref document: EP Kind code of ref document: A1 |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 16895117 Country of ref document: EP Kind code of ref document: A1 |

