Spaces:
Sleeping
Sleeping
File size: 381 Bytes
a30f2aa |
1 2 3 4 5 6 7 8 9 10 |
@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
|