Created on 26 March 2021
icon_unfollowing
Login to follow
opencv-library-wrapper

OpenCV Library Wrapper

Version 1.0.5 (Compatible with OutSystems 11)
Uploaded on 28 March 2021 by 
opencv-library-wrapper

OpenCV Library Wrapper

Details
OpenCV (Open Source Computer Vision Library) Wrapper
Read more

OpenCV (Open Source Computer Vision Library) is an open source computer vision and machine learning software library. OpenCV was built to provide a common infrastructure for computer vision applications and to accelerate the use of machine perception in the commercial products. Being a BSD-licensed product, OpenCV makes it easy for businesses to utilize and modify the code. (https://opencv.org/about/).



OpenCV Library Wrapper is based on EmguCV as .Net wrapper for OpenCV Library. More about EmguCV (https://www.emgu.com/wiki/index.php/Main_Page)


Feature :

- Convert Image Binary to Mat using cv2_Imread()

- Convert Mat to Image Binary using cv2_Imshow()

- Convert Mat BGR to RGB or GRAYSCALE using cv2_cvtColor(Mat, COLOR_FLAG)

   COLOR_FLAG :

                - CV2_COLOR_BGR2GRAY

                - CV2_COLOR_BGR2RGB

- Crop image using cv2_Crop(Mat, Size(w,h))

- Resize image using cv2_Resize(Mat, Rectangle(x,y,w,h))

- Rotate Image using cv2_Rotate(Mat, angel)

- Image addition using cv2_Add(Mat_1, Mat_2)

- Image addition weighted using cv2_AddWeighted(Mat_1, Mat_2, alpha, beta)

- Image subtraction using cv2_Subtract(Mat_1, Mat_2)



* this library wrapper is under development.

Release notes (1.0.5)

- Rotate Image using cv2_Rotate(Mat, angel)

- Image addition using cv2_Add(Mat_1, Mat_2)

- Image addition weighted using cv2_AddWeighted(Mat_1, Mat_2, alpha, beta)

- Image subtraction using cv2_Subtract(Mat_1, Mat_2)

Reviews (0)
Category
Integrations, AI & Machine learning
Tags
Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
OpenCV Library Wrapper has no dependencies.
Application Objects
OpenCV Library Wrapper has 0 AOs.
Team
Compatible with
Version 11
Database:
All
Asset consumers
No consumers yet.
Weekly downloads