Skip to content

PierreFritsch/OpenCV-Python-C-Module-for-Image-Processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCV: Python C++ Module for Image Processing (Code Sample / Boilerplate / Getting Started / Hello World)

This repository contains a code sample for processing an OpenCV image from Python 3 in C++. For the sake of simplicity, the image transformation is a mirror operation. It involves creating a Python hello_world module that contains the C++ code, and converting the image from a NumPy array to a Mat object and back.

To build and run (tested on macOS High Sierra):

python3 setup.py install && python3 cam.py

Credits:

About

How to process an OpenCV Image from Python (NumPy array) in C++ (Mat)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published