forked from WasmEdge/WasmEdge
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Plugin] Added imgproc 9 functions to opencvmini plugin. (WasmEdge#2794)
* Added imgproc's 9 functions. Added BilateralFilter, BoxFilter, MiniDilate, MiniErode, GaussianBlur, MiniLaplacian, MedianBlur, PyrDown, PyrUp Kernel is now added through function. Added WasmEdgeOpenCVMiniEmptyMat Signed-off-by: wck-iipi <21dcs006@nith.ac.in> * Changed Expect in opencvmini_func.h Signed-off-by: wck-iipi <21dcs006@nith.ac.in> * Changed OpenCVMiniEmptyMat in opencvmini_func.cpp Signed-off-by: wck-iipi <21dcs006@nith.ac.in> * Updated tests for opencvmini Signed-off-by: wck-iipi <21dcs006@nith.ac.in> --------- Signed-off-by: wck-iipi <21dcs006@nith.ac.in>
- Loading branch information
Showing
4 changed files
with
220 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters