CtrlK
BlogDocsLog inGet started
Tessl Logo

tessl/pypi-imutils

A series of convenience functions to make basic image processing functions such as translation, rotation, resizing, skeletonization, displaying Matplotlib images, sorting contours, detecting edges, and much more easier with OpenCV and both Python 2.7 and Python 3.

91

1.33x
Overview
Eval results
Files

task.mdevals/scenario-7/

OpenCV Function Explorer

A utility that helps developers search and discover OpenCV API functions by keyword. The tool should enable easy exploration of the OpenCV API without needing to manually browse documentation.

Capabilities

Search for OpenCV functions

  • Searches for OpenCV functions matching "blur" and returns matching function names @test
  • Searches for OpenCV functions matching "canny" using case-insensitive matching @test
  • Returns results when searching for functions matching "threshold" @test

Implementation

@generates

API

def find_opencv_functions(keyword: str) -> list:
    """
    Search for OpenCV functions matching the given keyword.

    Args:
        keyword: The keyword pattern to search for in OpenCV function names

    Returns:
        A list of matching function names from the OpenCV library
    """
    pass

Dependencies { .dependencies }

imutils { .dependency }

Provides utilities for searching OpenCV functions.

OpenCV (cv2) { .dependency }

Core OpenCV library for computer vision operations.

Install with Tessl CLI

npx tessl i tessl/pypi-imutils

tile.json