i was trying gradient vector field for segmentation from http://www.nitrc.org/frs/download.php/1962/gvf_v5.zip. Code is in examples-gvf_ex.m . i need the intervertebral disc
See the attached file if it hepls you
Dear Leena
Please I need some clarification in your quastion
Did you mean the final results you expected is as showed in the next picture ?
no.i need the intervertebral disc only (without tht rectangle)
I suggest to mesaging the authors of the following papers:-
Computer Aided Diagnosis of Degenerative Intervertebral Disc Diseases from Lumbar MR Images
https://www.researchgate.net/profile/Ayse_Oktay
https://www.researchgate.net/profile/Yusuf_Akgul
Lumbar Spine Disc Herniation Diagnosis with a Joint Shape Model
Automated segmentation of lumbar vertebral bodies and intervertebral discs from MRI using statistical shape models
https://www.researchgate.net/profile/Raja_Alomari/contributions
Automated detection, 3D segmentation and analysis of high resolution spine MR images using statistical shape models
https://www.researchgate.net/profile/Ales_Neubert
Intervertebral disc segmentation in MR images using anisotropic oriented flux
https://www.researchgate.net/profile/Max_Law
Segmenting degenerated lumbar intervertebral discs from MR images
https://www.researchgate.net/profile/Sofia_Michopoulou
Please do not hesitate in any inquiry
Thanks
clear; close all;I = imread('Sub.png');I = rgb2gray(I);figure; imshow(I)% se = strel('square',3);% %# Removes uneven lighting and enhances contrast.% I = imdivide(I,imclose(I,se));%I2 =...
11 December 2015 9,560 2 View
clear all;close all;clc;%% startfilename = 'untitled.png'; I = imread(filename);info = imfinfo(filename);thres = graythresh(I);I2 = ~(im2bw(I, thres));cmp = bwconncomp(I2);S = regionprops(cmp,...
07 August 2015 7,332 4 View
05 June 2015 902 3 View
04 May 2015 8,595 8 View
have a file with .nii extension. I don't know how to convert a .nii file into 2D format.My question is while converting .nii file into 2D, am I losing some information about the file.Which format...
03 April 2015 6,322 13 View
i have plotted a contour on image and got a segmented image. .I use the following code to plot contour imagesc(Img,[0 255]);colormap(gray) hold on;contour(im,[0 0],'b'); I want to add this contour...
03 April 2015 2,315 3 View
I have T1, T2 and flair images. I would like to combine them and analyse it? May I use concatenation or IMADD.
03 April 2015 1,918 7 View
I have selected brain tumor images ...but now found that already lots of research done n this topic.
03 March 2021 5,774 3 View
dear community, my model is based feature extraction from non stationary signals using discrete Wavelet Transform and then using statistical features then machine learning classifiers in order to...
03 March 2021 6,994 5 View
I'm involved in a study of odor control technologies for municipal wastewater treatment plant. One of the control options involves a chemical 2-stage (acid/alkaline) packed bed scrubber. The...
03 March 2021 3,661 2 View
Do you have some recommendations approaches on Image processing and classification of plant diseases using TensorFlow/Keras?
02 March 2021 1,493 4 View
Working on chandrayaan-2 DFSAR data, there are three datasets available: 1) Slant range image data product: The slant range complex image file. Each pixel is represented by two 4-byte floating...
02 March 2021 8,481 3 View
I would like to research on MR images (0.5T and 3T). Can you please suggest some websites that I can download dataset including both 0.5T and 3T MR images? Thank you.
02 March 2021 7,735 3 View
I'm in the process of doing a meta-analysis and have encountered some problems with the RCT data. One of my outcom is muscle strength. In one study, I have three different measurements of muscle...
25 February 2021 7,603 3 View
What is the disadvantages of high sulfur content to the ceramic burning process? and what is the effect of outranged viscosity?
24 February 2021 8,219 2 View
I have two scenes of the study area, one top and the other bottom. As per the tutorials and papers published, the step include coregistering the master sand slave images. However, when i try to...
24 February 2021 6,372 1 View
I am helping a local home industry for developing frozen fries from their local farm. I want to know what is the optimum blanching and pre-frying temperature and time for processing. Please also...
23 February 2021 1,616 5 View