Ask Your Question

Tom_ColdenhoffVMT's profile - activity

2019-06-07 00:54:03 -0600 received badge  Supporter (source)
2019-06-07 00:53:59 -0600 marked best answer C++ CV::Mat.at<float>(0) in Java

I'm currently converting the code from this answer(How to make auto-adjustments(brightness and contrast) for image Android Opencv Image Correction)

In this answer, the following statement is used:

accumulator[0] = hist.at<float>(0);

After reading some documentation and code snippets I can't seem to figure out how I should translate this statement to Java.

Does someone know how this would be written in Java?

Tom,

2019-06-07 00:53:59 -0600 received badge  Scholar (source)
2019-06-05 08:52:13 -0600 asked a question C++ CV::Mat.at<float>(0) in Java

C++ CV::Mat.at<float>(0) in Java I'm currently converting the code from this answer(How to make auto-adjustments(b

2019-02-21 06:34:53 -0600 commented question make edges clearer in image

with the following results: EDIT: images don't seem to load. Here are the URL's https://imgur.com/a/LDxzY6M https://i

2019-02-21 06:34:04 -0600 commented question make edges clearer in image

with the following results:

2019-02-21 06:31:32 -0600 commented question make edges clearer in image

I've currently tried the following: # Remove some noise by closing (erode and dilate) kernel = np.ones((5, 5), np.uint8

2019-02-21 06:07:59 -0600 asked a question make edges clearer in image

make edges clearer in image I'm currently preprocessing a few images before I can use them for edge detection and I need

2019-02-21 02:01:12 -0600 commented question mask green HSV value from HSV image

Yeah it is black indeed,

2019-02-21 01:34:48 -0600 asked a question mask green HSV value from HSV image

mask green HSV value from HSV image I currently have converted the BGR image to an HSV one. Unfortunately, I'm not able

2019-02-20 08:59:46 -0600 commented answer Remove white noise between white horizontal line

Thank you for your reaction. I've also add the original image right now. I've to make the edges between the items on the

2019-02-20 08:58:31 -0600 received badge  Editor (source)
2019-02-20 08:58:31 -0600 edited question Remove white noise between white horizontal line

Remove white noise between white horizontal line I currently have an image with white horizontal lines. between those li

2019-02-20 08:51:06 -0600 commented question Remove white noise between white horizontal line

The current image uses dilate en erode and it does work as you could see the noise isn't that bad between the lines, I'm

2019-02-20 08:39:06 -0600 asked a question Remove white noise between white horizontal line

Remove white noise between white horizontal line I currently have an image with white horizontal lines. between those li

2019-02-20 08:37:04 -0600 asked a question Remove white noise between white horizontal lines

Remove white noise between white horizontal lines I currently have an image with white horizontal lines. between those l