CN113643229A - Image composition quality evaluation method and device - Google Patents

Image composition quality evaluation method and device Download PDF

Info

Publication number
CN113643229A
CN113643229A CN202110678761.2A CN202110678761A CN113643229A CN 113643229 A CN113643229 A CN 113643229A CN 202110678761 A CN202110678761 A CN 202110678761A CN 113643229 A CN113643229 A CN 113643229A
Authority
CN
China
Prior art keywords
image
score
composition quality
specific target
quality evaluation
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.)
Pending
Application number
CN202110678761.2A
Other languages
Chinese (zh)
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.)
Insta360 Innovation Technology Co Ltd
Original Assignee
Insta360 Innovation 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 Insta360 Innovation Technology Co Ltd filed Critical Insta360 Innovation Technology Co Ltd
Priority to CN202110678761.2A priority Critical patent/CN113643229A/en
Publication of CN113643229A publication Critical patent/CN113643229A/en
Priority to PCT/CN2022/098907 priority patent/WO2022262763A1/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T7/00Image analysis
    • G06T7/0002Inspection of images, e.g. flaw detection
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/20Special algorithmic details
    • G06T2207/20081Training; Learning
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/30Subject of image; Context of image processing
    • G06T2207/30168Image quality inspection

Landscapes

  • Engineering & Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Image Analysis (AREA)

Abstract

The invention provides an image composition quality evaluation method, which comprises the following steps: 101: acquiring a completeness score and a position score of at least one specific target in an image; 102: the composition quality of the image is evaluated based on the integrity score and the location score of the at least one specific target. Compared with the prior art, the method and the device have the advantages that the completeness and the position reasonableness of the specific target in the image are evaluated, the traditional aesthetic evaluation of the bottom layer visual characteristics is solved, the factors such as the completeness and the position reasonableness of the object in the image are not fully considered, and the filtering of the image with poor composition quality in automatic editing is facilitated. In addition, the invention also provides a video composition quality evaluation method and device based on the image composition quality evaluation method, electronic equipment and a computer readable storage medium.

Description

Image composition quality evaluation method and device
Technical Field
The present application relates to the field of image processing technologies, and in particular, to an image composition quality evaluation method, apparatus, electronic device, and computer-readable storage medium.
Background
Image Aesthetic Quality Assessment (Image Aesthetic Quality Assessment) is to simulate human perception and understanding of beauty by a computer, automatically assess the 'Aesthetic feeling' of an Image, and mainly aim at Aesthetic stimulation formed by the effect of a shot or drawn Image on Aesthetic factors such as composition, color, shadow, depth of field, virtual and real. With the increase of cloud computing power and the rise of artificial intelligence research, the evaluation of image quality from an aesthetic point of view by a computer is one of the hot spots of image processing technology.
The traditional image quality evaluation is to automatically evaluate the distortion degree of an image by simulating a human visual system through a computer, mainly aiming at the image quality degradation condition generated in the processes of image acquisition, compression, processing, transmission, display and the like, and generally comprises distortion caused by poor imaging conditions, distortion caused by lossy compression, noise, distortion caused by channel attenuation influence in the image transmission process and the like.
However, when evaluating the image, we need to consider not only the image quality itself, but also the image content (i.e., the aesthetic quality evaluation of the image), such as whether the person of the image is complete, the position is centered, the proportion of the image is appropriate, and the like.
Therefore, it is necessary to provide an image composition quality evaluation method.
Disclosure of Invention
The invention aims to provide an image composition quality evaluation method, an image composition quality evaluation device, electronic equipment and a computer readable storage medium, and aims to overcome the defects of the existing image quality evaluation method.
In a first aspect, an embodiment of the present invention provides an image composition quality evaluation method, including: 101: acquiring a completeness score and a position score of at least one specific target in an image; 102: the composition quality of the image is evaluated based on the integrity score and the location score of the at least one specific target.
In the optimization scheme of this embodiment, the step 101 is: acquiring a completeness score, a position score and a picture proportion score of at least one specific target in an image; the step 102 is: and evaluating the composition quality of the image according to the integrity score, the position score and the picture proportion score of at least one specific target.
In a specific scheme of this embodiment, the integrity score in step 101 is obtained by inputting the image to be detected into a specific target integrity detection model.
Further, the method for constructing the specific target integrity detection model includes: 201: acquiring a plurality of images containing a specific target and a plurality of images not containing the specific target; 202: marking and grading each image according to the integrity of a specific target in the image; 203: and inputting the marked image into a pre-constructed convolutional neural network for training to generate a trained specific target integrity detection model.
Further, in a specific aspect of this embodiment, the step 202 includes: marking the image containing the complete specific target as a first class and setting a first score; labeling images containing a main part of the specific target as a second class and setting a second score; marking the images containing other parts of the specific target as a third class and setting a third score; images that do not contain the particular target are marked as a fourth class and a fourth score is set.
Further, to facilitate the design of the integrity detection model for a specific target, step 203 further includes scaling all images to the same specific size.
Further, in a specific aspect of this embodiment, the position score is associated with a distance from the center position of the specific target to the center position of the image, that is, the position score can be obtained by calculating the distance from the center position of the specific target to the center position of the image.
In a second aspect, an embodiment of the present invention further provides a method for evaluating quality of a video composition, where the method includes: 301: acquiring each video frame of a video to be evaluated; 302: carrying out composition quality evaluation on each video frame according to the image composition quality evaluation method; 303: and evaluating the composition quality of the video according to the composition quality evaluation result of each video frame.
In a third aspect, an embodiment of the present invention further provides an image composition quality evaluation apparatus, including: the acquisition module is used for acquiring the integrity score and the position score of at least one specific target in the image; and the composition quality evaluation module is used for evaluating the composition quality of the image according to the integrity score and the position score of at least one specific target.
In a fourth aspect, the present invention provides an electronic device, comprising: a memory storing a computer program; a processor for executing the computer program to implement the image composition quality evaluation method described above.
In a fifth aspect, the present invention provides a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the above to implement the above-described image composition quality evaluation method.
Compared with the prior art, the method and the device have the advantages that the completeness and the position reasonableness of the specific target in the image are evaluated, the traditional aesthetic evaluation of the bottom layer visual characteristics is solved, the factors such as the completeness and the position reasonableness of the object in the image are not fully considered, and the filtering of the image with poor composition quality in automatic editing is facilitated.
Drawings
Fig. 1 is a flowchart of an image composition quality evaluation method in embodiment 1 of the present invention.
Fig. 2 is a flowchart of constructing a specific target integrity detection model in embodiment 1 of the present invention.
FIG. 3 is a flowchart showing the substeps of step 102 in embodiment 1 of the present invention
Fig. 4 is a flowchart of an image composition quality evaluation method in embodiment 2 of the present invention.
Fig. 5 is a flowchart of a video composition quality evaluation method in embodiment 3 of the present invention.
FIG. 6 is a block diagram showing the construction of an image composition quality evaluating apparatus in embodiment 4 of the present invention.
Fig. 7 is a block diagram of the electronic apparatus in embodiment 5 of the present invention.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more clearly apparent, the present invention is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
In order to explain the technical means of the present invention, the following description will be given by way of specific examples.
Example 1
As shown in fig. 1, the present embodiment discloses an image composition quality evaluation method, which includes the following steps.
101: a completeness score in the image and a location score in the image are obtained for at least one particular target.
The specific target in this embodiment refers to a target for evaluating the composition quality of an image, and may be a type of object (e.g., a bird, a fish, etc.) or a single individual (e.g., a person, a dog, etc.), so if a plurality of objects or persons are included in an image, if the specific targets are different, the integrity score and the position score are also different.
The manner of acquiring the specific target in this embodiment may also be various, for example, when the method is used on a camera or a mobile phone, a user may select one or more specific targets on a related interface, or detect one or more specific targets in an image through a standard detection model.
In this embodiment, the score of the integrity score can be set for the image from four dimensions: the image containing the complete specific target is set with a first score, the image containing the main constituent of the specific target is set with a second score, the image containing the other constituent of the specific target is set with a third score, and the image not containing any portion of the specific target is set with a fourth score, wherein the first score to the fourth score are different.
In this embodiment, the position score is related to the distance from the center position (e.g., geometric center) of the specific target to the center position of the image, and the larger the distance, the lower the score, and the smaller the distance, the higher the score. The location score may be discrete, e.g., a set first score for a center location of a particular target to a center location of the image being less than a first distance, a set second score between the first distance and a second distance, and so on; the location score may also be generated based on a statistical model, for example, using a 2D gaussian model to model the location score density for a particular target, the expression of the 2D gaussian model being as follows:
Figure 519177DEST_PATH_IMAGE001
where n is a dimension, n =2 in this embodiment, μ is a coordinate of a center position of the picture or a position near the center of the picture, and the attenuation rate of the position score can be adjusted by adjusting the covariance matrix Σ. For a human body with a rectangular frame with the position of (x1, y1, x2 and y2), wherein x1 and y1 are coordinates of the upper left corner of the rectangular frame, x2 and y2 are coordinates of the lower right corner of the human body frame, the position score S of the human body frame can be obtained by integrating p (x) of the rectangular frame where the human body is locatedposition
The integrity scoring process in this embodiment will be described below by taking a specific target as an example. The figure integrity score in this embodiment is obtained by inputting the image to be detected into the figure integrity detection model. As shown in fig. 2, the human integrity detection model in this embodiment is constructed as follows.
201: a plurality of images containing the specific object and a plurality of images not containing the specific object are acquired.
Specifically, a plurality of images containing persons and a plurality of images not containing persons are obtained, it should be noted that the persons in the images should satisfy diversity to satisfy the robustness of the model, for example, the persons in the images have enough image characteristics in size, skin color, wearing, position, a plurality of persons, and the like.
202: and labeling and grading each image according to the integrity of the specific target in the image.
In this embodiment, the pictures are divided into four types according to the integrity of the persons in the images, specifically, the images containing the intact persons are marked as a first type and a first score is set; marking the image containing the main part of the person as a second type and setting a second score; marking the images containing other parts of the person as a third type and setting a third score; and marking the image without the person as a fourth class and setting a fourth score, wherein each score can be the same or different. The details are shown in the following table.
Categories Detailed Description Score of
First kind The image has complete human limbs, and the picture has no limb missing or obstruction 10
Second class Sample of a person in an image with intact head and torso but incomplete lower limbs 5
Class III Sample of partially occluded or missing head, torso and the like of person in image -10
Class IV The image does not contain a person 0
It should be noted that the score setting in the table is only a specific scheme in this embodiment, and in this scheme, it is beneficial to screen out images including complete characters, and filter out images not including character images and missing head and trunk of characters, so as to meet the aesthetic choice of people for the composition of characters.
203: and inputting the marked image into a pre-constructed convolutional neural network for training to generate a trained specific target integrity detection model.
In the process of markingBefore the later images are input into the pre-constructed convolutional neural network for training, all the images are preferably scaled to the same specific size to facilitate the design of the human integrity detection model. Specifically, the input image is analyzed by using a deep convolution neural network, and the input image is scaled to 224 size to obtain the image characteristic R224*224Outputting the classification of human body integrity classification, and training the network model parameters by using a gradient descent algorithm until the training completion condition is reached, such as reaching the preset training times or the training accuracy or the loss value reaches the expected number, thereby completing the training of the character integrity detection model. In the training process of the embodiment, the network parameters can be optimized by calculating the cross entropy loss value between the output probability distribution of the deep neural network and the real category.
After the character integrity detection model is constructed, the image to be detected can be input into the model, so that the probability distribution of the character integrity output by the character integrity detection model is obtained, the category with the maximum probability is selected, and the category is converted into the score. Specifically, the image to be detected is scaled to 224 through a bilinear difference scaling algorithm, and then a category probability distribution vector R representing the integrity of the human body in the image is obtained after the image is processed through a deep neural network4Directly using the output of the deep neural network as the prediction probability vector of the picture, selecting the index number with the maximum probability as the category prediction result, and then obtaining the integrity score S of the figurecategory
Likewise, the location score can also be obtained by inputting the image into a correlation model or computer.
102: the composition quality of the image is evaluated based on the integrity score and the location score of the at least one specific target.
As shown in fig. 3, step 102 comprises the following two substeps in this embodiment.
1021: and weighting and summing the integrity score and the position score of each specific target to obtain the composition quality score of the specific target.
The integrity score and position of a person in an image are obtained via step 101And scoring, and then carrying out weighted summation on the integrity score and the position score of the person to obtain the composition quality score of the person. Composition quality score for the ith person SiThe calculation formula of (2) is as follows: si=α*Scategory-i+β*Sposition-iWherein, α and β are weight parameters, α + β =1, α and β can be adjusted according to actual conditions, Scategory-iScoring the integrity of the ith character, Sposition-iThe location of the ith person is scored.
1022: the composition quality of the image is evaluated based on an average score or a weighted score of the composition quality scores of each particular target in the image.
When composition quality evaluation is performed on only one person, only the image composition quality score of the person is calculated; when composition quality evaluation is performed on a plurality of persons, an average score or a weighted score of image composition quality scores of the plurality of persons can be calculated as evaluation basis. In a specific aspect of this embodiment, the image composition quality evaluation scores S of the multiple persons are: s =1/n
Figure 677757DEST_PATH_IMAGE002
It is to be noted that when composition quality evaluations are performed for a plurality of specific targets, the plurality of specific targets may belong to different categories, such as a person and a pet, respectively.
Example 2
As shown in fig. 2, the present embodiment discloses another image composition quality evaluation method.
The integrity score in the image and the location score in the image for a particular target in this embodiment are substantially the same, except that: in this embodiment, in addition to obtaining the integrity score and the position score of the specific target in the image, the picture proportion score S of the specific target in the image is also performedproportion. It should be noted that the picture proportion score is related to a specific target, that is, the specific target is different, and the picture proportion score is different. For example, a humanThe picture proportion of the object in the image is more suitable from 1/6 to 1/3, and the picture proportion score in the case is higher; for another example, birds have a high picture aspect ratio in the images from 1/24 to 1/12, in which case the picture aspect ratio score is high. The specific implementation mode is as follows: and calculating the ratio or difference between the actual picture ratio and the ideal picture ratio of the specific target in the image according to the category and the area of the specific target detected by the detector to generate a picture ratio score.
Similarly, the description will be made with respect to a specific target person, and the composition quality score S for the ith personiThe calculation formula of (2) is as follows: si=α*Scategory-i+β*Sposition-i+γ*Sproportion-iWherein, α, β, γ are weight parameters, α + β + γ =1, α, β, γ can be adjusted according to actual conditions, Scategory-iScoring the integrity of the ith character, Sposition-iScoring the location of the ith person, Sproportion-iAnd scoring the aspect ratio of the ith character.
Example 3
As shown in fig. 3, the present embodiment discloses a video composition quality evaluation method, which includes the following steps.
301: and acquiring each video frame of the video to be evaluated.
Video frames of a video captured by a capture device, including but not limited to a camera, smartphone, etc., are acquired.
302: and carrying out composition quality evaluation on each video frame according to an image composition quality evaluation method.
And carrying out composition quality evaluation on each video frame according to the composition quality evaluation method in the embodiment 1 or the embodiment 2 to obtain a composition quality score of each video frame.
303: and evaluating the composition quality of the video according to the composition quality evaluation result of each video frame.
Through step 302, the composition quality score of each video frame can be obtained, and the composition quality of the video is evaluated according to the average score of the composition quality scores of the video frames.
Example 4
As shown in fig. 4, the present embodiment discloses an image composition quality evaluation apparatus, including: the acquisition module is used for acquiring the integrity score and the position score of at least one specific target in the image; and the composition quality evaluation module is used for evaluating the composition quality of the image according to the integrity score and the position score of at least one specific target. Wherein, the integrity score and the position score can refer to the related description in the embodiment 1. In the optimization scheme of this embodiment, the obtaining module may further be configured to obtain a picture ratio score of the at least one specific target in the image, and the composition quality evaluating module is configured to evaluate the composition quality of the image according to the integrity score, the position score, and the picture ratio score of the at least one specific target.
Example 5
As shown in fig. 5, the present embodiment discloses an electronic device, including: a memory storing a computer program; a processor for executing the computer program to implement the image composition quality evaluation method in embodiment 1 or embodiment 2, or to implement the video composition quality evaluation method in embodiment 3. The electronic device in this embodiment may specifically be a camera or a mobile phone.
Example 6
Provided in this embodiment is a computer-readable storage medium having stored thereon a computer program which, when executed by a processor, implements the image composition quality evaluation method in embodiment 1 or embodiment 2, or implements the video composition quality evaluation method in embodiment 3.
Those skilled in the art will appreciate that all or part of the steps in the methods of the above embodiments may be implemented by a program instructing associated hardware, and the storage medium may be a computer-readable storage medium, such as a ferroelectric Memory (FRAM), a Read Only Memory (ROM), a Programmable Read Only Memory (PROM), an Erasable Programmable Read Only Memory (EPROM), an Electrically Erasable Programmable Read Only Memory (EEPROM), a flash Memory, a magnetic surface Memory, an optical disc, or a Compact disc Read Only Memory (CD-ROM), etc.; or may be various devices including one or any combination of the above memories.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents and improvements made within the spirit and principle of the present invention are intended to be included within the scope of the present invention.

Claims (12)

1. An image composition quality evaluation method, comprising:
101: acquiring a completeness score and a position score of at least one specific target in an image;
102: the composition quality of the image is evaluated based on the integrity score and the location score of the at least one specific target.
2. The image composition quality evaluation method according to claim 1,
the step 101 is as follows: acquiring a completeness score, a position score and a picture proportion score of at least one specific target in an image;
the step 102 is: and evaluating the composition quality of the image according to the integrity score, the position score and the picture proportion score of at least one specific target.
3. The method for evaluating the image composition quality of claim 1, wherein the integrity score in step 101 is obtained by inputting the image to be detected into a specific target integrity detection model.
4. The image composition quality evaluation method according to claim 3, wherein the specific target integrity detection model is constructed as follows:
201: acquiring a plurality of images containing a specific target and a plurality of images not containing the specific target;
202: marking and grading each image according to the integrity of a specific target in the image;
203: and inputting the marked image into a pre-constructed convolutional neural network for training to generate a trained specific target integrity detection model.
5. The image composition quality evaluation method according to claim 4, wherein said step 202 comprises:
marking the image containing the complete specific target as a first class and setting a first score; labeling images containing a main part of the specific target as a second class and setting a second score; marking the images containing other parts of the specific target as a third class and setting a third score; images that do not contain the particular target are marked as a fourth class and a fourth score is set.
6. The image composition quality evaluation method according to claim 4, wherein said step 203 further comprises:
all images are scaled to the same specific size.
7. The image composition quality evaluation method according to claim 1, wherein the position score in step 101 is associated with a distance from a center position of a specific object to a center position of an image.
8. The image composition quality evaluation method according to claim 1, wherein the step 102 specifically comprises:
1021: weighting and summing the integrity score and the position score of each specific target to obtain the composition quality score of the specific target;
1022: the composition quality of the image is evaluated based on an average score or a weighted score of the composition quality scores of each particular target in the image.
9. A video composition quality evaluation method is characterized by comprising the following steps:
301: acquiring each video frame of a video to be evaluated;
302: performing composition quality evaluation on each video frame according to the image composition quality evaluation method of any one of claims 1 to 8;
303: and evaluating the composition quality of the video according to the composition quality evaluation result of each video frame.
10. An image composition quality evaluation apparatus, comprising:
the acquisition module is used for acquiring the integrity score and the position score of at least one specific target in the image;
and the composition quality evaluation module is used for evaluating the composition quality of the image according to the integrity score and the position score of at least one specific target.
11. An electronic device, comprising:
a memory storing a computer program;
a processor for executing the computer program to implement the image composition quality assessment method of any one of claims 1 to 8, or to implement the video composition quality assessment method of claim 9.
12. A computer-readable storage medium, characterized in that a computer program is stored thereon, which when executed by a processor implements the image composition quality evaluation method of any one of claims 1 to 8, or implements the video composition quality evaluation method of claim 9.
CN202110678761.2A 2021-06-18 2021-06-18 Image composition quality evaluation method and device Pending CN113643229A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202110678761.2A CN113643229A (en) 2021-06-18 2021-06-18 Image composition quality evaluation method and device
PCT/CN2022/098907 WO2022262763A1 (en) 2021-06-18 2022-06-15 Image composition quality evaluation method and apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110678761.2A CN113643229A (en) 2021-06-18 2021-06-18 Image composition quality evaluation method and device

Publications (1)

Publication Number Publication Date
CN113643229A true CN113643229A (en) 2021-11-12

Family

ID=78415999

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110678761.2A Pending CN113643229A (en) 2021-06-18 2021-06-18 Image composition quality evaluation method and device

Country Status (2)

Country Link
CN (1) CN113643229A (en)
WO (1) WO2022262763A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114598811A (en) * 2022-01-18 2022-06-07 影石创新科技股份有限公司 Panoramic video view quality evaluation method, electronic device and computer-readable storage medium
WO2022262763A1 (en) * 2021-06-18 2022-12-22 影石创新科技股份有限公司 Image composition quality evaluation method and apparatus

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108986075A (en) * 2018-06-13 2018-12-11 浙江大华技术股份有限公司 A kind of judgment method and device of preferred image
CN110519509A (en) * 2019-08-01 2019-11-29 幻想动力(上海)文化传播有限公司 Composition evaluation method, method for imaging, device, electronic equipment, storage medium
CA3151157A1 (en) * 2019-09-16 2021-03-25 Stuart Saunders System, method, apparatus, and computer program product for utilizing machine learning to process an image of a mobile device to determine a mobile device integrity status
CN110765913A (en) * 2019-10-15 2020-02-07 浙江大华技术股份有限公司 Human body target optimization method and device based on multiple evaluation indexes and storage medium
CN111199186A (en) * 2019-12-03 2020-05-26 恒大智慧科技有限公司 Image quality scoring model training method, device, equipment and storage medium
CN112750104B (en) * 2020-12-29 2023-01-17 广东鉴面智能科技有限公司 Method and device for automatically matching optimal camera by monitoring ship through multiple cameras
CN113643229A (en) * 2021-06-18 2021-11-12 影石创新科技股份有限公司 Image composition quality evaluation method and device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2022262763A1 (en) * 2021-06-18 2022-12-22 影石创新科技股份有限公司 Image composition quality evaluation method and apparatus
CN114598811A (en) * 2022-01-18 2022-06-07 影石创新科技股份有限公司 Panoramic video view quality evaluation method, electronic device and computer-readable storage medium

Also Published As

Publication number Publication date
WO2022262763A1 (en) 2022-12-22

Similar Documents

Publication Publication Date Title
WO2022262763A1 (en) Image composition quality evaluation method and apparatus
CN110490252B (en) Indoor people number detection method and system based on deep learning
CN108399362A (en) A kind of rapid pedestrian detection method and device
CN109784148A (en) Biopsy method and device
CN109376637A (en) Passenger number statistical system based on video monitoring image processing
CN109685713B (en) Cosmetic simulation control method, device, computer equipment and storage medium
CN110516716A (en) Non-reference picture quality appraisement method based on multiple-limb similarity network
CN109559362B (en) Image subject face replacing method and device
CN110136162B (en) Unmanned aerial vehicle visual angle remote sensing target tracking method and device
CN110263768A (en) A kind of face identification method based on depth residual error network
CN108470178B (en) Depth map significance detection method combined with depth credibility evaluation factor
CN110520865A (en) The method, apparatus and electronic equipment of recognition of face
CN108664839A (en) A kind of image processing method and equipment
CN109788275A (en) Naturality, structure and binocular asymmetry are without reference stereo image quality evaluation method
CN110147833A (en) Facial image processing method, apparatus, system and readable storage medium storing program for executing
US20210256656A1 (en) Automatic image cropping based on ensembles of regions of interest
CN114049434A (en) 3D modeling method and system based on full convolution neural network
CN110766650A (en) Biological detection early warning method, system, device, computer equipment and storage medium
CN111652817B (en) Underwater image sharpening method based on human eye visual perception mechanism
CN104680494B (en) Based on artificial plus mist best mist figure restored method
CN113436735A (en) Body weight index prediction method, device and storage medium based on face structure measurement
CN111222448B (en) Image conversion method and related product
CN110969113B (en) Auxiliary judging system and method for float state
CN114067187A (en) Infrared polarization visible light face translation method based on countermeasure generation network
CN111783720A (en) Cattle rumination behavior detection method based on gun-ball linkage

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication