CVBpy 14.0
cvb.shapefinder2 Namespace Reference

Common Vision Blox ShapeFinder module for Python. More...

Classes

class  Classifier
 ShapeFinder2 classifier object. More...
 
class  ClassifierFactory
 Classifier factory holds methods for generating ShapeFinder classifier factory. More...
 
class  ContrastMode
 Defines the contrast features. More...
 
class  CudaStatus
 ShapeFinder2 CUDA status enum. More...
 
class  GradientType
 Defines the gradient used for feature extraction. More...
 
class  PrecisionMode
 Defines the precision over accuracy for ShapeFinder type searches. More...
 
class  SearchResult
 Search result as returned by ShapeFinder. More...
 

Functions

cvb.Image edge (cvb.ImagePlane plane)
 Apply the ShapeFinder2 Edge filter to the input image plane. More...
 
cvb.Image pyramid (cvb.Image image)
 The image to be filtered. More...
 

Detailed Description

Common Vision Blox ShapeFinder module for Python.

Online Manual

Common Vision Blox-Tool ShapeFinder

Function Documentation

◆ edge()

cvb.Image edge ( cvb.ImagePlane  plane)

Apply the ShapeFinder2 Edge filter to the input image plane.

Parameters

plane : cvb.ImagePlane The image plane to be filtered.

Returns

cvb.Image The filtered image.

◆ pyramid()

cvb.Image pyramid ( cvb.Image  image)

The image to be filtered.

Parameters

image : cvb.Image The image plane to be filtered.

Returns

cvb.Image The filtered image.