In[]

✅ Works in Interactive Notebook

Category: Logic.

Iterate over all images in a folder or frames in a video.

Syntax

In["./folder/"]
    ...

Arguments

Examples

The following example loads a folder of images, searches for images related to a plane, and displays the images ordered by relevance in descending order.

In["./folder/"]
    Load[]

Search["plane"]
Compare[]

See Also

Made with ❤️ by capjamesg