Self-adaptive image toning method and system, storage medium and electronic equipment
A color grading system and adaptive technology, applied in the field of image processing, can solve the problems of the overall warm tone of the image, the difficulty of convergence, and the redundancy of degrees of freedom.
- Summary
- Abstract
- Description
- Claims
- Application Information
AI Technical Summary
Problems solved by technology
Method used
Image
Examples
Embodiment 1
[0068] Example 1, use opencv-python to read the source image and the target image into the image preprocessing, and convert the multidimensional array data structure ndarray used for mathematical operations in numpy to torch.tensor through the torch.from_numpy() method, where torch .tensor is a tensor data structure used for mathematical operations in torch. It is similar to the ndarray mentioned above, but tensor can build calculation graphs and is mostly used for transmission in neural networks. And through the tensor.transpose() method, the HWC format is converted to the CHW format in the order of channel 2, 0, and 1 rearrangement, and then the batch dimension is added. Here it should be understood as: the original tensor dimension is C×H×W , add the batch dimension to the front position, and it becomes N×C×H×W. In the Pytorch deep learning framework, the tensor input to the network must have a batch dimension. This operation is to adapt to it and prepare for the input netw...
PUM
Abstract
Description
Claims
Application Information
- R&D Engineer
- R&D Manager
- IP Professional
- Industry Leading Data Capabilities
- Powerful AI technology
- Patent DNA Extraction
Browse by: Latest US Patents, China's latest patents, Technical Efficacy Thesaurus, Application Domain, Technology Topic, Popular Technical Reports.
© 2024 PatSnap. All rights reserved.Legal|Privacy policy|Modern Slavery Act Transparency Statement|Sitemap|About US| Contact US: help@patsnap.com