echopen / PRJ-medtec_androidapp

Code and issue about EchOpen display -- now on, #Android -- Perhaps some duplication with http://echopen.org/
BSD 3-Clause "New" or "Revised" License
49 stars 43 forks source link

post processing screen remains stucked #10

Closed benchoufi closed 8 years ago

benchoufi commented 8 years ago

When the user taps on the main screen, there is a checkbox displayed which enables the choice of post-processing treatment of the image.

When the "choose a picture" is clicked, the screen remains stucked.

For information, the post-processing material is ran through "BoofCV", a java implementation of "OpenCV". "Convolution" and "Gaussian Blur" seems functionnal

Since, the branch opencv3.1-tests will be soon merged in master and since the latter relies heavily on OpenCV which provides an optimized version of the scan conversion, it is to be discussed to shift from BoofCV to a more homogenous usage of the only OpenCV

benchoufi commented 8 years ago

bug fixed - this was related to multi-threaded conflict : the one dealing with TCP driven refreshing UI and the other related with the post-processing task

btw, to consolidate, was added another example of post-processing treatment (image enhancement)