pyaesthetics.utilsΒΆ
This modules contains different utilities that are used across different modules in pyaesthetics.
Created on Fri Aug 2 10:51:17 2024 Last Edited on Wed Sep 11 18:53:30 2024
@author: Giulio Gabrieli (gack94@gmail.com)
Functions
Calculate the gradient of an image using the Sobel operator. |
|
Find the child nodes in an 8x8 matrix given a parent node index in a 4x4 matrix. |
|
Find all neighboring cells for a given cell index in an NxN matrix. |
|
Find the parent node in a 4x4 matrix given an index in an 8x8 matrix. |
|
This function runs a complete test to verify the integroty |
|
this function converts a sRGB img to linear RGB values. |
|
This function converts a dictionary of results into a pandas DataFrame, where keys become column headers and values are the corresponding row data. |
|
This function uses pytesseract to get information about the presence of text in an image. |