PreviousUpNext

14.4.6  Computer_Vision

The Computer_Vision api defines access to functionality implemented by the Intel OpenCV computer vision library. This is currently a nonfunctional work in progress.

The Computer_Vision api is implemented by the computer_vision package.

The Computer_Vision api source code is in src/lib/std/src/computer-vision.api.

The above information is manually maintained and may contain errors.

api {    Image ;
    Random_Number_Generator ;
    load_image : String -> Image;
    make_random_number_generator : Int -> Random_Number_Generator;
    random_int : Random_Number_Generator -> Int;
    random_float : Random_Number_Generator -> Float;
};


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext