Description
Process the image -color mapping, image contour recognition, mosaic, frosted glass, oil painting, sketch, relief, lens, blur, face detection, cat face detection, license plate detection, etc.
Please note:
In UE5, you need to add plugin content in Additional Asset Directories to Cook in the project settings. Otherwise, it will crash when used after packaging. And when loading pictures, try to use PNG pictures, JPG still has problems that have not been solved.
Including some common functions (get all the file names in the path, load and save the picture file, crop the picture, superimpose the picture, reset the picture size, etc.)
FunctionP==>>The input image can be the disk path where the image is located.
FunctionTMS==>>The input image can be the FTAndM structure returned by other functions. (Mainly used to accept Mat).
Technical Details
Change log : (2023/06)
Support 5.2 version
5.1-5.2:
Added RenderTargetToTexture2D function.
Add MediaTextureToTexture2D function.
Note that if the conversion is performed every frame or some calculation-intensive functions will cause stuttering.
Code Modules:
Number of C++ Classes: 2
Network Replicated: No
Supported Development Platforms: (“Windows”)
Supported Target Build Platforms: (“Win64”, “Win32”)
Doc: Link
Example: Link
Supported Engine Versions
4.26 – 4.27, 5.0 – 5.3