3 Commits

Author SHA1 Message Date
deadprogram
1cedd9c417 feature: can use build tags to be able to have a reduced size OpenCV build that only contains specific modules
Signed-off-by: deadprogram <ron@hybridgroup.com>
2025-07-06 17:11:11 +02:00
deadprogram
bd83700f33 feature: return error from calls to OpenCV functions. The error shows the OpenCV exception description
from the exception caught.

Signed-off-by: deadprogram <ron@hybridgroup.com>
2025-03-18 11:04:10 -03:00
derktam
453df7cb3b add functions (singular value decomposition, multiply between matrices, transpose matrix) (#559)
* core: add the following:
   cv::SVD::compute()
   Mat.MultiplyMatrix(): Multiply between matrices 
   Mat.T(): transpose matrix
2019-12-23 09:14:06 +01:00