2D

Description

The OpenCV CUDA module is a set of classes and functions to utilize CUDA computational capabilities. It is implemented using NVIDIA* CUDA* Runtime API and supports only NVIDIA GPUs. The OpenCV CUDA module includes utility functions, low-level vision primitives, and high-level algorithms. The utility functions and low-level primitives provide a powerful infrastructure for developing fast vision algorithms taking advantage of CUDA whereas the high-level functionality includes some state-of-the-art algorithms (such as stereo correspondence, face and people detectors, and others) ready to be used by the application developers.

The CUDA module is designed as a host-level API. This means that if you have pre-compiled OpenCV CUDA binaries, you are not required to have the CUDA Toolkit installed or write any extra code to make use of the CUDA.

has function
OpenCV Logo
Description

The module provides biological visual systems models (human visual system and others). It also provides derivated objects that take advantage of those bio-inspired models.

OpenCV Logo
Description

The wound healing tool measures the area of a wound in a time series of images of cellular tissue. The tool will measure the area of the wound, i.e. the area that does not contain tissue, in each image. The segmentation is based on the fact that the image is more homogeneous in the region of the wound as in the region of the tissue. Via the options, one of two methods to detect the empty area, can be selected. The first uses edge detection, the second a variance filter. Holes in the detected tissue are filled using morphological operations.

Measure area of the wound