EduConnect / docs /utils /ec_image_utils_class.puml
dtyago's picture
Plant UML docs
a30f2aa
raw
history blame contribute delete
381 Bytes
@startuml ec_image_utiils
class ImageUtils {
{static} load_image(filename : string) : image
{static} normalize(img : image) : image
{static} detect_faces_with_mtcnn(img : image) : List[boundingBox]
{static} crop_faces_to_160x160(img : image, bounding_boxes : List[boundingBox]) : imageArray
{static} get_user_cropped_image_from_photo(filename : string) : image
}
@enduml