Ask Your Question

EleDiam's profile - activity

2017-11-24 02:20:02 -0600 received badge  Enthusiast
2017-11-22 09:07:14 -0600 commented answer how do you plot graphs in opencv projects?

Thanks a lot for your answer!

2017-11-22 08:51:32 -0600 commented answer how do you plot graphs in opencv projects?

@sturkmen, how can I compile the latest source? The link you have sent me has instructions for cmake and cmake-gui comma

2017-11-22 07:44:35 -0600 commented answer how do you plot graphs in opencv projects?

I tried to import the plot module in my android project with no success as it does not specify location of the Grandle o

2017-11-21 08:03:14 -0600 commented answer how do you plot graphs in opencv projects?

I tried to import the plot module in my android project with no success as it does not specify location of the Grande or

2017-11-21 05:17:07 -0600 commented answer how do you plot graphs in opencv projects?

I cannot import the plot import: org.opencv.plot.Plot2d; (java code) even though I have the latest version of OpenCV. A

2017-11-21 03:30:06 -0600 commented question plot integrated intensity profiles from image - java

You were right this function can be helpful cause what I wanted after all was to convert my 2D image to 1D. Now I have t

2017-11-21 03:29:45 -0600 commented question plot integrated intensity profiles from image - java

You were right this function can be helpful cause what I wanted after all was to convert my 2D image to 1D. Now I have t

2017-11-21 02:33:17 -0600 commented question plot integrated intensity profiles from image - java

Thanks for your input I will check on it!!

2017-11-21 02:08:03 -0600 commented question plot integrated intensity profiles from image - java

This could be a better example. In my case instead of getting the profile of the intensity along the line I would like t

2017-11-21 01:50:41 -0600 commented question plot integrated intensity profiles from image - java

What I want is to generate an intensity profile like this so that I can measure in the entire image the distance of a bl

2017-11-21 01:49:07 -0600 commented question plot integrated intensity profiles from image - java

What I want is to generate an intensity profile like this so that I can measure in the entire image the distance of a bl

2017-11-20 10:31:03 -0600 edited question Histogram: Get number of pixels for specified range of pixel values-java

Histogram: Get number of pixels for specified range of pixel values-java I have a histogram of a grayscale image with a

2017-11-20 10:24:25 -0600 asked a question plot integrated intensity profiles from image - java

plot integrated intensity profiles from image - java I have integrated my grayscale image using Imgproc.integral as foll

2017-11-20 09:15:22 -0600 commented question Histogram: Get number of pixels for specified range of pixel values-java

Thank you very much it works perfectly now!!!

2017-11-20 08:30:08 -0600 commented question Histogram: Get number of pixels for specified range of pixel values-java

I have tried it and the sub matrix is created successfully but the sum gives error: required double, found Scalar..

2017-11-20 08:17:06 -0600 edited question Histogram: Get number of pixels for specified range of pixel values-java

Histogram: Get number of pixels for specified range of pixel values-java I have a histogram of a grayscale image with a

2017-11-20 08:15:41 -0600 edited question Histogram: Get number of pixels for specified range of pixel values-java

Histogram: Get number of pixels for specified range of pixel values-java I have a histogram of a grayscale image with a

2017-11-20 08:15:17 -0600 edited question Histogram: Get number of pixels for specified range of pixel values-java

Histogram: Get number of pixels for specified range of pixel values-java I have a histogram of a grayscale image with a

2017-11-20 07:37:58 -0600 commented question Histogram: Get number of pixels for specified range of pixel values-java

I have added it to my question. Sure I think that this should be something easy but I am getting confused between Mat()

2017-11-20 07:36:33 -0600 received badge  Editor (source)
2017-11-20 07:36:33 -0600 edited question Histogram: Get number of pixels for specified range of pixel values-java

Histogram: Get number of pixels for specified range of pixel values-java I have a histogram of a grayscale image with a

2017-11-20 04:30:12 -0600 asked a question Histogram: Get number of pixels for specified range of pixel values-java

Histogram: Get number of pixels for specified range of pixel values-java I have a histogram of a grayscale image with a