Ask Your Question

LiorA's profile - activity

2020-05-17 15:39:32 -0600 commented question Help in manually build OpenCV -

seriously if I need to do it on a virtual machine - I will do it. Just help me, it suppose to be basic stuff.

2020-05-17 15:39:22 -0600 commented question Help in manually build OpenCV -

seriously if I need to to it on a virtual machine - I will do it. Just help me, it suppose to be basic stuff.

2020-05-17 15:37:37 -0600 edited question Help in manually build OpenCV -

Help in manually build OpenCV - Hi, I interested in building OpenCV manually. I tried and read all the following: https

2020-05-17 15:35:42 -0600 edited question Help in manually build OpenCV -

Help in manually build OpenCV - Hi, I interested in building OpenCV manually. I tried and read all the following: https

2020-05-17 15:35:00 -0600 asked a question Help in manually build OpenCV -

Help in manually build OpenCV - Hi, I interested in building OpenCV manually. I tried and read all the following: https

2020-05-17 07:07:32 -0600 answered a question Opencv4Android build error with arm64-v8a

Solved it ?

2020-05-13 05:31:16 -0600 commented answer How do i use only certain modules in OpenCV?

I think he will need ImgCodecs, for loading..

2020-05-11 18:36:04 -0600 commented answer Android how to remove unnecessary modules?

the heaviest files is the '.so' files.

2020-05-10 12:15:58 -0600 asked a question Eyes bags removal using OpenCV ?

Eyes bags removal using OpenCV ? Hi, I building an app (Android), which is dealing with images improvement. I encounte

2020-05-07 11:30:45 -0600 answered a question Looking for a recent guide to build Opencv4Android.

@fabio-C you found a solution ?

2020-05-01 13:12:35 -0600 edited answer Opencv custom build .dll or .so, differences

leave 4 .. I succeed with 3.4.5 very easily after 3 days fooling around with 4. Now I just need to find out how I impo

2020-05-01 13:12:01 -0600 answered a question Opencv custom build .dll or .so, differences

leave 4 .. I succeed with 3.4.5 very easily after 3 days fooling around with 4. Now I just need to find out how I impo

2020-04-27 21:27:00 -0600 received badge  Necromancer (source)
2020-04-26 20:07:02 -0600 edited question Opencv 4.3.0 build Failure (gradle 6.3 fail twice)

Opencv 4.3.0 build Failure (gradle 6.3 fail) Hi, I'm trying manually build OpenCV 4.3.0, for Android. (because I need o

2020-04-26 16:56:52 -0600 edited question Opencv 4.3.0 build Failure (gradle 6.3 fail twice)

Opencv 4.3.0 build Failure (gradle 6.3 fail) Hi, I'm trying manually build OpenCV 4.3.0, for Android. (because I need o

2020-04-26 16:10:57 -0600 edited question Opencv 4.3.0 build Failure (gradle 6.3 fail twice)

Opencv 4.3.0 build Failure (gradle 6.3 fail) Hi, I'm trying manually build OpenCV 4.3.0, for Android. (because I need o

2020-04-26 16:10:23 -0600 edited question Opencv 4.3.0 build Failure (gradle 6.3 fail twice)

Opencv 4.3.0 build Failure (gradle 6.3 fail) Hi, I'm trying manually build OpenCV 4.3.0, for Android. (because I need o

2020-04-26 16:09:53 -0600 edited question Opencv 4.3.0 build Failure (gradle 6.3 fail twice)

Opencv 4.3.0 build Failure (gradle 6.3 fail) Hi, I'm trying manually build OpenCV 4.3.0, for Android. (because I need o

2020-04-26 16:07:16 -0600 asked a question Opencv 4.3.0 build Failure (gradle 6.3 fail twice)

Opencv 4.3.0 build Failure (gradle 6.3 fail) Hi, I'm trying manually build OpenCV 4.3.0, for Android. (because I need o

2020-04-26 06:37:25 -0600 edited answer Android how to remove unnecessary modules?

Answer: https://amin-ahmadi.com/2019/02/03/how-to-build-opencv-4-x-for-native-android-development/ This is the way to

2020-04-26 06:33:24 -0600 answered a question Android how to remove unnecessary modules?

Answer: https://amin-ahmadi.com/2019/02/03/how-to-build-opencv-4-x-for-native-android-development/

2020-04-26 06:32:58 -0600 commented question Android how to remove unnecessary modules?

NVM, found a solution..

2020-04-25 06:18:47 -0600 commented question Android how to remove unnecessary modules?

Hi, any context ? I read also the following: https://github.com/opencv/opencv/pull/9893 https://stackoverflow.com/questi

2020-04-24 15:37:27 -0600 commented answer Android studio | Import specific modules -

I meant Opencv modules..

2020-04-24 15:33:25 -0600 answered a question Android OpenCV + camera is just showing black screen

What are you trying to do ? You tried firebase ?

2020-04-24 15:23:41 -0600 commented answer How to build OpenCV for Android using Visual Studio?

Hi @ShmuelFine Can you elaborate ?

2020-04-24 14:06:33 -0600 answered a question Can I remove unwanted modules from the modules folder and build an OpenCV framework for Android and iOS?

Hi Did you find a solution ?

2020-04-24 14:00:27 -0600 commented question Android how to remove unnecessary modules?

Hi, @LBerger You can post a link that shows how to do it ?

2020-04-24 13:02:44 -0600 commented answer Android Camera2 YUV to RGB conversion turns out green?

Mat mYuv = new Mat(image.getHeight() + image.getHeight() / 2, size.getWidth(), CV_8UC1); Why use the Height twice and d

2020-04-23 16:49:51 -0600 asked a question Android studio | Import specific modules -

Android studio | Import specific modules - Hi, How one can to integrate only specific modules (using Android studio) ?

2020-04-23 16:45:43 -0600 commented question Publish Android openCV Tutorial

look in this channel: https://www.youtube.com/watch?v=Fe-KWKPk9Zc

2019-12-15 02:20:23 -0600 commented question How to use DescriptorMatcher to get matching images?

Why not phash? @berak @LBerger

2019-12-15 02:19:35 -0600 commented question How to use DescriptorMatcher to get matching images?

Why not phash?

2019-10-16 09:00:13 -0600 commented question Types of Mats and decision making

Im trying to implement a shadow removal algorithm/function for black/white images. Is the 8UC3 type is enough for it ?

2019-10-16 06:41:47 -0600 edited question Types of Mats and decision making

Types of Mats and decision making Hi, I know that Mat has many different types, as detailed below. Its puzzles my how

2019-10-16 06:40:31 -0600 edited question Types of Mats and decision making

Types of Mats and decision making Hi, I know that Mat has many different types, as detailed below. Its puzzles my how

2019-10-16 06:39:11 -0600 edited question Types of Mats and decision making

Types of Mats and decision making Hi, I know that Mat has many different types, as detailed below. Its puzzles my how

2019-10-16 06:38:49 -0600 asked a question Types of Mats and decision making

Types of Mats and decision making Hi, I know that Mat has many different types, as detailed below. Its puzzles my how

2019-09-22 15:51:28 -0600 received badge  Supporter (source)
2019-09-21 08:37:03 -0600 asked a question [discussion] What is the Way to measure Similarity between images-

[discussion] What is the Way to measure Similarity between images- Hi, I studying OpenCV library for a few months now.

2019-09-03 05:57:32 -0600 received badge  Student (source)
2019-09-03 05:53:21 -0600 asked a question Publish Android openCV Tutorial

Publish Android openCV Tutorial Hi, In the last 4 months I attempted to make an openCV android app. As a result I had t

2019-08-31 11:40:15 -0600 commented question k-medoid clustering in OpenCV

you can share the code ?

2019-08-31 11:11:07 -0600 commented question kmeans in Android (Java)-

So this is exactly what I looking for...

2019-08-16 13:54:39 -0600 commented question kmeans in Android (Java)-

@holger If I define K=4 , and most points are in clusters - the center of each cluster is what I want.. I need somethi

2019-08-16 13:54:24 -0600 commented question kmeans in Android (Java)-

@holger If I define K=4 , and most points are in clusters - the center of each cluster is what I want.. I need somethin

2019-08-16 13:41:34 -0600 commented question kmeans in Android (Java)-

@berak , yes, you are correct, but I'm not fully understood the label's role in the algorithm. data/samples - the point

2019-08-16 13:41:08 -0600 commented question kmeans in Android (Java)-

@berak , yes, you are correct, but I'm not fully understood the label's role in the algorithm. data/samples - the points

2019-08-16 09:01:48 -0600 edited question kmeans in Android (Java)-

kmeans in Android (Java)- Hi, I've tried to use kmeans function, but something is not clear to me. Lets say that I hav

2019-08-16 08:23:02 -0600 edited question kmeans in Android (Java)-

kmeans in Android (Java)- Hi, I've tried to use kmeans function, but something is not clear to me. Lets say that I hav