Today we released DIPlib version 3.5.2. This release has quite a lot of changes, see the change log. In my last blog post I discussed the graph cut algorithm. This is the largest addition (effort wise) in this release, together with the changes to the dip::Graph class …| Cris’ Image Analysis Blog
This week we released DIPlib version 3.5.0. In my previous blog post I talked about new syntax for selecting labeled objects. There are quite a few more quality-of-life improvements like that in this release; changes that, rather than adding algorithms, make existing ones easier to use: dip::Measurement …| Cris’ Image Analysis Blog
Say, you have a labeled image, like this: And say, some of those labeled regions are not objects of interest. You want to erase those labels from the image. This is a really simple concept, and very generic. It should be easy to do. importdiplibasdiplab=dip …| Cris’ Image Analysis Blog
Yesterday we released DIPlib version 3.4.0. The change log is quite extensive. The improved median filter I discussed in my previous blog post is in this release, as well as a much faster built-in FFT implementation (used when not linking against FFTW), a bunch of new functionality including …| Cris’ Image Analysis Blog