Ask Your Question

ArkadiuszRaj's profile - activity

2018-03-21 13:13:12 -0600 received badge  Student (source)
2018-03-21 07:38:54 -0600 asked a question ARM/NEON version and usage of floating point Mat

ARM/NEON version and usage of floating point Mat Hi, To satisfy different computations, like averaging of image from ca

2017-12-18 05:25:42 -0600 commented answer VideoCapture interface

That way having VideoCapture is questionable at all. What if camera manufacturer does not provide API? For plenty of th

2017-12-18 05:24:45 -0600 commented answer VideoCapture interface

That way having VideoCapture is questionable at all. What if camera manufacturer does not provide API? For plenty of th

2017-12-18 05:23:56 -0600 commented answer VideoCapture interface

That way having VideoCapture is quastionable at all. What if camera manufacturer does not provide API? For plenty of th

2017-12-17 14:15:38 -0600 edited question VideoCapture interface

VideoCapture interface There are on market USB3vision cameras that do not like frequent start / stop operation. Unfortu

2017-12-17 14:12:16 -0600 answered a question Object tracking using OpenCV ..I am not able to understand some part of code

Usually mask is used to limit area of image for some operation. Like copying fragment of original image, or applying som

2017-12-17 13:56:54 -0600 received badge  Editor (source)
2017-12-17 13:56:54 -0600 edited question VideoCapture interface

VideoCapture interface There are on market USB3vision cameras that do not like frequent start / stop operation. Unfortu

2017-12-17 13:55:08 -0600 asked a question VideoCapture interface

VideoCapture interface There are on market USB3vision cameras that do not like frequent start / stop operation. Unfortu

2016-11-22 02:22:05 -0600 asked a question DEB package creation

Having repository cloned, compiled and installed on local computer, how do I create Debian packages? I am using now:

make package

But this command creates only compressed ones (STGZ, TGZ, TZ). However in Cmake config files I see preparation for CPack with DEB generator. How to invoke it?