I'm annotating CT scan slices(Nifti format) with ITK-snap. One slice contains two labels(Subarachnoid and Intraparenchymal) in the same area. Here is the original annotated image link: https://ibb.co/FJpyVZF Since two labels are overlapping, the intersection area in the slice should contain both labels. But it shows it only contains the label which has been drawn last. Since the Subarachnoid area was drawn last over the Intraparenchymal area, the final segmented image only shows it contains Subarachnoid in the intersection region. I'm attaching the annotated slice https://ibb.co/F3TrXtq and segmented slice https://ibb.co/sRgdndY to clear my point. What can I do to make the intersection area contain two labels?
How to overlap two label to make mask for segmentation in ITK-snap?
1.3k Views Asked by Ornob Rahman At
1
There are 1 best solutions below
Related Questions in COMPUTER-VISION
- OpenCV algorithm of contours searching and creation of bounding rectagle
- How to make sense (handle) when computes logarithm of zero in prior information
- Matlab code crashes and gives error: Dimension of matrices being concatenated are not consistent
- Haar Cascade classifier does not detect faces in simple frontal pictures
- Face cropping using facial landmarks
- qtimer and opencv running slow
- Simple RGB to Gray program crashes
- Estimating pose of one camera given another with known baseline
- dealing with dimensions in scikit-learn tree.decisiontreeclassifier
- converting matlab code to c code readiness error
- MATLAB ConnectedComponentLabeler does not work in for loop
- Finding camera position without calibration
- StereoSGBM cannot handle negative minDisparity
- How to speed up caffe classifer in python
- HOG Feature extraction
Related Questions in IMAGE-SEGMENTATION
- How to detect objects in an image based on colour?
- effect of ligting on image segmentation in matllab
- Image processing approach
- MATLAB - How to eliminate shadowed background on an image
- How to prevent exceeding matrix dimensions while dividing an image into blocks?
- ImageJ Fast filters plugin
- How to calculate the volume of objects in millimeter cube?
- Knn search- after classification how to retrieve the image ? how to find the right value for that index?
- min max flow graph cuts for image segmentation MATLAB wrapper
- face tracking (eigen face) opencv
- How to find the maximum distance between five points?
- Autonomous seam detection in Images on matlab
- Foreground segmentation when similar color distributions
- Grouping together of lines while doing line segmentation of printed text
- Select second largest area in image
Related Questions in ITK
- Correct display of DICOM images ITK-VTK (images too dark)
- mangle images of vtk from itk
- Error with CMake to generate ITK Module VTKGlue
- ITK/SimpleITK DICOM Series Loaded in wrong order / slice spacing incorrect
- QT, VTK project on linux not running
- How to read a palette image as a scalar image with ITK?
- make openmp g++-6.2.0 no such file
- Cmake: How to use g++ to link itk or other libraries
- The base of the Logarithm in ITK
- itk Register Two 3D Images with Different Sizes is Too Slow
- FDFImageIO error when build project with QT+VTK+ITK
- Pointer casts for itk::SmartPointer?
- How to creat "grayscale" image from float or int values in ITK?
- DICOM image registration using ITK
- Why is ConnectedThresholdImageFilter class not labeling pixels within threshold?
Related Questions in MEDICAL-IMAGING
- 3D numpy array iteration using shared C libraries
- 3D pointcloud visualisation of DICOM Images with VTK in C#
- How to find the padding size of an image?
- DICOM files not recognized by Keras ImageDataGenerator in Tensorflow 2.3.1
- How to set spacing in Frangi filter for 3D stack of DICOM data
- How I can change this operation imshow(im16,[WC-WW/2,WC+WW/2]); into a variable in matlab?
- In python numpy array, how to know which object is nearer to one point in one image?
- DICOM 3d display - Java 3D vs VTK
- Which method can export labelled tiles/patches from original image?
- Dice similarity index between two 3D array from rtstructure dicom file
- Convert DICOM images and contours to numpy arrays
- Issue with Shape of X_all in getListAgeDays Function for BraTS20 Dataset
- ValueError: Can not squeeze dim[1], expected a dimension of 1, got 24 CNN
- Visualizing streamlines using vtk and mevislab
- Unable to load DICOM images using Pydicom inside tf.data.Dataset
Related Questions in IMAGE-ANNOTATIONS
- Three js 360 degree image annotation
- How to add marker on image in reactJS with ZoomIn and ZoomOut
- How to convert the annotation values of image data into yolo v4 format and upload the images in custom vision
- How to edit already annotated images (rectangular bounding box)?
- Determine the project used by Vision Api
- Image annotation conversion from json format to YOLOv7 format
- Is there a way to upload images with annotations (labeled images) to custom vision?
- Diagnose crashes of FiftyOne app – logs or other tools
- How to add text to an image in R based not on specific coordinates but features of the image
- Place interactive markers on image with React
- Does BatchAnnotateImagesResponse in Google Cloud Vision API preserve the order of the images in batchAnnotateImages request?
- Is there an annotation tool for instance segmentation on Ipad?
- Different image sizes as inputs for Tensorflow 2 Object Detection API
- React native image annotations containing a link to a site
- How to overlap two label to make mask for segmentation in ITK-snap?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
ITK-SNAP uses binary label maps. That approach does not allow label overlap. Your options are: