WO2023036133A1 - 图像检测与渲染方法及装置、设备、存储介质及计算机程序产品 - Google Patents
图像检测与渲染方法及装置、设备、存储介质及计算机程序产品 Download PDFInfo
- Publication number
- WO2023036133A1 WO2023036133A1 PCT/CN2022/117294 CN2022117294W WO2023036133A1 WO 2023036133 A1 WO2023036133 A1 WO 2023036133A1 CN 2022117294 W CN2022117294 W CN 2022117294W WO 2023036133 A1 WO2023036133 A1 WO 2023036133A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- image
- thread
- frame
- detection
- frame image
- 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
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T7/00—Image analysis
- G06T7/0002—Inspection of images, e.g. flaw detection
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/48—Program initiating; Program switching, e.g. by interrupt
- G06F9/4806—Task transfer initiation or dispatching
- G06F9/4843—Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
- G06F9/4881—Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06T—IMAGE DATA PROCESSING OR GENERATION, IN GENERAL
- G06T1/00—General purpose image data processing
- G06T1/20—Processor architectures; Processor configuration, e.g. pipelining
Definitions
- the embodiment of the present disclosure is based on the Chinese patent application with the application number 202111063569.9, the application date is September 10, 2021, and the application name is "Image detection and rendering method and device, equipment, storage medium", and requires the Chinese patent application Priority, the entire content of this Chinese patent application is hereby incorporated into this disclosure by reference.
- the present disclosure relates to the technical field of computer vision, and relates to but not limited to image detection and rendering methods and devices, equipment, storage media and computer program products.
- Embodiments of the present disclosure provide an image detection and rendering method and device, device, storage medium and computer program product.
- an embodiment of the present disclosure provides an image detection and rendering method, the method comprising:
- the frame image to be rendered is determined by the first thread from the image after the image detection task is executed by the second thread, and an image rendering task is performed on the frame image to be rendered; wherein, the image rendering task is used to perform the image rendering task based on the The detection result of the frame image to be rendered is described, and the frame image to be rendered is rendered to obtain a special effect image of the frame image to be rendered.
- an embodiment of the present disclosure provides an image detection and rendering device, the device includes a first acquisition module, a first execution module, and a second execution module, wherein:
- the first acquiring module is configured to acquire frame images to be detected from the image sequence through the first thread
- the first execution module is configured to execute an image detection task on the frame image to be detected through the second thread; wherein the image detection task is used to obtain a detection result of the frame image to be detected;
- the second execution module is configured to use the first thread to determine the frame image to be rendered from the image after the image detection task is executed by the second thread, and execute an image rendering task on the frame image to be rendered; wherein, The image rendering task is used to render the frame image to be rendered based on the detection result of the frame image to be rendered to obtain a special effect image of the frame image to be rendered.
- an embodiment of the present disclosure provides an electronic device, including a memory and a processor, the memory stores a computer program that can run on the processor, and the processor implements the above-mentioned image detection and rendering when executing the program steps in the method.
- an embodiment of the present disclosure provides a computer-readable storage medium, on which a computer program is stored, and when the computer program is executed by a processor, the steps in the above image detection and rendering method are implemented.
- an embodiment of the present disclosure provides a computer program product, including a computer-readable storage medium storing program code, and when instructions included in the program code are run by a processor of a computer device, the above-mentioned image detection and rendering are realized. method steps.
- the frame image to be detected is acquired from the image sequence through the first thread; then the image detection task is performed on the frame image to be detected through the second thread; finally, the frame image to be detected is obtained through the first thread
- FIG. 1 is a schematic flow diagram of an image detection and rendering method provided in the related art
- FIG. 2 is a schematic flowchart of an image detection and rendering method provided by an embodiment of the present disclosure
- FIG. 3A is a schematic flowchart of an image detection and rendering method provided by an embodiment of the present disclosure
- FIG. 3B is a logic flow diagram of the task execution process provided by the embodiment of the present disclosure.
- FIG. 4A is a schematic flowchart of an image detection and rendering method provided by an embodiment of the present disclosure
- FIG. 4B is a logic flow diagram of the task execution process provided by the embodiment of the present disclosure.
- FIG. 5A is a schematic flowchart of an image detection and rendering method provided by an embodiment of the present disclosure
- FIG. 5B is a logic flow diagram of the task execution process provided by the embodiment of the present disclosure.
- FIG. 6 is a schematic flowchart of an image detection and rendering method provided by an embodiment of the present disclosure.
- FIG. 7 is a schematic flowchart of an image detection and rendering method provided by an embodiment of the present disclosure.
- FIG. 8 is a schematic diagram of the composition and structure of an image detection and rendering device provided by an embodiment of the present disclosure.
- FIG. 9 is a schematic diagram of a hardware entity of an electronic device provided by an embodiment of the present disclosure.
- first ⁇ second ⁇ third involved in the embodiments of the present disclosure is only to distinguish similar objects, and does not represent a specific ordering of objects. Understandably, “first ⁇ second ⁇ third Where permitted, the specific order or sequence may be interchanged such that the embodiments of the disclosure described herein can be practiced in sequences other than those illustrated or described herein.
- FIG. 1 An image detection and rendering method provided in the related art, as shown in FIG. 1 , this method is a face detection and rendering process based on a single JS thread 101, and the dotted line box 102 and the dotted line box 103 represent the current frame image and the next frame image respectively.
- the JS thread 101 first executes the acquisition of the current frame image 11, wherein the current frame image can be the current frame data collected in real time from the terminal camera; then executes the face detection 12, that is, the current frame image is sent to The face detection module performs recognition to obtain the face detection result of the current frame image, and then the JS thread 101 executes image rendering 13 to complete the rendering of the current frame image based on the face detection result of the current frame image.
- the JS thread 101 first executes to obtain the next frame of image 14, and then executes the face detection 15 to obtain the face detection result of the next frame of image, and then the JS thread 101 based on the following For the face detection result of one frame of image, perform image rendering 16 to complete the rendering of the next frame of image.
- the above-mentioned JS thread detection and rendering task scheme performs detection and rendering logic for a single frame in sequence, that is, first detects the Nth frame, and then superimposes the detection results of the Nth frame image for rendering to obtain the Nth frame rendering result.
- the face detection algorithm and the rendering process of special effects are carried out in sequence, resulting in a long time to process a single frame image, and the preview is laggy, which cannot meet the frame rate index of user experience.
- all tasks will occupy the same thread resources, thereby reducing the display frame rate and experience.
- the image detection and rendering methods provided by the embodiments of the present disclosure are described below.
- the image detection module and the image rendering module in the embodiments of the present disclosure are called through different threads respectively, wherein the image rendering module is called by the first thread and used in the image detection algorithm
- the second thread executes the WebAssembly solution.
- the rendering engine By combining with the rendering engine, it provides users with special effect screen display based on image detection and special effect rendering, such as augmented reality (Augmented Reality, AR) experience.
- augmented reality Augmented Reality, AR
- World Wide Web also known as the World Wide Web
- World Wide Web is a global, dynamically interactive, cross-platform distributed network based on hypertext and Hyper Text Transfer Protocol (Hyper Text Transfer Protocol, HTTP).
- Graphical Information System The World Wide Web is a network service built on the Internet. It provides a graphical, easy-to-access and intuitive interface for viewers to search and browse information on the Internet. The information nodes of the network are organized into an interrelated network structure.
- the Web Worker specification is part of the Hyper Text Markup Language (Hyper Text Markup Language 5, HTML5) standard, which defines a set of application programming interfaces (Application Programming Interface, API), which allows a JavaScript program to run on the main thread in another thread.
- Hyper Text Markup Language Hyper Text Markup Language 5, HTML5
- API Application Programming Interface
- WebAssembly is a technical solution that can use JS language to write code and run on the browser. Due to its fast, efficient, and high-performance features, WebAssembly technology is widely used in the transplantation of various algorithms to the front end, greatly expanding the application scenarios of the algorithm. For example, WebAssembly technology is also used in the image detection algorithm. By combining with the rendering engine, it provides users with an augmented reality experience based on image detection.
- An embodiment of the present disclosure provides an image detection and rendering method, which is applied to an electronic device.
- the electronic devices include, but are not limited to, mobile phones, notebook computers, tablet computers and palm Internet devices, multimedia devices, streaming media devices, mobile Internet devices, wearable devices or other types of electronic devices.
- the functions realized by the method can be realized by calling the program codes by the processor in the electronic device, and of course the program codes can be stored in the computer storage medium.
- the electronic device at least includes a processor and a storage medium.
- the processor can be used for processing of image detection and rendering, and the memory can be used for storing data required and generated during the process of image detection and rendering.
- FIG. 2 is a schematic flowchart of an image detection and rendering method provided by an embodiment of the present disclosure. As shown in FIG. 2, the method at least includes the following steps:
- Step S210 acquire the frame image to be detected from the image sequence through the first thread
- the image sequence includes at least two frames of images.
- the image sequence can be an image acquisition device set on the electronic device, such as an image captured by a camera module in real time; in other implementations, the image sequence can be transmitted to the The image that needs to be detected and rendered by the electronic device; in some implementations, the image sequence may also be the original captured image that the electronic device calls the local album and obtains from it in response to a task processing instruction, which is not discussed in this embodiment of the present disclosure limit.
- the frame image to be detected is an image obtained by shooting the target object or a pre-stored image of the target object, so as to facilitate subsequent execution of an image detection task on the image to be detected.
- the image detection task detects and recognizes the face area in the face image.
- medical images detect human organs or parts in medical images through image detection tasks.
- Step S220 performing an image detection task on the frame image to be detected through the second thread
- the image detection task is used to obtain the detection result of the frame image to be detected.
- the first thread is a Web-side JS thread
- the second thread is a Worker thread
- the JS thread is the main thread
- the Worker thread is a sub-thread, and the same main thread can include At least one child thread.
- Step S230 using the first thread to determine a frame image to be rendered from the image after the image detection task is performed by the second thread, and perform an image rendering task on the frame image to be rendered.
- the image rendering task is used to render the frame image to be rendered based on the detection result of the frame image to be rendered to obtain a special effect image of the frame image to be rendered.
- the execution result of the image detection task is to obtain the face recognition result in the selfie; the execution result of the image rendering task is to generate a rendered image of the face.
- the above-mentioned image acquisition device provided on the electronic device can capture images within the field of view, and transmit multiple consecutive frames of images as video streams to the processor of the electronic device.
- An image detection module including a detection algorithm and a recognition algorithm, and an image rendering module including a rendering algorithm are set in the processor of the electronic device.
- the electronic device sequentially calls each frame of image for image detection and rendering, generates and displays a rendered image of the corresponding frame of image.
- the image acquisition device may include, but is not limited to, a Red Green Blue (Red Green Blue, RGB) camera, or a Time Of Flight (Time Of Flight, TOF) camera, and the like.
- Red Green Blue Red Green Blue
- TOF Time Of Flight
- the image detection module can determine the target object in each frame of image by detecting and recognizing each frame of image.
- the target object can be set according to actual needs, for example, it can include but is not limited to: setting all objects in the image as the target object; or setting the object in the middle area of the image as the target object; or can be set to identify After the object in the image is displayed, the user selects the target object by himself, which is not limited in this embodiment of the present disclosure.
- the rendered image is an AR special effect image
- data packets corresponding to different AR special effects may be stored in the electronic device; data corresponding to different AR special effects may also be transmitted by other devices (for example, cloud servers) package to the electronic device; in the image rendering module, by using different data packages, different AR special effects can be displayed on the front-end interface of the electronic device.
- the image detection module and the image rendering module in the embodiment of the present disclosure are called through different threads respectively.
- the image rendering module can be performed on the first thread due to the limitation of the system browser. Therefore, the image detection module can run on the second thread through the WebAssembly scheme to realize the detection and recognition of each frame of image. In this way, the image detection task part no longer occupies the performance of the first thread, which can improve the display frame rate and experience effect.
- the frame image to be detected is obtained from the image sequence through the first thread; then the image detection task is performed on the frame image to be detected through the second thread; finally, the frame image to be detected is obtained through the first thread through the Determine the frame image to be rendered in the image after the second thread performs the image detection task, and execute the image rendering task on the frame image to be rendered; thus, for the acquired image, the front end can use at least two threads to perform real-time detection and render special effects , so that all tasks will not occupy the same thread resources, which can improve the rendering frame rate and satisfy the user experience.
- FIG. 3A is a schematic flowchart of an image detection and rendering method provided by an embodiment of the present disclosure. As shown in FIG. 3A, the method at least includes the following steps:
- Step S310 acquiring an image sequence to be detected
- the image sequence includes at least two frames of images.
- Step S320 sequentially acquire the current frame image in the image sequence through the first thread
- the first thread acquires the current frame image in the image sequence in real time.
- the current frame image is the first frame image with the earliest time stamp in the image sequence.
- Step S330 performing image detection on the current frame image acquired by the first thread through the second thread, to obtain a detection result of the current frame image
- performing image detection on the current frame image may be to use any known image detection and recognition technology to detect objects in the current frame image to determine the target object in the current frame image.
- the target object may be a human body, a human face, a human hand, other animals, and the like.
- the detection and recognition technology includes, but is not limited to, technologies such as image segmentation and key point detection, for example. It can be understood that those skilled in the art may select one or more detection and recognition technologies to realize object recognition in the current frame image, which is not limited in this embodiment of the present disclosure.
- the second thread is called and executed by the first thread, and every time the first thread acquires a frame of image, it sends the frame of image to the second thread, and performs image detection on the frame of image in the second thread to obtain the detection result After the code flow of the second thread is completed, the detection result of the current frame image is returned to the first thread.
- step S340 the first thread renders the current frame image based on the detection result of the current frame image, and generates a rendered special effect image of the current frame image.
- the first thread superimposes the pre-designed rendering logic on the detection result of the current frame image returned by the second thread, and obtains and displays the rendering result of the current frame image.
- the first thread and the second thread respectively execute the image rendering task and the image detection task, so that the image detection part no longer occupies the performance of the first thread, and a better rendering frame rate can be obtained.
- another thread is always idle.
- the process of image acquisition and image rendering is performed on the first thread 301
- the process of image detection is performed on the second thread 302 .
- the dotted line box 303 represents the task processing flow of the current frame image, that is, the first thread 301 acquires the current frame image 31 and transmits the current frame image to the second thread 302, and then the second thread 302 performs image detection 32 on the current frame image. Then the second thread 302 returns the detection result of the current frame image to the first thread 301, and the first thread performs image rendering 33 to complete the rendering of the current frame image.
- the dotted line box 304 represents the task processing flow of the next frame image, that is, the first thread 301 executes to acquire the next frame image 34, the second thread 302 performs image detection 35 for the next frame image, and the first thread executes image detection 35.
- Rendering 36 completes the overall flow of the next frame of images.
- the first thread 301 performs image rendering 33 on the current frame image based on the detection result of the current frame image returned by the second thread 302
- the first thread 301 continues to obtain the next frame image 34, that is to say, through double
- the threads (the first thread and the second thread) sequentially perform the detection task and the rendering task for each frame of image in the image sequence, and then perform the detection and rendering of the next frame of image.
- the image detection task is first executed by the second thread to obtain the detection result, and then the image rendering task of the current frame image is executed by the first thread based on the detection result, thus
- the detection process no longer occupies the performance of the first thread, and the display frame rate and experience effect can be improved.
- FIG. 4A is a schematic flowchart of an image detection and rendering method provided by an embodiment of the present disclosure. As shown in FIG. 4A, the method can be implemented through the following steps:
- Step S410 acquire the frame image to be detected from the image sequence through the first thread
- the image sequence includes at least two frames of images.
- Step S420 during the process of the first thread obtaining the current frame image from the image sequence as the frame image to be detected, the second thread executes the image processing on the previous frame image of the current frame image detection task;
- the first thread acquires the previous frame image of the current frame image from the image sequence and transmits it to the second thread, and then the second thread performs image detection on the previous frame image. While the second thread performs image detection on the previous frame image, the first thread prepares the current frame image at the same time, so that after the second thread returns the detection result of the previous frame image, there is the current frame image, that is, new picture data to be detected .
- the first thread has not yet obtained the detection result of the previous frame image returned by the second thread, that is to say, the first thread has no task to be rendered temporarily, and can Use the idle period to acquire the current frame image.
- Step S430 during the process of the second thread performing the image detection task on the current frame image, using the first thread to use the previous frame image after the image detection task as the frame image to be rendered, Execute the image rendering task on the to-be-rendered frame image.
- the second thread when the second thread renders the current frame image, it means that the second thread has completed the image detection task of the previous frame image and obtained the detection result of the previous frame image.
- the first thread can The detection result of one frame of image is rendered to the previous frame of image to obtain the rendered image of the previous frame of image.
- the detection result of the previous frame image is returned to the first thread by the second thread; that is, the second thread passes the first thread Called to return the detection result of the previous frame image to the first thread after the execution of the code flow of the second thread is completed.
- the second thread After the second thread returns the detection result of the previous frame image to the first thread, the second thread is in an idle state. At this time, the second thread can directly perform image detection on the current frame image prepared by the first thread.
- the process of image acquisition and image rendering is performed on the first thread 401
- the process of image detection is performed on the second thread 402 .
- the dotted line box 403 represents the task processing flow of the current frame image, that is, the first thread 401 obtains the current frame image 41 and transmits it to the second thread 402, and then the second thread 402 performs image detection 42, and then the second thread 402 returns to the current frame
- the detection result of the image is sent to the first thread 401, and the first thread executes the image rendering 43 to complete the rendering of the current frame image.
- the dotted line box 404 represents the task processing flow of the next frame image, that is, the first thread 401 executes to acquire the next frame image 44, the second thread 402 executes image detection 45, and the first thread executes image rendering 46 to complete the following The overall process of a frame of image.
- the first thread 401 executes to obtain the next frame image 44; in the process of the first thread 401 performing image rendering 43, the second thread is also for the next frame image.
- a frame of image executes the process of image detection 45 .
- the current frame image and the next frame image are used as two adjacent frames of images to perform image detection tasks and image rendering tasks in parallel.
- frame image 47 and sequentially perform image detection and image rendering to complete the detection and rendering of each frame image in the image sequence.
- the next frame image is acquired by the first thread while the image detection task is performed by the second thread, and then the current frame image is processed by the first thread based on the detection result While the image is being rendered, the second thread performs the detection process of the next frame of the image.
- the first thread and the second thread can perform their respective tasks at the same time by using frame interpolation to alternately perform image detection and image rendering, saving waiting time and improving Display frame rate and experience effect.
- FIG. 5A is a schematic flowchart of an image detection and rendering method provided by an embodiment of the present disclosure. As shown in FIG. 5A, the method can be implemented through the following steps:
- Step S510 acquiring the frame image to be detected from the image sequence through the first thread and putting it into the image detection queue
- the image detection queue is used to buffer the frame images to be detected.
- Step S520 executing the image detection task on the first image obtained from the image detection queue through the second thread
- the first image is the first frame image in the image detection queue. That is to say, there are pictures that can be detected directly in the image detection queue, and when the second thread is idle, it can obtain a detection task from the image detection queue, without waiting for the first thread to render the last frame of image, and then pass the second thread One thread obtains the current frame image from the image sequence.
- Step S530 using the first thread to obtain a second image from the image rendering queue as the frame image to be rendered, and execute the image rendering task on the frame image to be rendered;
- the image rendering queue is used to cache images that have completed the image detection task
- the second image in the image rendering queue is the first image or the first image that has completed the image detection task
- the image of the previous frame; that is to say, the image rendering queue stores images and image detection results that can be rendered directly. To obtain a rendering task, there is no need to wait for the second thread to complete the detection process to obtain the detection result.
- the rendering task cached in the image rendering queue is the previous frame image of the first image and its detection result; After the detection, the first image and its detection result are transmitted to the image rendering queue. At this time, the rendering tasks cached in the image rendering queue are the first image and its detection result.
- the image rendering queue and the image detection queue are the same task queue, and at the same moment, at least one of the following images is stored in the task queue: at most one frame of the frame to be detected An image; at most one frame of the image on which the image detection task has been executed. Since the first thread has completed the rendering task of the previous frame image of the first image and removed the previous frame image, the image detection queue and the image rendering queue are optimized to be the same task queue, so that the queue includes at most one The detection task and at most one rendering task can meet the needs of detection and rendering at the same time, while reducing resource waste and improving the computing power of the device.
- the process of image acquisition and image rendering is performed on the first thread 501
- the process of image detection is performed on the second thread 502 .
- the dotted line box 503 and the dotted line box 504 represent the code flow of loop execution, wherein in the first loop, in the process of image rendering 54 of the first frame image by the first thread 501, the second frame image is rendered by the second thread 502 Perform image detection 55 ; meanwhile, the first thread 501 can directly acquire the third frame image 56 after completing the image rendering 54 .
- the second thread 502 performs image detection 58 on the third frame image; simultaneously, after the first thread 501 completes the image rendering 57
- the fourth frame image 59 can be acquired directly.
- obtaining the first frame image 51 is the starting point of the code flow at the initial time, representing that the first thread 501 obtains the picture task for the first time and transmits it to the image detection queue (not shown in the figure) as a frame image to be detected.
- the second thread 502 When the second thread 502 is in an idle state, it directly transmits the first frame image to the second thread 502 for image detection 53 .
- the second frame image 52 is acquired and transmitted to the image detection queue as a new frame image to be detected.
- Image detection 53 execution ends in the second thread afterwards, and the detection result of the first frame image is returned by the second thread and transmitted to the image rendering queue (not shown in the figure) as the frame image to be rendered; at this moment, the second thread is in an idle state,
- the second frame image can be obtained from the image detection queue for image detection 55, and at the same time, the frame image to be rendered is obtained from the image rendering queue through the first thread 501 and image rendering 54 is performed to complete the display of the special effect screen of the first frame image.
- the detection and rendering tasks can be executed in parallel to improve the rendering frame rate and satisfy the user experience.
- FIG. 6 is a schematic flowchart of an image detection and rendering method provided by an embodiment of the present disclosure. As shown in FIG. 6, the method at least includes the following steps:
- Step S610 acquiring the frame image to be detected from the image sequence through the first thread and putting it into the image detection queue
- the image detection queue is used to buffer the frame images to be detected.
- Step S620 when it is determined that the second thread is in an idle state, the first frame image in the image detection queue is acquired by the first thread as the first image and sent to the second thread;
- the first image is the first frame image acquired by the first thread from the image sequence and transmitted to the image detection queue.
- the second thread when the second thread completes the image detection task on the first image and transfers the first image to the image rendering queue, it is determined that the second The thread is in the idle state; in some other possible implementations, the current frame image is the first frame image acquired by the first thread from the image sequence, and the first thread will obtain the first frame image from the image sequence for the first time.
- the image acquired in the image sequence is transmitted to the image detection queue as the frame image to be detected, it is determined that the second thread is in the idle state. In this way, the idle state of the second thread in different situations is determined, so that the frame images to be detected in the image detection queue are passed to the second thread in time for image detection, thereby improving the overall detection and rendering efficiency of the program.
- Step S630 performing image detection on the first image through the second thread to obtain a detection result of the first image
- the detection result of the frame image to be detected is transmitted as a new rendering task to the image rendering queue through the second thread.
- Step S640 using the first thread to obtain a second image from the image rendering queue as the frame image to be rendered, and execute the image rendering task on the frame image to be rendered.
- the image rendering queue is used to cache images that have completed the image detection task
- the second image in the image rendering queue is the first image or the first image that has completed the image detection task previous frame image.
- the first thread renders the frame image to be rendered based on the detection result of the frame image to be rendered (the first image or the previous frame image).
- the frame image to be detected in the image detection queue is passed to the second thread for image detection, thereby improving the overall detection and rendering of the program efficiency.
- FIG. 7 is a schematic flowchart of an image detection and rendering method provided by an embodiment of the present disclosure. As shown in FIG. 7, the method at least includes the following steps:
- Step S710 acquiring the frame image to be detected from the image sequence through the first thread and putting it into the image detection queue
- the image detection queue is used to buffer the frame images to be detected.
- Step S720 executing the image detection task on the first image acquired from the image detection queue through the second thread
- the first image is the first frame image in the image detection queue.
- the second thread performs image detection on the first image, obtains a detection result of the first image, and transmits the first image after the detection task is executed to the image rendering queue as a rendering task.
- Step S730 using the first thread to obtain a second image from the image rendering queue as the frame image to be rendered, and execute the image rendering task on the frame image to be rendered;
- the image rendering queue is used to cache images that have completed the image detection task
- the second image in the image rendering queue is the first image or the first image that has completed the image detection task previous frame image.
- Step S740 in the case that the frame image to be detected does not exist in the image detection queue and the first thread is in an idle state, obtain a frame image from the image sequence through the first thread as a new frame image The frame image to be detected is transmitted to the image detection queue.
- the first thread finishes rendering the frame image to be rendered, it is determined that the first thread is in an idle state; in some other possible implementation manners, in the second During the process of the thread performing image detection on the image acquired by the first thread from the image sequence for the first time, it is determined that the first thread is in an idle state. In this way, the idle state of the first thread in different situations is determined, so as to better control the flow of picture tasks, so that the detection and rendering process of the overall solution can be executed efficiently and orderly.
- the first thread obtains the next frame image from the image sequence, that is, the new image detection task is stored in the image
- the detection queue is reserved, which can increase the intensity of task occupation as much as possible, thereby effectively improving the efficiency of program detection and rendering.
- each embodiment in this specification is described in a progressive manner, each embodiment focuses on the differences from other embodiments, and the same and similar parts of each embodiment can be referred to each other.
- the embodiment of the present disclosure takes the face detection and rendering process as an example, and the image rendering queue and the image detection queue are the same task queue, and proposes a two-threaded asynchronous face detection and rendering method based on Web Worker, by introducing dual threads and delayed rendering
- the solution can detect and render in parallel, improve the rendering frame rate, and satisfy the user experience.
- Step S801 determining a task queue for saving frame images to be detected and frame images to be rendered
- the frame image to be rendered is an image that has been detected and obtained a face detection result.
- Step S802 in the cycle of each frame, first detect whether the face detection module is idle; if idle, then obtain a frame image to be detected in the task queue and send it to the second thread for detection;
- Step S803 the first thread checks whether there is a frame image to be rendered in the task queue for rendering
- the frame image to be rendered is removed from the task queue.
- Step S804 after the rendering is finished, if there is no frame image to be detected in the task queue, a new frame is acquired from the terminal camera as the frame image to be detected, and put into the task queue for standby.
- the human face effects can be cyclically detected and rendered.
- step S802 to step S804 there should be at most 2 tasks in the task queue (a frame image to be rendered is a task that has been detected and rendered, and a frame image to be detected is a task that has not been detected or is being detected), Therefore, while the first thread no longer needs the task of face detection, the intensity of task occupation can be increased as much as possible, which can effectively improve the efficiency of program detection and rendering.
- the overall detection and rendering efficiency is improved by introducing a second thread to perform face detection tasks.
- the first thread can simultaneously render the detection result of the N-1th frame image to generate a rendered image of the N-1th frame image.
- This scheme of delaying rendering by one frame can detect and render in parallel, improve the rendering frame rate, and satisfy the user experience.
- an embodiment of the present disclosure further provides an image detection and rendering device, the device includes each module included, and each unit included in each module, which can be implemented by a processor in an electronic device; of course It can also be realized by a specific logic circuit; in the process of implementation, the processor can be a central processing unit (Central Processing Unit, CPU), a microprocessor (Micro Processing Unit, MPU), a digital signal processor (Digital Signal Processor, DSP) or Field Programmable Gate Array (Field Programmable Gate Array, FPGA), etc.
- CPU Central Processing Unit
- MPU Micro Processing Unit
- DSP Digital Signal Processor
- FPGA Field Programmable Gate Array
- Fig. 8 is a schematic diagram of the composition and structure of an image detection and rendering device provided by an embodiment of the present disclosure.
- the device 800 includes a first acquisition module 810, a first execution module 820, and a second execution module 830, wherein:
- the first acquiring module 810 is configured to acquire frame images to be detected from the image sequence through the first thread
- the first execution module 820 is configured to execute an image detection task on the frame image to be detected through a second thread; wherein the image detection task is used to obtain a detection result of the frame image to be detected;
- the second execution module 830 is configured to determine the frame image to be rendered from the image after the image detection task is executed by the second thread through the first thread, and execute an image rendering task on the frame image to be rendered; wherein The image rendering task is used to render the frame image to be rendered based on the detection result of the frame image to be rendered to obtain a special effect image of the frame image to be rendered.
- the first acquisition module, the first execution module and the second execution module are executed on the current frame image in the image sequence
- the first acquisition module, the first execution module and the second execution module further Execute on the next frame image; wherein, the frame image to be detected and the frame image to be rendered are both the current frame image.
- the first executing module 820 is further configured to use the second A thread executes the image detection task on the previous frame image of the current frame image;
- the second execution module 830 is further configured to perform the image detection task on the current frame image by the second thread Using the first thread to use the previous frame image after the image detection task as the to-be-rendered frame image, and execute the image rendering task on the to-be-rendered frame image.
- the first acquisition module 810 is further configured to acquire the frame image to be detected from the image sequence through the first thread and put it into the image detection queue; wherein, the image detection The queue is used to cache the frame image to be detected; the first execution module 820 is further configured to execute the image detection task on the first image acquired from the image detection queue through the second thread; the The first image is the first frame image in the image detection queue; the second execution module 830 is further configured to obtain a second image from the image rendering queue through the first thread as the frame image to be rendered, and The frame image to be rendered executes the image rendering task; the image rendering queue is used to cache images that have completed the image detection task, and the second image in the image rendering queue is the image that has completed the image detection task The first image or the previous frame image of the first image.
- the image detection queue and the image rendering queue are the same task queue, and at the same moment, at least one of the following images is stored in the task queue: at most one frame of the frame to be detected An image; at most one frame of the image on which the image detection task has been executed.
- the device further includes a second acquisition module configured to, when the frame image to be detected does not exist in the image detection queue and the first thread is in an idle state, through the The first thread acquires a frame of image from the image sequence and transmits it to the image detection queue as a new frame image to be detected.
- a second acquisition module configured to, when the frame image to be detected does not exist in the image detection queue and the first thread is in an idle state, through the The first thread acquires a frame of image from the image sequence and transmits it to the image detection queue as a new frame image to be detected.
- the device further includes a first determining module configured to determine that the first thread is in an idle state after the first thread finishes rendering the frame image to be rendered; or, During the process of the second thread acquiring the first frame image from the image detection queue to perform image detection, it is determined that the first thread is in an idle state.
- the first acquisition module includes a sending unit and a detection unit, wherein: the sending unit is configured to, when it is determined that the second thread is in an idle state, Obtaining the first frame image in the image detection queue as the first image and sending it to the second thread; the detection unit is configured to perform image detection on the first image through the second thread to obtain the Describe the detection results of the first image.
- the device further includes a second determination module configured to complete the image detection task on the first image in the second thread and transmit the first image to the In the case of an image rendering queue, it is determined that the second thread is in the idle state; or, when the first thread first acquires an image from the image sequence as the frame image to be detected and transmits it to the image In the case of detecting the queue, it is determined that the second thread is in the idle state.
- a second determination module configured to complete the image detection task on the first image in the second thread and transmit the first image to the In the case of an image rendering queue, it is determined that the second thread is in the idle state; or, when the first thread first acquires an image from the image sequence as the frame image to be detected and transmits it to the image In the case of detecting the queue, it is determined that the second thread is in the idle state.
- the description of the above device embodiment is similar to the description of the above method embodiment, and has similar beneficial effects as the method embodiment.
- the description of the method embodiments of the present disclosure please refer to the description of the method embodiments of the present disclosure for understanding.
- the above image detection and rendering method is realized in the form of software function modules and sold or used as an independent product, it can also be stored in a computer-readable storage medium.
- the computer software products are stored in a storage medium, and include several instructions to make An electronic device (which may be a smart phone with a camera, a tablet computer, etc.) executes all or part of the methods described in various embodiments of the present disclosure.
- the aforementioned storage medium includes: various media that can store program codes such as U disk, mobile hard disk, read-only memory (Read Only Memory, ROM), magnetic disk or optical disk.
- embodiments of the present disclosure are not limited to any specific combination of hardware and software.
- an embodiment of the present disclosure provides a computer-readable storage medium on which a computer program is stored, and when the computer program is executed by a processor, the steps in the image detection and rendering method described in any of the above-mentioned embodiments are implemented.
- a chip is also provided, and the chip includes at least one of the following: a programmable logic circuit; program instructions, which are used to implement any of the above-mentioned embodiments when the chip is running. The steps in the image detection and rendering method are described.
- an embodiment of the present disclosure also provides a computer program product, which is used to implement the image detection and rendering method described in any of the above embodiments when the computer program product is executed by the processor of the electronic device. A step of.
- FIG. 9 is a schematic diagram of hardware entities of an electronic device provided by an embodiment of the present disclosure.
- a program when the processor 920 executes the program, implements the steps in any one of the image detection and rendering methods in the embodiments of the present disclosure.
- the memory 910 is configured to store instructions and applications executable by the processor 920, and can also cache data to be processed or processed by the processor 920 and various modules in the electronic device (for example, image data, audio data, voice communication data and video data) Communication data), which can be realized by flash memory (FLASH) or random access memory (Random Access Memory, RAM).
- FLASH flash memory
- RAM Random Access Memory
- the processor 920 executes the program, the steps of any one of the above-mentioned image detection and rendering methods are realized.
- the processor 920 generally controls the overall operations of the electronic device 900 .
- the above-mentioned processor can be an application specific integrated circuit (Application Specific Integrated Circuit, ASIC), a digital signal processor (Digital Signal Processor, DSP), a digital signal processing device (Digital Signal Processing Device, DSPD), a programmable logic device (Programmable Logic At least one of Device, PLD), Field Programmable Gate Array (Field Programmable Gate Array, FPGA), Central Processing Unit (Central Processing Unit, CPU), controller, microcontroller, microprocessor. Understandably, the electronic device that implements the above processor function may also be other, which is not specifically limited in this embodiment of the present disclosure.
- the above-mentioned computer storage medium/memory can be read-only memory (Read Only Memory, ROM), programmable read-only memory (Programmable Read-Only Memory, PROM), erasable programmable read-only memory (Erasable Programmable Read-Only Memory, EPROM), Electrically Erasable Programmable Read-Only Memory (Electrically Erasable Programmable Read-Only Memory, EEPROM), Magnetic Random Access Memory (Ferromagnetic Random Access Memory, FRAM), Flash Memory (Flash Memory), Magnetic Surface Memory, CD-ROM, or CD-ROM (Compact Disc Read-Only Memory, CD-ROM) and other memories; it can also be various electronic devices including one or any combination of the above-mentioned memories, such as mobile phones, computers, tablet devices, personal digital assistants wait.
- the disclosed devices and methods may be implemented in other ways.
- the device embodiments described above are schematic.
- the division of the units is a logical function division.
- the coupling, or direct coupling, or communication connection between the components shown or discussed may be through some interfaces, and the indirect coupling or communication connection of devices or units may be electrical, mechanical or other forms of.
- the units described above as separate components may or may not be physically separated, and the components displayed as units may or may not be physical units; they may be located in one place or distributed to multiple network units; Part or all of the units can be selected according to actual needs to achieve the purpose of the solutions of the embodiments of the present disclosure.
- each functional unit in each embodiment of the present disclosure may be integrated into one processing unit, or each unit may be used as a single unit, or two or more units may be integrated into one unit; the above-mentioned integration
- the unit can be realized in the form of hardware or in the form of hardware plus software functional unit.
- the above-mentioned integrated units of the present disclosure are realized in the form of software function modules and sold or used as independent products, they may also be stored in a computer-readable storage medium.
- the computer software products are stored in a storage medium, and include several instructions to make The equipment automatic test line executes all or part of the methods described in various embodiments of the present disclosure.
- the aforementioned storage medium includes various media capable of storing program codes such as removable storage devices, ROMs, magnetic disks or optical disks.
- the products applying the disclosed technical solution have clearly notified the personal information processing rules and obtained the individual's independent consent before processing personal information.
- the disclosed technical solution involves sensitive personal information the products applying the disclosed technical solution have obtained individual consent before processing sensitive personal information, and at the same time meet the requirement of "express consent". For example, at a personal information collection device such as a camera, a clear and prominent sign is set up to inform that it has entered the scope of personal information collection, and personal information will be collected.
- the personal information processing rules may include Information processor, purpose of personal information processing, processing method, type of personal information processed and other information.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- Quality & Reliability (AREA)
- Computer Vision & Pattern Recognition (AREA)
- Processing Or Creating Images (AREA)
Abstract
Description
Claims (13)
- 一种图像检测与渲染方法,包括以下步骤:通过第一线程从图像序列中获取待检测帧图像;通过第二线程对所述待检测帧图像执行图像检测任务;其中,所述图像检测任务用于获得所述待检测帧图像的检测结果;通过所述第一线程从经过所述第二线程执行图像检测任务后的图像中确定待渲染帧图像,对所述待渲染帧图像执行图像渲染任务;其中,所述图像渲染任务用于基于所述待渲染帧图像的检测结果,对所述待渲染帧图像进行渲染,得到所述待渲染帧图像的特效画面。
- 如权利要求1所述的方法,其中,按照所述图像序列中图像的先后顺序,在针对所述图像序列中当前帧图像执行完所述步骤后,再按照所述步骤执行下一帧图像;其中,所述待检测帧图像和待渲染帧图像均为所述当前帧图像。
- 如权利要求1所述的方法,其中,所述通过第二线程对所述待检测帧图像执行图像检测任务,包括:在所述第一线程从所述图像序列中获取当前帧图像作为所述待检测帧图像的过程中,通过所述第二线程对所述当前帧图像的前一帧图像执行所述图像检测任务;所述通过所述第一线程从经过所述第二线程执行图像检测任务后的图像中确定待渲染帧图像,对所述待渲染帧图像执行图像渲染任务,包括:在所述第二线程对所述当前帧图像执行所述图像检测任务的过程中,通过所述第一线程将经过所述图像检测任务后的前一帧图像作为所述待渲染帧图像,对所述待渲染帧图像执行所述图像渲染任务。
- 如权利要求1所述的方法,其中,所述通过第一线程从图像序列中获取待检测帧图像,包括:通过所述第一线程从所述图像序列中获取所述待检测帧图像放入图像检测队列中;其中,所述图像检测队列用于缓存所述待检测帧图像;所述通过第二线程对所述待检测帧图像执行图像检测任务,包括:通过所述第二线程对从所述图像检测队列中获取的第一图像执行所述图像检测任务;所述第一图像为所述图像检测队列中的首帧图像;所述通过所述第一线程从经过所述第二线程执行图像检测任务后的图像中确定待渲染帧图像,对所述待渲染帧图像执行图像渲染任务,包括:通过所述第一线程从图像渲染队列中获取第二图像作为所述待渲染帧图像,对所述待渲染帧图像执行所述图像渲染任务;所述图像渲染队列用于缓存已执行完所述图像检测任务的图像,所述图像渲染队列中的第二图像为完成所述图像检测任务的所述第一图像或所述第一图像的前一帧图像。
- 如权利要求4所述的方法,其中,所述图像检测队列与所述图像渲染队列为同一任务队列,且在同一时刻所述任务队列中保存有以下至少之一的图像:至多一帧所述待检测帧图像;至多一帧所述已执行完所述图像检测任务的图像。
- 如权利要求4所述的方法,其中,所述方法还包括:在所述图像检测队列中不存在所述待检测帧图像且所述第一线程为空闲状态的情况下,通过所述第一线程从所述图像序列获取一帧图像作为新的所述待检测帧图像传输至所述图像检测队列中。
- 如权利要求6所述的方法,其中,所述方法还包括:在所述第一线程完成对所述待渲染帧图像的渲染之后,确定所述第一线程为空闲状态;或者,在所述第二线程对所述第一线程首次从所述图像序列中获取的图像进行图像检测的过程中,确定所述第一线程为空闲状态。
- 如权利要求4至7任一项所述的方法,其中,所述通过所述第二线程对从所述图像检测队列中获取的第一图像执行图像检测任务,包括:在确定所述第二线程处于空闲状态的情况下,通过所述第一线程获取所述图像检测队列中首帧图像作为所述第一图像并发送给所述第二线程;通过所述第二线程对所述第一图像进行图像检测,得到所述第一图像的检测结果。
- 如权利要求8所述的方法,其中,所述方法还包括:在所述第二线程完成对所述第一图像的所述图像检测任务并将所述第一图像传输到所述图像渲染队列的情况下,确定所述第二线程处于所述空闲状态;或者,在所述第一线程将首次从所述图像序列中获取的图像作为所述待检测帧图像传输至所述图像检测队列的情况下,确定所述第二线程处于所述空闲状态。
- 一种图像检测与渲染装置,所述装置包括第一获取模块、第一执行模块和第二执行模块,其中:所述第一获取模块,配置为通过第一线程从图像序列中获取待检测帧图像;所述第一执行模块,配置为通过第二线程对所述待检测帧图像执行图像检测任务;其中,所述图像检测任务用于获得所述待检测帧图像的检测结果;所述第二执行模块,配置为通过所述第一线程从经过所述第二线程执行图像检测任务后的图像中确定待渲染帧图像,对所述待渲染帧图像执行图像渲染任务;其中,所述图像渲染任务用于基于所述待渲染帧图像的检测结果,对所述待渲染帧图像进行渲染,得到所述待渲染帧图像的特效画面。
- 一种电子设备,包括存储器和处理器,所述存储器存储有可在处理器上运行的计算机程序,所述处理器执行所述程序时实现权利要求1至9任一项所述方法中的步骤。
- 一种计算机可读存储介质,其上存储有计算机程序,该计算机程序被处理器执行时实现权利要求1至9中任一项所述方法中的步骤。
- 一种计算机程序产品,包括存储了程序代码的计算机可读存储介质,所述程序代码包括的指令被计算机设备的处理器运行时,实现权利要求1至9中任一项所述方法中的步骤。
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| CN202111063569.9 | 2021-09-10 | ||
| CN202111063569.9A CN113506298A (zh) | 2021-09-10 | 2021-09-10 | 图像检测与渲染方法及装置、设备、存储介质 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2023036133A1 true WO2023036133A1 (zh) | 2023-03-16 |
Family
ID=78016760
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/CN2022/117294 Ceased WO2023036133A1 (zh) | 2021-09-10 | 2022-09-06 | 图像检测与渲染方法及装置、设备、存储介质及计算机程序产品 |
Country Status (2)
| Country | Link |
|---|---|
| CN (1) | CN113506298A (zh) |
| WO (1) | WO2023036133A1 (zh) |
Families Citing this family (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN113506298A (zh) * | 2021-09-10 | 2021-10-15 | 北京市商汤科技开发有限公司 | 图像检测与渲染方法及装置、设备、存储介质 |
| CN114237739B (zh) * | 2021-12-08 | 2024-02-02 | 广州讯飞易听说网络科技有限公司 | 应用程序的图像加载方法、计算机设备及存储介质 |
| CN116459511A (zh) * | 2022-01-11 | 2023-07-21 | 华为技术有限公司 | 特效优化方法、装置、存储介质及程序产品 |
| CN115018970B (zh) * | 2022-03-09 | 2025-08-12 | 奥比中光科技集团股份有限公司 | 一种图像渲染方法、装置、设备及计算机可读存储介质 |
Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN103399729A (zh) * | 2013-06-28 | 2013-11-20 | 广州市动景计算机科技有限公司 | 一种HTML5 Canvas应用处理方法、装置及处理器 |
| CN107993183A (zh) * | 2017-11-24 | 2018-05-04 | 暴风集团股份有限公司 | 图像处理装置、方法、终端和服务器 |
| US20180307454A1 (en) * | 2017-04-19 | 2018-10-25 | International Business Machines Corporation | Automatic real-time configuration of a multi-head display system |
| CN112887510A (zh) * | 2021-01-19 | 2021-06-01 | 三一重工股份有限公司 | 基于视频检测的视频播放方法及系统 |
| CN113506298A (zh) * | 2021-09-10 | 2021-10-15 | 北京市商汤科技开发有限公司 | 图像检测与渲染方法及装置、设备、存储介质 |
Family Cites Families (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN105389159A (zh) * | 2014-09-03 | 2016-03-09 | 优视科技有限公司 | 图片渲染方法、装置和移动终端 |
| CN107203960B (zh) * | 2016-06-30 | 2021-03-09 | 北京新媒传信科技有限公司 | 图像渲染方法及装置 |
| US10957020B2 (en) * | 2017-12-04 | 2021-03-23 | Nvidia Corporation | Systems and methods for frame time smoothing based on modified animation advancement and use of post render queues |
| CN110443880B (zh) * | 2019-08-08 | 2023-05-16 | Oppo广东移动通信有限公司 | 图像渲染方法、装置、存储介质及电子设备 |
| CN113347488B (zh) * | 2021-08-04 | 2021-11-19 | 腾讯科技(深圳)有限公司 | 视频渲染方法、装置、设备及存储介质 |
-
2021
- 2021-09-10 CN CN202111063569.9A patent/CN113506298A/zh active Pending
-
2022
- 2022-09-06 WO PCT/CN2022/117294 patent/WO2023036133A1/zh not_active Ceased
Patent Citations (5)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN103399729A (zh) * | 2013-06-28 | 2013-11-20 | 广州市动景计算机科技有限公司 | 一种HTML5 Canvas应用处理方法、装置及处理器 |
| US20180307454A1 (en) * | 2017-04-19 | 2018-10-25 | International Business Machines Corporation | Automatic real-time configuration of a multi-head display system |
| CN107993183A (zh) * | 2017-11-24 | 2018-05-04 | 暴风集团股份有限公司 | 图像处理装置、方法、终端和服务器 |
| CN112887510A (zh) * | 2021-01-19 | 2021-06-01 | 三一重工股份有限公司 | 基于视频检测的视频播放方法及系统 |
| CN113506298A (zh) * | 2021-09-10 | 2021-10-15 | 北京市商汤科技开发有限公司 | 图像检测与渲染方法及装置、设备、存储介质 |
Also Published As
| Publication number | Publication date |
|---|---|
| CN113506298A (zh) | 2021-10-15 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| CN113453040B (zh) | 短视频的生成方法、装置、相关设备及介质 | |
| WO2021031850A1 (zh) | 图像处理的方法、装置、电子设备及存储介质 | |
| US20250088732A1 (en) | Method for capturing image in video recording and electronic device | |
| CN111881862B (zh) | 手势识别方法及相关装置 | |
| CN113506298A (zh) | 图像检测与渲染方法及装置、设备、存储介质 | |
| WO2021254502A1 (zh) | 目标对象显示方法、装置及电子设备 | |
| CN113961278B (zh) | 一种页面显示方法及相关设备 | |
| CN118555444B (zh) | 视频生成方法及电子设备 | |
| WO2019128568A1 (zh) | 内容推送方法、装置及设备 | |
| WO2014187108A1 (zh) | 服务器、客户端及视频处理方法 | |
| CN116916151B (zh) | 拍摄方法、电子设备和存储介质 | |
| US12292835B2 (en) | Photographing method and related apparatus | |
| WO2024179101A9 (zh) | 一种拍摄方法 | |
| CN108965981A (zh) | 视频播放方法、装置、存储介质及电子设备 | |
| WO2024179100A1 (zh) | 一种拍摄方法 | |
| CN108513069A (zh) | 图像处理方法、装置、存储介质及电子设备 | |
| CN110392306A (zh) | 一种数据处理方法以及设备 | |
| CN115811638A (zh) | 一种信息展示方法、装置、设备及存储介质 | |
| CN108259767A (zh) | 图像处理方法、装置、存储介质及电子设备 | |
| CN115601842B (zh) | 一种自动抓拍的方法、电子设备及存储介质 | |
| CN117156293B (zh) | 拍照方法和相关装置 | |
| CN114926351B (zh) | 图像处理方法、电子设备以及计算机存储介质 | |
| CN118555470A (zh) | 一种拍照方法及电子设备 | |
| CN118555467A (zh) | 一种拍照方法及电子设备 | |
| CN108495038B (zh) | 图像处理方法、装置、存储介质及电子设备 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 22866596 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 22866596 Country of ref document: EP Kind code of ref document: A1 |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 22866596 Country of ref document: EP Kind code of ref document: A1 |
|
| 32PN | Ep: public notification in the ep bulletin as address of the adressee cannot be established |
Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 23-09-2024) |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 22866596 Country of ref document: EP Kind code of ref document: A1 |