Ask Your Question

Rafutek's profile - activity

2019-08-02 03:48:51 -0600 received badge  Enthusiast
2019-07-25 02:22:11 -0600 commented question How to cast a Rect to a Rect2d ?

Sorry I forgot to specify in Java, I did: Rect rect = new Rect(10, 20, 30, 40); Rect2d box = new Rect2d(rect.x, rect.y,

2019-07-25 02:21:51 -0600 commented question How to cast a Rect to a Rect2d ?

Sorry I forgot to specify in Java, I did: ```JAVA Rect rect = new Rect(10, 20, 30, 40); Rect2d box = new Rect2d(rect.x

2019-07-25 02:21:33 -0600 commented question How to cast a Rect to a Rect2d ?

Sorry I forgot to specify in Java, I did: ``` JAVA Rect rect = new Rect(10, 20, 30, 40); Rect2d box = new Rect2d(rect.

2019-07-25 02:21:12 -0600 commented question How to cast a Rect to a Rect2d ?

Sorry I forgot to specify in Java, I did: ``` Rect rect = new Rect(10, 20, 30, 40); Rect2d box = new Rect2d(rect.x, re

2019-07-25 02:20:54 -0600 commented question How to cast a Rect to a Rect2d ?

Sorry I forgot to specify in Java, I did: java Rect rect = new Rect(10, 20, 30, 40); Rect2d box = new Rect2d(rect.x, re

2019-07-25 02:09:28 -0600 received badge  Editor (source)
2019-07-25 02:09:28 -0600 edited question How to cast a Rect to a Rect2d ?

How to cast a Rect to a Rect2d ? Hello, Is there a simple way to cast a Rect to a Rect2d in Java? Thanks

2019-07-24 10:06:26 -0600 asked a question How to cast a Rect to a Rect2d ?

How to cast a Rect to a Rect2d ? Hello, Is there a simple way to cast a Rect to a Rect2d? Thanks

2019-07-19 07:33:41 -0600 commented question Build OpenCV Java for Linux, MacOS and Windows

Sorry to insist, but what do you recomend me to do considering that the java opencv code will be used/implemented in dif

2019-07-19 03:39:02 -0600 commented question Build OpenCV Java for Linux, MacOS and Windows

I see, so is it possible to compile it on each platform,obtain 3 jars, and make a unique jar with every lib? As the one

2019-07-18 09:20:01 -0600 commented question Build OpenCV Java for Linux, MacOS and Windows

Thanks, It's compiling on a MacOS, but can this jar be used in a Windows and a Linux environment ?

2019-07-18 09:19:30 -0600 commented question Build OpenCV Java for Linux, MacOS and Windows

Thanks, It's compiling on a MacOS, but can this jar be used in a Windows environment ?

2019-07-18 08:14:46 -0600 asked a question Build OpenCV Java for Linux, MacOS and Windows

Build OpenCV Java for Linux, MacOS and Windows Hey, Is it possible to build OpenCV Java for Linux, MacOS and Windows an

2019-06-14 03:18:32 -0600 commented question Error loading OpenCV with Maven

I changed the version with 3.4.2, last version in Maven repository: https://repo.maven.apache.org/maven2/org/openpnp/ope

2019-06-14 02:48:12 -0600 asked a question Error loading OpenCV with Maven

Error loading OpenCV with Maven Hey, I am trying to import OpenCV from Maven repository. The dependency works because I

2019-06-07 10:32:33 -0600 commented answer How to do tests in Java program

Okey perfect. Do OpenCV has a framework for UI testing? Like interactions with OpenCV window, or giving a certain UI con

2019-06-07 04:30:21 -0600 marked best answer How to do tests in Java program

Hey, I want to do testing on my OpenCV 3.6 java program and I don't know how to do that. Is there a specific module? If there is, how should I use it? If not, is there a java framework for that?

I am really new to Java and Java testing... Thank you in advance !

2019-06-07 04:30:21 -0600 received badge  Scholar (source)
2019-06-07 03:46:34 -0600 commented answer How to do tests in Java program

Thanks a lot, I will have a look. When installing the library, do I have to enable specific options to be able to do tes

2019-06-07 03:25:10 -0600 asked a question How to do tests in Java program

How to do tests in Java program Hey, I want to do testing on my OpenCV 3.6 java program and I don't know how to do that.