Skip to content

Some python classes, with fluent API, that wraps and extends some of OpenCV v2 classes and functionalities.

License

Notifications You must be signed in to change notification settings

TMS-Namespace/CV2-Wrappers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OpenCV v.2 Python Wrappers

A couple of simple wrapping classes, that utilizes the Fluent API paradigm, and wraps and extend some of CV2 classes and functionalities.

Mainly made for a fast paste implementation and ease of use in another project that targeted object tracking in videos.

Contents

  • CVImage: Contains different functions for cropping, resizing, equalizing, sharpening, etc ... also drawing text and rectangles with alpha channel support.
  • Rectangle: Represents a rectangle with different functionalities such as shifting, rescaling ect...
  • VideoFile & VideoFrame: Represents a video file that one can iterate over its frames.
  • CVHOGFeatures: Extends CV2 HOG features extractor, by adding a missing, but important, functionality, which is over block bin normalization.

About

Some python classes, with fluent API, that wraps and extends some of OpenCV v2 classes and functionalities.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages