Publisher | Crimson Rat Studio |
---|---|
File size | 4.11MB |
Number of files | 60 |
Latest version | 2 |
Latest release date | 2020-02-26 07:08:19 |
First release date | 2017-06-22 11:37:21 |
Supported Unity versions | 2018.4.2 or higher |
Image recognition and Texture2D processing library created to enhance cross-platform image processing experience. The package should be compatible with any Unity version containing Texture2D class.
The library contains following capabilities:
-Feature detection (detecting blobs and recognizing simple geometrical objects).
-Edge detection techniques like Canny, Sobel, Kirsch and Prewitt.
-Advanced Gaussian filters (recursive Gaussian filter and Gaussian filter with threading).
Apart from that, it also contains a range of texture processing algorithms like:
-grayscale conversion,
-sepia, negative filters,
-binarization algorithms (including Bradlay local tresholding and Otsu's method)
-contrast correction, sharpen, sigma blur
-color swapping and updating alpha values
-manual channel modifiers
Furthermore, it contains methods to enhance creation and usage of self-made kernels (Convolutions filters).