CN110012293A - Video data processing method and device - Google Patents

Video data processing method and device Download PDF

Info

Publication number
CN110012293A
CN110012293A CN201910122767.4A CN201910122767A CN110012293A CN 110012293 A CN110012293 A CN 110012293A CN 201910122767 A CN201910122767 A CN 201910122767A CN 110012293 A CN110012293 A CN 110012293A
Authority
CN
China
Prior art keywords
data
target
mouse
image data
coordinate
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.)
Granted
Application number
CN201910122767.4A
Other languages
Chinese (zh)
Other versions
CN110012293B (en
Inventor
郭鲲
范志刚
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Xian Wanxiang Electronics Technology Co Ltd
Original Assignee
Xian Wanxiang Electronics Technology Co Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Xian Wanxiang Electronics Technology Co Ltd filed Critical Xian Wanxiang Electronics Technology Co Ltd
Priority to CN202110693874.XA priority Critical patent/CN113542752A/en
Priority to CN202110690368.5A priority patent/CN113542751A/en
Priority to CN201910122767.4A priority patent/CN110012293B/en
Publication of CN110012293A publication Critical patent/CN110012293A/en
Application granted granted Critical
Publication of CN110012293B publication Critical patent/CN110012293B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/50Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding
    • H04N19/503Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using predictive coding involving temporal prediction
    • H04N19/51Motion estimation or motion compensation
    • H04N19/513Processing of motion vectors
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/10Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
    • H04N19/169Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding
    • H04N19/17Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding the unit being an image region, e.g. an object
    • H04N19/176Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding characterised by the coding unit, i.e. the structural portion or semantic portion of the video signal being the object or the subject of the adaptive coding the unit being an image region, e.g. an object the region being a block, e.g. a macroblock
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/42Methods or arrangements for coding, decoding, compressing or decompressing digital video signals characterised by implementation details or hardware specially adapted for video compression or decompression, e.g. dedicated software implementation

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • User Interface Of Digital Computer (AREA)
  • Image Analysis (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)

Abstract

The invention provides a video data processing method and device, relates to the field of communication, and can solve the problems of resource waste and low data processing efficiency caused by the fact that motion vectors need to be calculated in video compression. The specific technical scheme is as follows: acquiring target image data and corresponding target mouse data; generating comparison data according to the target mouse data and preset mouse data; and finally, generating a target motion vector according to the target mouse data and the comparison data. According to the method and the device, the motion vector between the two frames of image data is calculated by acquiring the mouse data in the current image data, so that a large amount of calculation loss of calculating the motion vector block by block in the video compression process is avoided, and the data processing efficiency is improved. The invention is used for processing the video data.

Description

视频数据处理方法及装置Video data processing method and device

技术领域technical field

本公开涉及图像处理领域,尤其涉及视频数据处理方法及装置。The present disclosure relates to the field of image processing, and in particular, to a video data processing method and device.

背景技术Background technique

视频图像数据有极强的相关性,即包含有大量的冗余信息。为了消除冗余信息,现有技术通过视频压缩技术将数据中的冗余信息去掉,具体而言,即在视频编码中,运动向量可以起到减小帧间信息冗余,从而减小编码后码流的作用。常见的运动向量计算方法是使用运动搜索算法,将当前帧中的给定块与参考帧中的候选块进行多次像素级别的计算。现有技术中,因为需要将当前图像数据与参考图像数据按照宏块逐块比较计算对应宏块的运动向量,从而能够通过运动向量的计算完成视频图像的压缩处理,因此会造成数据处理资源的浪费、降低数据处理的效率。Video image data has strong correlation, that is, it contains a lot of redundant information. In order to eliminate redundant information, the existing technology uses video compression technology to remove redundant information in data. Specifically, in video encoding, motion vectors can reduce the redundancy of inter-frame information, thereby reducing post-encoding redundancy. The role of the code stream. A common motion vector calculation method is to use a motion search algorithm to perform multiple pixel-level calculations between a given block in the current frame and a candidate block in the reference frame. In the prior art, because it is necessary to compare the current image data and the reference image data block by block to calculate the motion vector of the corresponding macroblock, so that the compression processing of the video image can be completed through the calculation of the motion vector, so it will cause the loss of data processing resources. Waste and reduce the efficiency of data processing.

发明内容SUMMARY OF THE INVENTION

本公开实施例提供一种视频数据处理方法及装置,能够解决在视频压缩需计算运动向量时造成的资源浪费和数据处理效率低的问题。所述技术方案如下:Embodiments of the present disclosure provide a video data processing method and apparatus, which can solve the problems of resource waste and low data processing efficiency caused when a motion vector needs to be calculated in video compression. The technical solution is as follows:

根据本公开实施例的第一方面,提供一种视频数据处理方法,该方法包括:According to a first aspect of the embodiments of the present disclosure, there is provided a video data processing method, the method comprising:

获取目标图像数据及对应的目标鼠标数据,鼠标数据包括:鼠标的状态数据和鼠标的位置数据,鼠标的状态数据,包括鼠标滚轮信息和鼠标按键信息;Acquiring target image data and corresponding target mouse data, the mouse data includes: mouse state data and mouse position data, and mouse state data, including mouse wheel information and mouse button information;

根据目标鼠标数据和预设鼠标数据,生成比较数据,比较数据,包括目标鼠标与预设鼠标之间坐标差数据;Generate comparison data according to the target mouse data and the preset mouse data, and the comparison data includes coordinate difference data between the target mouse and the preset mouse;

根据目标鼠标数据和比较数据,生成目标运动向量。Based on the target mouse data and the comparison data, a target motion vector is generated.

在一个实施例中,该方法中在获取目标图像数据及当前鼠标位置数据,之前包括:In one embodiment, before acquiring target image data and current mouse position data, the method includes:

获取目标图像数据对应的上一帧图像数据和上一帧图像数据中对应的鼠标数据;Obtain the previous frame of image data corresponding to the target image data and the mouse data corresponding to the previous frame of image data;

当上一帧图像数据和目标图像数据不一致时,确定上一帧图像数据为预设图像数据,鼠标数据为预设鼠标数据。When the image data of the previous frame is inconsistent with the target image data, it is determined that the image data of the previous frame is the preset image data, and the mouse data is the preset mouse data.

在一个实施例中,该方法中,目标鼠标与预设鼠标之间坐标差数据,包括:In one embodiment, in the method, the coordinate difference data between the target mouse and the preset mouse includes:

当坐标差数据不为零时,根据目标鼠标数据和比较数据,生成目标运动向量。When the coordinate difference data is not zero, the target motion vector is generated according to the target mouse data and the comparison data.

在一个实施例中,该方法中根据目标鼠标数据和比较数据,生成目标运动向量,包括:In one embodiment, the method generates a target motion vector according to the target mouse data and the comparison data, including:

若目标鼠标数据中的状态数据指示为拖拽状态,则获取目标鼠标的坐标数据,坐标数据包括,x轴坐标数据、y轴坐标数据;If the state data in the target mouse data is indicated as a dragging state, the coordinate data of the target mouse is obtained, and the coordinate data includes the x-axis coordinate data and the y-axis coordinate data;

根据坐标数据,获取(x,y)坐标点数据、(0,y)坐标点数据和(x,0)坐标点数据,并生成目标运动向量。According to the coordinate data, the (x, y) coordinate point data, the (0, y) coordinate point data and the (x, 0) coordinate point data are acquired, and the target motion vector is generated.

在一个实施例中,该方法中根据目标鼠标数据和比较数据,生成目标运动向量,包括:In one embodiment, the method generates a target motion vector according to the target mouse data and the comparison data, including:

若目标鼠标数据中的状态数据指示为非拖拽状态,且目标鼠标数据中的状态数据指示为上下滚动状态时,获取目标鼠标的坐标数据,坐标数据包括,x轴坐标数据值x、y轴坐标数据值y;If the state data in the target mouse data indicates a non-drag state, and the state data in the target mouse data indicates a scrolling state, the coordinate data of the target mouse is obtained, and the coordinate data includes the x-axis coordinate data values x, y-axis coordinate data value y;

当目标图像数据与预设图像数据不一致时,根据坐标数据,获取(y,0)坐标点数据,并生成目标运动向量。When the target image data is inconsistent with the preset image data, the (y, 0) coordinate point data is acquired according to the coordinate data, and the target motion vector is generated.

在一个实施例中,该方法中根据目标鼠标数据和比较数据,生成目标运动向量之后,还包括:In one embodiment, after generating the target motion vector according to the target mouse data and the comparison data, the method further includes:

获取目标图像数据中至少一个目标宏块图像数据及对应的目标位置数据;Obtain at least one target macroblock image data and corresponding target position data in the target image data;

根据目标位置数据获取预设图像数据中对应位置的预设宏块图像数据;Acquiring preset macroblock image data at a corresponding position in the preset image data according to the target position data;

根据目标运动向量移动目标宏块图像数据后若与预设宏块图像数据一致,则存储目标运动向量。After moving the target macroblock image data according to the target motion vector, if the target macroblock image data is consistent with the preset macroblock image data, the target motion vector is stored.

本公开实施例提供的数据处理方法,通过获取目标图像数据及对应的目标鼠标数据;并根据目标鼠标数据和预设鼠标数据,生成比较数据;最后根据目标鼠标数据和比较数据,生成目标运动向量。本公开通过获取当前图像数据中的鼠标数据来计算两帧图像数据间运动向量,从而避免了在视频压缩过程中逐块计算运动向量的大量计算损耗,提高了计算效率。The data processing method provided by the embodiment of the present disclosure obtains target image data and corresponding target mouse data; generates comparison data according to the target mouse data and preset mouse data; and finally generates a target motion vector according to the target mouse data and the comparison data . The present disclosure calculates the motion vector between two frames of image data by acquiring the mouse data in the current image data, thereby avoiding a large amount of computational loss in calculating the motion vector block by block in the video compression process, and improving the computational efficiency.

根据本公开实施例的第二方面,提供一种视频数据处理装置,包括:获取模块、第一生成模块、第二生成模块;According to a second aspect of the embodiments of the present disclosure, there is provided a video data processing apparatus, including: an acquisition module, a first generation module, and a second generation module;

获取模块与第一生成模块、第二生成模块分别连接;The acquisition module is respectively connected with the first generation module and the second generation module;

获取模块,用于获取目标图像数据及对应的目标鼠标数据,鼠标数据包括:鼠标的状态数据和鼠标的位置数据,鼠标的状态数据,包括鼠标滚轮信息和鼠标按键信息;an acquisition module, used for acquiring target image data and corresponding target mouse data, the mouse data includes: mouse state data and mouse position data, and mouse state data, including mouse wheel information and mouse button information;

第一生成模块,用于根据目标鼠标数据和预设鼠标数据,生成比较数据,比较数据,包括目标鼠标与预设鼠标之间坐标差数据;a first generation module, configured to generate comparison data according to the target mouse data and the preset mouse data, and the comparison data includes coordinate difference data between the target mouse and the preset mouse;

第二生成模块,用于根据目标鼠标数据和比较数据,生成目标运动向量。The second generating module is used for generating the target motion vector according to the target mouse data and the comparison data.

在一个实施例中,该装置的获取模块还包括:第一获取单元和第一确定单元,In one embodiment, the obtaining module of the apparatus further includes: a first obtaining unit and a first determining unit,

第一获取单元,用于获取目标图像数据对应的上一帧图像数据和上一帧图像数据中对应的鼠标数据;The first acquisition unit is used to acquire the last frame of image data corresponding to the target image data and the mouse data corresponding to the last frame of image data;

第一确定单元,用于当上一帧图像数据和目标图像数据不一致时,确定上一帧图像数据为预设图像数据,鼠标数据为预设鼠标数据。The first determining unit is configured to determine that the previous frame of image data is preset image data and the mouse data is preset mouse data when the image data of the previous frame is inconsistent with the target image data.

在一个实施例中,该装置的第二生成模块,还包括:第一获取单元和第一生成单元;In one embodiment, the second generating module of the apparatus further includes: a first acquiring unit and a first generating unit;

第一获取单元,用于当目标鼠标数据中的状态数据指示为拖拽状态时,获取目标鼠标的坐标数据,坐标数据包括,x轴坐标数据值x、y轴坐标数据值y;The first acquisition unit is used to acquire the coordinate data of the target mouse when the state data in the target mouse data is indicated as a dragging state, and the coordinate data includes an x-axis coordinate data value x and a y-axis coordinate data value y;

第一生成单元,用于根据坐标数据,获取(x,y)坐标点数据、(0,y)坐标点数据和(x,0)坐标点数据,并生成目标运动向量。The first generating unit is configured to acquire (x, y) coordinate point data, (0, y) coordinate point data and (x, 0) coordinate point data according to the coordinate data, and generate a target motion vector.

在一个实施例中,该装置的第二生成模块,还包括:第二获取单元和第二生成单元;In one embodiment, the second generation module of the apparatus further includes: a second acquisition unit and a second generation unit;

第二获取单元,用于当目标鼠标数据中的状态数据指示为非拖拽状态,且目标鼠标数据中的状态数据指示为上下滚动状态时,获取目标鼠标的坐标数据,坐标数据包括,x轴坐标数据值x、y轴坐标数据值y;The second obtaining unit is configured to obtain the coordinate data of the target mouse when the state data in the target mouse data indicates a non-drag state and the state data in the target mouse data indicates a scrolling state, where the coordinate data includes an x-axis Coordinate data value x, y axis coordinate data value y;

第二生成单元,用于当目标图像数据与预设图像数据不一致时,根据坐标数据,获取(y,0)坐标点数据,并生成目标运动向量。The second generating unit is configured to acquire (y, 0) coordinate point data according to the coordinate data when the target image data is inconsistent with the preset image data, and generate a target motion vector.

应当理解的是,以上的一般描述和后文的细节描述仅是示例性和解释性的,并不能限制本公开。It is to be understood that the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the present disclosure.

附图说明Description of drawings

此处的附图被并入说明书中并构成本说明书的一部分,示出了符合本公开的实施例,并与说明书一起用于解释本公开的原理。The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the disclosure and together with the description serve to explain the principles of the disclosure.

图1是本公开实施例提供的一种视频数据处理方法的流程图;1 is a flowchart of a video data processing method provided by an embodiment of the present disclosure;

图2是本公开实施例提供的一种视频数据处理装置的结构图;2 is a structural diagram of a video data processing apparatus provided by an embodiment of the present disclosure;

图3是本公开实施例提供的一种视频数据处理装置中获取模块的结构图;3 is a structural diagram of an acquisition module in a video data processing apparatus provided by an embodiment of the present disclosure;

图4是本公开实施例提供的一种视频数据处理装置中第二生成模块的结构图;4 is a structural diagram of a second generation module in a video data processing apparatus provided by an embodiment of the present disclosure;

图5是本公开实施例提供的一种视频数据处理装置中第二生成模块的结构图1。FIG. 5 is a structural diagram 1 of a second generation module in a video data processing apparatus provided by an embodiment of the present disclosure.

具体实施方式Detailed ways

这里将详细地对示例性实施例进行说明,其示例表示在附图中。下面的描述涉及附图时,除非另有表示,不同附图中的相同数字表示相同或相似的要素。以下示例性实施例中所描述的实施方式并不代表与本公开相一致的所有实施方式。相反,它们仅是与如所附权利要求书中所详述的、本公开的一些方面相一致的装置和方法的例子。Exemplary embodiments will be described in detail herein, examples of which are illustrated in the accompanying drawings. Where the following description refers to the drawings, the same numerals in different drawings refer to the same or similar elements unless otherwise indicated. The implementations described in the illustrative examples below are not intended to represent all implementations consistent with this disclosure. Rather, they are merely examples of apparatus and methods consistent with some aspects of the present disclosure as recited in the appended claims.

实施例一Example 1

本公开实施例提供一种数据处理方法,如图1所示,该视频数据处理方法包括以下步骤:An embodiment of the present disclosure provides a data processing method. As shown in FIG. 1 , the video data processing method includes the following steps:

101、获取目标图像数据及对应的目标鼠标数据。101. Acquire target image data and corresponding target mouse data.

鼠标数据包括:鼠标的状态数据和鼠标的位置数据;鼠标的状态数据,包括鼠标滚轮信息和鼠标按键信息。Mouse data includes: mouse state data and mouse position data; mouse state data, including mouse wheel information and mouse button information.

在获取目标图像数据及当前鼠标位置数据,之前包括:Before obtaining the target image data and the current mouse position data, include:

获取目标图像数据对应的上一帧图像数据和上一帧图像数据中对应的鼠标数据;Obtain the previous frame of image data corresponding to the target image data and the mouse data corresponding to the previous frame of image data;

当上一帧图像数据和目标图像数据不一致时,确定上一帧图像数据为预设图像数据,鼠标数据为预设鼠标数据。When the image data of the previous frame is inconsistent with the target image data, it is determined that the image data of the previous frame is the preset image data, and the mouse data is the preset mouse data.

当上一帧图像数据和目标图像数据一致时,则确定上一帧图像数据不是预设图像数据,结束视频数据处理进程。When the image data of the previous frame is consistent with the target image data, it is determined that the image data of the previous frame is not the preset image data, and the video data processing process is ended.

在可选实施例中,当预设图像数据和目标图像数据不一致时,包括:In an optional embodiment, when the preset image data is inconsistent with the target image data, it includes:

获取目标图像数据中至少一个目标宏块图像数据及对应的位置信息;Obtain at least one target macroblock image data and corresponding position information in the target image data;

根据位置信息,获取上一帧图像数据中对应位置的宏块图像数据;According to the position information, obtain the macroblock image data of the corresponding position in the previous frame of image data;

当目标宏块图像数据与上一帧图像数据中对应的对应位置的宏块图像数据一致时,确认目标图像数据与上一帧图像数据一致。When the target macroblock image data is consistent with the macroblock image data at the corresponding position in the previous frame of image data, it is confirmed that the target image data is consistent with the previous frame of image data.

102、根据目标鼠标数据和预设鼠标数据,生成比较数据。102. Generate comparison data according to the target mouse data and the preset mouse data.

比较数据,包括目标鼠标与预设鼠标之间坐标差数据;用于指示目标鼠标与预设鼠标的位置信息是否一致,即两个鼠标是否重合。The comparison data includes coordinate difference data between the target mouse and the preset mouse; it is used to indicate whether the position information of the target mouse and the preset mouse is consistent, that is, whether the two mice overlap.

在可选实施例中,目标鼠标与预设鼠标之间坐标差数据,包括:In an optional embodiment, the coordinate difference data between the target mouse and the preset mouse includes:

当坐标差数据不为零时,根据目标鼠标数据和比较数据,生成目标运动向量。When the coordinate difference data is not zero, the target motion vector is generated according to the target mouse data and the comparison data.

当坐标差数据不为零时,根据目标鼠标数据和比较数据,生成目标运动向量,该坐标差数据用于指示目标鼠标坐标与预设鼠标坐标相比是否没有发生变化,即目标鼠标坐标与预设鼠标坐标是否重合。When the coordinate difference data is not zero, the target motion vector is generated according to the target mouse data and the comparison data. The coordinate difference data is used to indicate whether the target mouse coordinates have not changed compared with the preset mouse coordinates, that is, the target mouse coordinates are different from the preset mouse coordinates. Set whether the mouse coordinates coincide.

当计算结果不为零时,根据目标鼠标数据中的状态数据包括鼠标滚轮的状态,若鼠标滚轮状态没有发生变化,则使用运动搜索算法来计算运动向量,运动搜索方法,即可将目标图像数据分成若干块或宏块,并设法搜索出每个块或宏块在邻近帧图像中的位置,并得出两者之间的空间位置的相对偏移量,得到的相对偏移量即,目标运动向量。When the calculation result is not zero, according to the state data in the target mouse data, including the state of the mouse wheel, if the state of the mouse wheel does not change, use the motion search algorithm to calculate the motion vector. The motion search method can convert the target image data into Divide into several blocks or macroblocks, and try to search for the position of each block or macroblock in the adjacent frame image, and obtain the relative offset of the spatial position between the two, the obtained relative offset is the target motion vector.

103、根据目标鼠标数据和比较数据,生成目标运动向量103. Generate the target motion vector according to the target mouse data and the comparison data

在可选实施例中,根据目标鼠标数据和比较数据,生成目标运动向量,包括:In an optional embodiment, the target motion vector is generated according to the target mouse data and the comparison data, including:

若目标鼠标数据中的状态数据指示为拖拽状态,则获取目标鼠标的坐标数据,坐标数据包括,x轴坐标数据值x、y轴坐标数据值y;该拖拽状态包括,目标鼠标按下并移动的状态;If the state data in the target mouse data indicates a drag state, the coordinate data of the target mouse is obtained, and the coordinate data includes the x-axis coordinate data value x and the y-axis coordinate data value y; the drag state includes that the target mouse is pressed down and moving state;

根据坐标数据,获取(x,y)坐标点数据、(0,y)坐标点数据和(x,0)坐标点数据,并生成目标运动向量。例如,目标鼠标的坐标数据为(4,5),即x轴坐标数据值为4、y轴坐标数据值为5,则分别获取(x,y)坐标点数据为(4,5)、(0,y)坐标点数据为(0,5)和(x,0)坐标点数据(0,4),生成目标运动向量。According to the coordinate data, the (x, y) coordinate point data, the (0, y) coordinate point data and the (x, 0) coordinate point data are acquired, and the target motion vector is generated. For example, if the coordinate data of the target mouse is (4, 5), that is, the value of the x-axis coordinate data is 4 and the value of the y-axis coordinate data is 5, the data of the (x, y) coordinate points obtained are (4, 5), ( 0, y) coordinate point data is (0, 5) and (x, 0) coordinate point data (0, 4) to generate a target motion vector.

在可选实施例中,根据目标鼠标数据和比较数据,生成目标运动向量,包括:In an optional embodiment, the target motion vector is generated according to the target mouse data and the comparison data, including:

若目标鼠标数据中的状态数据指示为非拖拽状态,且目标鼠标数据中的状态数据指示为上下滚动状态时,获取目标鼠标的坐标数据,坐标数据包括,x轴坐标数据值x、y轴坐标数据值y;If the state data in the target mouse data indicates a non-drag state, and the state data in the target mouse data indicates a scrolling state, the coordinate data of the target mouse is obtained, and the coordinate data includes the x-axis coordinate data values x, y-axis coordinate data value y;

当目标图像数据与预设图像数据不一致时,根据目标鼠标的坐标数据,获取(y,0)坐标点数据,并生成目标运动向量。因为当目标鼠标数据中的状态为上下滚动时,对应的目标图像数据也即在上下方位发生相应变化,此时的目标运动向量仅需获取目标鼠标的坐标数据中y轴坐标数据值y。When the target image data is inconsistent with the preset image data, the (y, 0) coordinate point data is acquired according to the coordinate data of the target mouse, and the target motion vector is generated. Because when the state in the target mouse data is scrolling up and down, the corresponding target image data also changes correspondingly in the up and down orientation, and the target motion vector at this time only needs to obtain the y-axis coordinate data value y in the coordinate data of the target mouse.

在具体的实施例中,当目标图像数据与预设图像数据不一致时,获取目标图像数据所属窗口的应用类型,根据应用类型和目标鼠标数据来产生运动向量(0,y),即根据y=ε·S获取目标运动向量,上述公式中:ε代表预设参数,该预设参数值根据目标图像数据的窗口应用类型决定,同一应用类型的经验参数可能会有多个,如word应用类型、PDF应用类型;S代表本方法中触发鼠标滚轮事件返回的代表鼠标滚轮移动方向和大小的值。本方法根据目标鼠标的按键状态、目标鼠标垂直方向的偏移量滚轮偏移量确定的目标运动向量。In a specific embodiment, when the target image data is inconsistent with the preset image data, the application type of the window to which the target image data belongs is obtained, and the motion vector (0, y) is generated according to the application type and the target mouse data, that is, according to y= ε·S obtains the target motion vector. In the above formula: ε represents the preset parameter. The preset parameter value is determined according to the window application type of the target image data. There may be multiple experience parameters of the same application type, such as word application type, PDF application type; S represents the value returned by triggering the mouse wheel event in this method and representing the movement direction and size of the mouse wheel. The method determines the target motion vector according to the button state of the target mouse and the offset amount of the target mouse in the vertical direction of the scroll wheel.

在可选实施例中,根据目标鼠标数据和比较数据,生成目标运动向量,包括:In an optional embodiment, the target motion vector is generated according to the target mouse data and the comparison data, including:

若状态数据指示为非拖拽状态,且状态数据指示,鼠标滚轮点击后没有再次点击或者没有点击其它按键时,获取目标鼠标的坐标数据,坐标数据包括,x轴坐标数据值x、y轴坐标数据值y;If the state data indicates a non-drag state, and the state data indicates that the mouse wheel is not clicked again or other buttons are not clicked, the coordinate data of the target mouse is obtained, and the coordinate data includes the x-axis coordinate data value x and y-axis coordinates data value y;

当目标图像数据与预设图像数据不一致时,根据目标鼠标的坐标数据,获取(y,0)坐标点数据,并生成目标运动向量。When the target image data is inconsistent with the preset image data, the (y, 0) coordinate point data is acquired according to the coordinate data of the target mouse, and the target motion vector is generated.

在可选实施例中,根据目标鼠标数据和比较数据,生成目标运动向量之后,还包括:In an optional embodiment, after generating the target motion vector according to the target mouse data and the comparison data, the method further includes:

获取目标图像数据中至少一个目标宏块图像数据及对应的目标位置数据;Obtain at least one target macroblock image data and corresponding target position data in the target image data;

获取目标位置数据获取预设图像数据中对应位置的预设宏块图像数据;obtaining target position data to obtain preset macroblock image data at a corresponding position in the preset image data;

根据目标运动向量移动目标宏块图像数据后若与预设宏块图像数据一致,则存储目标运动向量。After moving the target macroblock image data according to the target motion vector, if the target macroblock image data is consistent with the preset macroblock image data, the target motion vector is stored.

在可选实施例中,生成目标运动向量之后,枚举所有目标图像数据变化区域中的宏块,使用运动向量将目标图像数据中的宏块,即目标宏块平移后和预设图像数据中对应位置的宏块进行数据比较。如果比较二者数据相同,就可以认为目标宏块可以通过运动向量从预设图像数据中得到,从而可以减少获取运动向量的计算量,提高数据处理效率。In an optional embodiment, after generating the target motion vector, enumerate all macroblocks in the target image data change region, and use the motion vector to convert the macroblocks in the target image data, that is, the target macroblock after translation and the preset image data. Data comparison is performed on the macroblocks at the corresponding positions. If the two data are the same, it can be considered that the target macroblock can be obtained from the preset image data through the motion vector, thereby reducing the amount of calculation for obtaining the motion vector and improving the data processing efficiency.

在可选实施例中,存储目标运动向量后,获取目标图像数据对应的目标位置数据和目标运动向量,生成目标数据。该目标数据用于指示,视频数据压缩处理上一帧图像数据与当前图像数据的时,可以根据该目标数据将上一帧图像数据平移后得到当前图像数据;即通过目标数据中的位置数据确定上一帧图像数据对应目标位置的预设宏块图像数据,通过目标数据中的目标运动向量确定预设宏块图像数据需平移的运动向量可得到当前图像数据。In an optional embodiment, after the target motion vector is stored, target position data and target motion vector corresponding to the target image data are acquired to generate target data. The target data is used to indicate that when the video data is compressed to process the previous frame of image data and the current image data, the current image data can be obtained by shifting the previous frame of image data according to the target data; that is, the position data in the target data determines The image data of the previous frame corresponds to the preset macroblock image data of the target position, and the current image data can be obtained by determining the motion vector of the preset macroblock image data to be translated by the target motion vector in the target data.

本公开实施例提供的数据处理方法,通过获取目标图像数据及对应的目标鼠标数据;并根据目标鼠标数据和预设鼠标数据,生成比较数据;最后根据目标鼠标数据和比较数据,生成目标运动向量。本公开通过获取当前图像数据中的鼠标数据来计算两帧图像数据间运动向量,从而避免了在视频压缩过程中逐块计算运动向量的大量计算损耗,提高了数据处理效率。The data processing method provided by the embodiment of the present disclosure obtains target image data and corresponding target mouse data; generates comparison data according to the target mouse data and preset mouse data; and finally generates a target motion vector according to the target mouse data and the comparison data . The present disclosure calculates the motion vector between two frames of image data by acquiring the mouse data in the current image data, thereby avoiding a large amount of computational loss in calculating the motion vector block by block in the video compression process, and improving the data processing efficiency.

实施例二Embodiment 2

基于上述图1对应的实施例中所描述的视频数据处理方法,下述为本公开装置实施例,可以用于执行本公开方法实施例。Based on the video data processing method described in the above-mentioned embodiment corresponding to FIG. 1 , the following is an apparatus embodiment of the present disclosure, which can be used to execute the method embodiment of the present disclosure.

本公开实施例提供一种视频数据处理装置,如图2所示,该视频数据处理装置20包括:获取模块201、第一生成模块202、第二生成模块203;An embodiment of the present disclosure provides a video data processing apparatus. As shown in FIG. 2 , the video data processing apparatus 20 includes: an acquisition module 201 , a first generation module 202 , and a second generation module 203 ;

获取模块201与第一生成模块202、第二生成模块203分别连接,第一生成模块202与第二生成模块203相连接;The acquisition module 201 is connected to the first generation module 202 and the second generation module 203 respectively, and the first generation module 202 is connected to the second generation module 203;

获取模块201,用于获取目标图像数据及对应的目标鼠标数据,鼠标数据包括:鼠标的状态数据和鼠标的位置数据,鼠标状态数据,包括鼠标滚轮信息和鼠标按键信息。The obtaining module 201 is used for obtaining target image data and corresponding target mouse data, the mouse data includes: mouse state data and mouse position data, and mouse state data includes mouse wheel information and mouse button information.

如图3所示,在可选实施例中,获取模块201还包括:第一获取单元2011和第一确定单元2012,As shown in FIG. 3, in an optional embodiment, the obtaining module 201 further includes: a first obtaining unit 2011 and a first determining unit 2012,

第一获取单元2011,用于获取目标图像数据对应的上一帧图像数据和上一帧图像数据中对应的鼠标数据;The first acquisition unit 2011 is used to acquire the last frame of image data corresponding to the target image data and the mouse data corresponding to the last frame of image data;

第一确定单元2012,用于当上一帧图像数据和目标图像数据不一致时,确定上一帧图像数据为预设图像数据,鼠标数据为预设鼠标数据。The first determining unit 2012 is configured to determine that the previous frame of image data is preset image data and the mouse data is preset mouse data when the image data of the previous frame is inconsistent with the target image data.

第一生成模块202,用于根据目标鼠标数据和预设鼠标数据,生成比较数据,比较数据,包括目标鼠标与预设鼠标之间坐标差数据。The first generating module 202 is configured to generate comparison data according to the target mouse data and the preset mouse data, and the comparison data includes coordinate difference data between the target mouse and the preset mouse.

第二生成模块203,用于根据目标鼠标数据和比较数据,生成目标运动向量。The second generating module 203 is configured to generate a target motion vector according to the target mouse data and the comparison data.

如图4所示,在可选实施例中,第二生成模块203,还包括:第一获取单元2031和第一生成单元2032;As shown in FIG. 4, in an optional embodiment, the second generating module 203 further includes: a first obtaining unit 2031 and a first generating unit 2032;

第一获取单元2031,用于当状态数据指示为拖拽状态时,获取目标鼠标的坐标数据,坐标数据包括,x轴坐标数据值x值x、y轴坐标数据值y;The first obtaining unit 2031 is configured to obtain the coordinate data of the target mouse when the state data indicates a dragging state, the coordinate data includes, the x-axis coordinate data value x and the y-axis coordinate data value y;

第一生成单元2032,用于根据目标鼠标的坐标数据,获取(x,y)坐标点数据、(0,y)坐标点数据和(x,0)坐标点数据,并生成目标运动向量。The first generating unit 2032 is configured to acquire (x, y) coordinate point data, (0, y) coordinate point data and (x, 0) coordinate point data according to the coordinate data of the target mouse, and generate a target motion vector.

如图5所示,在可选实施例中,第二生成模块203,还包括:第二获取单元2033和第二生成单元2034;As shown in FIG. 5, in an optional embodiment, the second generating module 203 further includes: a second obtaining unit 2033 and a second generating unit 2034;

第二获取单元2033,用于当状态数据指示为非拖拽状态,且状态数据指示为上下滚动状态时,获取目标鼠标的坐标数据,坐标数据包括,x轴坐标数据值x、y轴坐标数据值y;The second obtaining unit 2033 is configured to obtain the coordinate data of the target mouse when the state data indicates a non-drag state and the state data indicates a scrolling state, where the coordinate data includes the x-axis coordinate data value x and the y-axis coordinate data value y;

第二生成单元2034,用于当目标图像数据与预设图像数据不一致时,根据目标鼠标的坐标数据,获取(y,0)坐标点数据,并生成目标运动向量。The second generating unit 2034 is configured to acquire (y, 0) coordinate point data according to the coordinate data of the target mouse when the target image data is inconsistent with the preset image data, and generate a target motion vector.

本公开实施例提供的视频数据处理装置,通过获取目标图像数据及对应的目标鼠标数据;并根据目标鼠标数据和预设鼠标数据,生成比较数据;最后根据目标鼠标数据和比较数据,生成目标运动向量。本公开通过获取当前图像数据中的鼠标数据来计算两帧图像数据间运动向量,从而避免了在视频压缩过程中逐块计算运动向量的大量计算损耗,提高了数据处理效率。。The video data processing device provided by the embodiment of the present disclosure obtains target image data and corresponding target mouse data; generates comparison data according to the target mouse data and preset mouse data; and finally generates target motion according to the target mouse data and the comparison data vector. The present disclosure calculates the motion vector between two frames of image data by acquiring the mouse data in the current image data, thereby avoiding a large amount of computational loss in calculating the motion vector block by block in the video compression process, and improving the data processing efficiency. .

基于上述图1对应的实施例中所描述的视频数据处理方法,本公开实施例还提供一种计算机可读存储介质,例如,非临时性计算机可读存储介质可以是只读存储器(英文:Read Only Memory,ROM)、随机存取存储器(英文:Random Access Memory,RAM)、CD-ROM、磁带、软盘和光数据存储装置等。该存储介质上存储有计算机指令,用于执行上述图1对应的实施例中所描述的视频数据处理方法,此处不再赘述。Based on the video data processing method described in the above-mentioned embodiment corresponding to FIG. 1 , an embodiment of the present disclosure further provides a computer-readable storage medium, for example, a non-transitory computer-readable storage medium may be a read-only memory (English: Read Only Memory, ROM), random access memory (English: Random Access Memory, RAM), CD-ROM, magnetic tape, floppy disk and optical data storage device, etc. Computer instructions are stored on the storage medium for executing the video data processing method described in the embodiment corresponding to FIG. 1 , which will not be repeated here.

本领域技术人员在考虑说明书及实践这里公开的公开后,将容易想到本公开的其它实施方案。本申请旨在涵盖本公开的任何变型、用途或者适应性变化,这些变型、用途或者适应性变化遵循本公开的一般性原理并包括本公开未公开的本技术领域中的公知常识或惯用技术手段。说明书和实施例仅被视为示例性的,本公开的真正范围和精神由下面的权利要求指出。Other embodiments of the present disclosure will readily occur to those skilled in the art upon consideration of the specification and practice of the disclosure disclosed herein. This application is intended to cover any variations, uses, or adaptations of the present disclosure that follow the general principles of the present disclosure and include common knowledge or techniques in the technical field not disclosed by the present disclosure . The specification and examples are to be regarded as exemplary only, with the true scope and spirit of the disclosure being indicated by the following claims.

应当理解的是,本公开并不局限于上面已经描述并在附图中示出的精确结构,并且可以在不脱离其范围进行各种修改和改变。本公开的范围仅由所附的权利要求来限制。It is to be understood that the present disclosure is not limited to the precise structures described above and illustrated in the accompanying drawings, and that various modifications and changes may be made without departing from the scope thereof. The scope of the present disclosure is limited only by the appended claims.

Claims (10)

1.一种视频数据处理方法,其特征在于,所述方法包括:1. a video data processing method, is characterized in that, described method comprises: 获取目标图像数据及对应的目标鼠标数据,所述鼠标数据包括:鼠标的状态数据和鼠标的位置数据,所述鼠标的状态数据,包括鼠标滚轮信息和鼠标按键信息;Acquiring target image data and corresponding target mouse data, the mouse data includes: mouse state data and mouse position data, and the mouse state data includes mouse wheel information and mouse button information; 根据所述目标鼠标数据和预设鼠标数据,生成比较数据,所述比较数据,包括所述目标鼠标与预设鼠标之间坐标差数据;generating comparison data according to the target mouse data and the preset mouse data, where the comparison data includes coordinate difference data between the target mouse and the preset mouse; 根据所述目标鼠标数据和所述比较数据,生成目标运动向量。Based on the target mouse data and the comparison data, a target motion vector is generated. 2.根据权利要求1所述的方法,其特征在于,在所述获取目标图像数据及当前鼠标位置数据,之前包括:2. method according to claim 1, is characterized in that, before described acquisition target image data and current mouse position data, comprise: 获取所述目标图像数据对应的上一帧图像数据和所述上一帧图像数据中对应的鼠标数据;Obtain the last frame of image data corresponding to the target image data and the mouse data corresponding to the last frame of image data; 当所述上一帧图像数据和所述目标图像数据不一致时,确定所述上一帧图像数据为所述预设图像数据,所述鼠标数据为所述预设鼠标数据。When the image data of the last frame is inconsistent with the target image data, it is determined that the image data of the last frame is the preset image data, and the mouse data is the preset mouse data. 3.根据权利要求1所述的方法,其特征在于,所述所述目标鼠标数据与预设鼠标之间坐标差数据,包括:3. The method according to claim 1, wherein the coordinate difference data between the target mouse data and the preset mouse comprises: 当所述坐标差数据不为零时,根据所述目标鼠标数据和比较数据,生成所述目标运动向量。When the coordinate difference data is not zero, the target motion vector is generated according to the target mouse data and the comparison data. 4.根据权利要求3所述的方法,其特征在于,所述根据所述目标鼠标数据和比较数据,生成目标运动向量,包括:4. The method according to claim 3, wherein generating a target motion vector according to the target mouse data and the comparison data, comprising: 若所述目标鼠标数据中的状态数据指示为拖拽状态,则获取所述目标鼠标的坐标数据,所述坐标数据包括,x轴坐标数据值x、y轴坐标数据值y;If the state data in the target mouse data indicates a drag state, then obtain the coordinate data of the target mouse, and the coordinate data includes the x-axis coordinate data value x and the y-axis coordinate data value y; 根据所述坐标数据,获取(x,y)坐标点数据、(0,y)坐标点数据和(x,0)坐标点数据,并生成目标运动向量。According to the coordinate data, (x, y) coordinate point data, (0, y) coordinate point data and (x, 0) coordinate point data are acquired, and a target motion vector is generated. 5.根据权利要求3所述的方法,其特征在于,所述根据所述目标鼠标数据和比较数据,生成目标运动向量,包括:5. The method according to claim 3, wherein generating a target motion vector according to the target mouse data and the comparison data, comprising: 若所述目标鼠标数据中的状态数据指示为非拖拽状态,且所述目标鼠标数据中的状态数据指示为上下滚动状态时,获取所述目标鼠标的坐标数据,所述坐标数据包括,x轴坐标数据值x、y轴坐标数据值y;If the state data in the target mouse data indicates a non-drag state, and the state data in the target mouse data indicates a scrolling state, the coordinate data of the target mouse is obtained, and the coordinate data includes, x Axis coordinate data value x, y axis coordinate data value y; 当所述目标图像数据与所述预设图像数据不一致时,根据所述坐标数据,获取(y,0)坐标点数据,并生成目标运动向量。When the target image data is inconsistent with the preset image data, (y, 0) coordinate point data is acquired according to the coordinate data, and a target motion vector is generated. 6.根据权利要求1所述的方法,其特征在于,所述根据所述目标鼠标数据和所述比较数据,生成目标运动向量之后,还包括:6. The method according to claim 1, wherein after generating the target motion vector according to the target mouse data and the comparison data, the method further comprises: 获取所述目标图像数据中至少一个目标宏块图像数据及对应的目标位置数据;Obtain at least one target macroblock image data and corresponding target position data in the target image data; 根据所述目标位置数据获取预设图像数据中对应位置的预设宏块图像数据;Acquiring preset macroblock image data at a corresponding position in the preset image data according to the target position data; 根据所述目标运动向量移动所述目标宏块图像数据后若与所述预设宏块图像数据一致,则存储所述目标运动向量。After moving the target macroblock image data according to the target motion vector, if the target macroblock image data is consistent with the preset macroblock image data, the target motion vector is stored. 7.一种视频数据处理装置,其特征在于,包括:获取模块、第一生成模块、第二生成模块;7. A video data processing device, comprising: an acquisition module, a first generation module, and a second generation module; 所述获取模块与所述第一生成模块、所述第二生成模块分别连接;The acquisition module is connected to the first generation module and the second generation module respectively; 所述获取模块,用于获取目标图像数据及对应的目标鼠标数据,所述鼠标数据包括:鼠标的状态数据和鼠标的位置数据,所述鼠标的状态数据,包括鼠标滚轮信息和鼠标按键信息;The acquisition module is used to acquire target image data and corresponding target mouse data, the mouse data includes: mouse state data and mouse position data, and the mouse state data includes mouse wheel information and mouse button information; 所述第一生成模块,用于根据所述目标鼠标数据和预设鼠标数据,生成比较数据,所述比较数据,包括所述目标鼠标与预设鼠标之间坐标差数据;The first generation module is configured to generate comparison data according to the target mouse data and the preset mouse data, where the comparison data includes coordinate difference data between the target mouse and the preset mouse; 所述第二生成模块,用于根据所述目标鼠标数据和所述比较数据,生成目标运动向量。The second generating module is configured to generate a target motion vector according to the target mouse data and the comparison data. 8.根据权利要求7所述的装置,其特征在于,所述获取模块还包括:第一获取单元和第一确定单元,8. The device according to claim 7, wherein the obtaining module further comprises: a first obtaining unit and a first determining unit, 所述第一获取单元,用于获取所述目标图像数据对应的上一帧图像数据和所述上一帧图像数据中对应的鼠标数据;The first acquisition unit is used to acquire the last frame of image data corresponding to the target image data and the mouse data corresponding to the last frame of image data; 所述第一确定单元,用于当所述上一帧图像数据和所述目标图像数据不一致时,确定所述上一帧图像数据为所述预设图像数据,所述鼠标数据为所述预设鼠标数据。The first determining unit is configured to, when the image data of the last frame and the target image data are inconsistent, determine that the image data of the last frame is the preset image data, and the mouse data is the preset image data. Set mouse data. 9.根据权利要求7所述的装置,其特征在于,所述第二生成模块,还包括:第一获取单元和第一生成单元;9. The apparatus according to claim 7, wherein the second generating module further comprises: a first acquiring unit and a first generating unit; 所述第一获取单元,用于当所述目标鼠标数据中的状态数据指示为拖拽状态时,获取所述目标鼠标的坐标数据,所述坐标数据包括,x轴坐标数据值x、y轴坐标数据值y;The first obtaining unit is configured to obtain coordinate data of the target mouse when the state data in the target mouse data indicates a dragging state, where the coordinate data includes x-axis coordinate data values x, y-axis coordinate data value y; 所述第一生成单元,用于根据所述坐标数据,获取(x,y)坐标点数据、(0,y)坐标点数据和(x,0)坐标点数据,并生成目标运动向量。The first generating unit is configured to acquire (x, y) coordinate point data, (0, y) coordinate point data and (x, 0) coordinate point data according to the coordinate data, and generate a target motion vector. 10.根据权利要求7所述的装置,其特征在于,所述第二生成模块,还包括:第二获取单元和第二生成单元;10. The apparatus according to claim 7, wherein the second generating module further comprises: a second acquiring unit and a second generating unit; 所述第二获取单元,用于当所述目标鼠标数据中的状态数据指示为非拖拽状态,且所述目标鼠标数据中的状态数据指示为上下滚动状态时,获取所述目标鼠标的坐标数据,所述坐标数据包括,x轴坐标数据值x、y轴坐标数据值y;The second obtaining unit is configured to obtain the coordinates of the target mouse when the state data in the target mouse data indicates a non-drag state and the state data in the target mouse data indicates a scrolling state up and down data, the coordinate data includes, x-axis coordinate data value x, y-axis coordinate data value y; 所述第二生成单元,用于当所述目标图像数据与所述预设图像数据不一致时,根据所述坐标数据,获取(y,0)坐标点数据,并生成目标运动向量。The second generating unit is configured to acquire (y, 0) coordinate point data according to the coordinate data when the target image data is inconsistent with the preset image data, and generate a target motion vector.
CN201910122767.4A 2019-02-19 2019-02-19 Video data processing method and device Active CN110012293B (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
CN202110693874.XA CN113542752A (en) 2019-02-19 2019-02-19 Video data processing method and device
CN202110690368.5A CN113542751A (en) 2019-02-19 2019-02-19 Video data processing method and device
CN201910122767.4A CN110012293B (en) 2019-02-19 2019-02-19 Video data processing method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910122767.4A CN110012293B (en) 2019-02-19 2019-02-19 Video data processing method and device

Related Child Applications (2)

Application Number Title Priority Date Filing Date
CN202110693874.XA Division CN113542752A (en) 2019-02-19 2019-02-19 Video data processing method and device
CN202110690368.5A Division CN113542751A (en) 2019-02-19 2019-02-19 Video data processing method and device

Publications (2)

Publication Number Publication Date
CN110012293A true CN110012293A (en) 2019-07-12
CN110012293B CN110012293B (en) 2021-06-04

Family

ID=67165844

Family Applications (3)

Application Number Title Priority Date Filing Date
CN201910122767.4A Active CN110012293B (en) 2019-02-19 2019-02-19 Video data processing method and device
CN202110693874.XA Pending CN113542752A (en) 2019-02-19 2019-02-19 Video data processing method and device
CN202110690368.5A Pending CN113542751A (en) 2019-02-19 2019-02-19 Video data processing method and device

Family Applications After (2)

Application Number Title Priority Date Filing Date
CN202110693874.XA Pending CN113542752A (en) 2019-02-19 2019-02-19 Video data processing method and device
CN202110690368.5A Pending CN113542751A (en) 2019-02-19 2019-02-19 Video data processing method and device

Country Status (1)

Country Link
CN (3) CN110012293B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110568983A (en) * 2019-07-16 2019-12-13 西安万像电子科技有限公司 image processing method and device

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020140672A1 (en) * 2001-04-02 2002-10-03 A-Man Hung Computer cursor movement controlling device
CN101169693A (en) * 2007-11-30 2008-04-30 埃派克森微电子有限公司 Optical Motion Sensing Method
CN101593045A (en) * 2009-07-07 2009-12-02 埃派克森微电子(上海)有限公司 Motion vector stability predicting method of optical indicating device
CN103631474A (en) * 2012-08-28 2014-03-12 鸿富锦精密工业(深圳)有限公司 System and method for controlling graph moving
CN108769688A (en) * 2018-05-24 2018-11-06 安徽质在智能科技有限公司 Video coding-decoding method

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7321626B2 (en) * 2002-03-08 2008-01-22 Sharp Laboratories Of America, Inc. System and method for predictive motion estimation using a global motion predictor
US7039247B2 (en) * 2003-01-31 2006-05-02 Sony Corporation Graphic codec for network transmission
FR2879391A1 (en) * 2004-12-14 2006-06-16 St Microelectronics Sa Movement estimation method for e.g. computer system, involves electing movement vector among generated candidate movement vectors and storing information associating elected movement vector to current image in sequence
CN100464585C (en) * 2006-05-16 2009-02-25 华为技术有限公司 A video compression method
FR2940736B1 (en) * 2008-12-30 2011-04-08 Sagem Comm SYSTEM AND METHOD FOR VIDEO CODING
JP5400604B2 (en) * 2009-12-28 2014-01-29 株式会社メガチップス Image compression apparatus and image compression method
CN101819475A (en) * 2010-04-06 2010-09-01 郭小卫 Method for acquiring indication information by indication equipment
CN103037210B (en) * 2011-09-30 2016-07-06 宏碁股份有限公司 Method and monitoring system for assisting video compression by using touch screen
JP2017169001A (en) * 2016-03-15 2017-09-21 富士通株式会社 Transmission device, transmission method and transmission program for display screen data
CN107483940B (en) * 2017-09-19 2019-06-11 武汉大学 A Screen Video Coding Method Based on Screen Change Detection

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020140672A1 (en) * 2001-04-02 2002-10-03 A-Man Hung Computer cursor movement controlling device
CN101169693A (en) * 2007-11-30 2008-04-30 埃派克森微电子有限公司 Optical Motion Sensing Method
CN101593045A (en) * 2009-07-07 2009-12-02 埃派克森微电子(上海)有限公司 Motion vector stability predicting method of optical indicating device
CN103631474A (en) * 2012-08-28 2014-03-12 鸿富锦精密工业(深圳)有限公司 System and method for controlling graph moving
CN108769688A (en) * 2018-05-24 2018-11-06 安徽质在智能科技有限公司 Video coding-decoding method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110568983A (en) * 2019-07-16 2019-12-13 西安万像电子科技有限公司 image processing method and device

Also Published As

Publication number Publication date
CN113542752A (en) 2021-10-22
CN113542751A (en) 2021-10-22
CN110012293B (en) 2021-06-04

Similar Documents

Publication Publication Date Title
KR101457313B1 (en) Method, apparatus and computer program product for providing object tracking using template switching and feature adaptation
US10715817B2 (en) Apparatus and method for enhancing motion estimation based on user input
CN107958446B (en) Information processing apparatus, information processing method, and computer program
CN109977833A (en) Object tracking method, object tracking device, storage medium and electronic equipment
JP2019536187A (en) Hybrid tracker system and method for match moves
JP6981543B2 (en) Motion recognition device, motion recognition method, and program
JP2017130042A (en) Video processing apparatus, video processing method, and program
CN111105430A (en) A Variational Level Set Image Segmentation Method Based on Landmark Simplex Constraint
CN110012293A (en) Video data processing method and device
CN115953468A (en) Depth and self-motion trajectory estimation method, device, equipment and storage medium
JP2019012359A (en) Information processing apparatus, program, and information processing method
CN115661191A (en) Method, system, equipment and medium for judging zero displacement in photoelectric navigation
JP5643147B2 (en) Motion vector detection apparatus, motion vector detection method, and motion vector detection program
CN113761965B (en) Motion capture methods, devices, electronic devices and storage media
US10536713B2 (en) Method and apparatus for determining motion vector in video
KR101001184B1 (en) Iterative 3D Face Pose Estimation Method Using Face Normalization Vectors
CN110009683B (en) Real-time on-plane object detection method based on MaskRCNN
CN104284195B (en) Depth map prediction technique, device, encoder and decoder in 3 D video
TW201008295A (en) Method for vedio coding
JP2015011496A (en) Image processing apparatus, image processing method, and program
CN112492314B (en) A method for selecting dynamic motion estimation algorithms based on machine learning
CN110780780B (en) Image processing method and device
CN115294358A (en) Feature point extraction method and device, computer equipment and readable storage medium
CN115375929A (en) Target template set updating method and device and computer readable storage medium
CN106960203B (en) A facial feature point tracking method and system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20230113

Address after: Room 740, No. 1256 and 1258, Wanrong Road, Jing'an District, Shanghai, 200072

Patentee after: Shanghai Jingda Xinlian Information Technology Co.,Ltd.

Address before: 710065 Room 302, block B, intelligent terminal Industrial Park, No.8, South Tangyan Road, high tech Zone, Xi'an City, Shaanxi Province

Patentee before: XI'AN VANXVM ELECTRONICS TECHNOLOGY Co.,Ltd.

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20230814

Address after: 710075, 2nd Floor, Building 5, Taiwei Zhilian Center, No. 8 Tangyan South Road, High tech Zone, Xi'an City, Shaanxi Province

Patentee after: XI'AN VANXVM ELECTRONICS TECHNOLOGY Co.,Ltd.

Address before: Room 740, No. 1256 and 1258, Wanrong Road, Jing'an District, Shanghai, 200072

Patentee before: Shanghai Jingda Xinlian Information Technology Co.,Ltd.

PE01 Entry into force of the registration of the contract for pledge of patent right
PE01 Entry into force of the registration of the contract for pledge of patent right

Denomination of invention: Video data processing method and device

Granted publication date: 20210604

Pledgee: Shaanxi qinnong Rural Commercial Bank Co.,Ltd. Chang'an sub branch

Pledgor: XI'AN VANXVM ELECTRONICS TECHNOLOGY Co.,Ltd.

Registration number: Y2025980062963