The Wayback Machine - https://web.archive.org/web/20210918135729/https://github.com/topics/label-images
Skip to content
#

label-images

Here are 31 public repositories matching this topic...

TheDeathConqueror
TheDeathConqueror commented Aug 19, 2019

I found a new tool makesense who is trying to do the same thing that you're already doing. Probably with some new thoughts in mind. I recently asked the author how that tool is doing differently: SkalskiP/make-sense#23

The author responded that we need multiple clicks while labeling in imglab. Though I didn't understand it well as I can control most of the things with

The basic idea of this generic interpolator for label images is to interpolate each label with an ordinary image interpolator, and return the label with the highest value. This is the idea used by the itk::LabelImageGaussianInterpolateImageFunction interpolator. Unfortunately, this class is currently limited to Gaussian interpolation. Using generic programming, our proposed interpolator extends this idea to any image interpolator. Combined with linear interpolation, this results in similar or better accuracy and much improved computation speeds on a test image.

  • Updated Jan 14, 2021
  • C++

Improve this page

Add a description, image, and links to the label-images topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the label-images topic, visit your repo's landing page and select "manage topics."

Learn more