Commit Graph

5 Commits

Author SHA1 Message Date
Guillaume Raffy 14d3535388 put all ijopencv test code into a separate file
As a result, lipase code is no longer using ijopencv.
ijopencv, based on javacpp provides poor compatibility with
opencv's cpython bindings, not to mention it's much less
convenient. Therefore, I'm not sure that I'll use ijopencv at all...
2019-04-12 12:53:17 +02:00
Guillaume Raffy 361fb552e7 made lots of tests to attempt to use opencv's calcHist function
Due to the lack of documentation, I had to do a lot of tests to find out
how to use opencv in jython, as the interface is not the same as in
python...
In the end, I managed to work out a set of arguments that deosn't cause
an exception.
2019-04-11 20:23:20 +02:00
Guillaume Raffy 44512ba4eb Reorganised directories to ease identification of sequences.
The sequence id now cantain the id of the image capture campaign
2019-04-01 12:26:37 +02:00
Guillaume Raffy 72011d47a4 now the hyperstack contains all the channels and enhances their contrast 2019-03-29 11:57:52 +01:00
Guillaume Raffy 7d116b4dca started the development of imagej scripts to process the images captures on soleil platform
At this stage, the script is able to load and duisplay a sequence as an 
imageJ hyperstack
2019-03-29 11:07:31 +01:00