Answered
DICOM Alignment (slice by slice substraction)
Set thresold on slides Segment objecct and convert as volume

4 years ago | 0

Answered
kill a processb from matlab
from command window enter key word : cntorl +C

4 years ago | 0

Answered
how to merge multiple images into one image?
Segment each frames, then extract original roi

4 years ago | 0

Answered
Segmentation of PCB iamge
check this attachment

4 years ago | 0

Answered
Segmentation of PCB iamge

4 years ago | 0

Answered
Segmentation of PCB iamge
Hi Check this code, clc clear all; close all; %% rgb=imread('im.jpeg'); gray=rgb2gray(rgb); bw=im2bw(~gray,0.2); cl...

4 years ago | 0

| accepted

Answered
Plot figure on open GUI instead of new figure window
axes(handles.axes1); imshow(yourimage);

4 years ago | 0

| accepted

Answered
How can I do match a illumination image (1024*768) to captured image (2048*2048) by a camera?
Shuai Nie For matching: Tech 1: *Extract Harise Features *SIFT Features Tech 2: *Template matching

4 years ago | 0

Answered
error in opening matlab
share screen shot your error?

4 years ago | 0

Answered
LBG-split algorithm for coloured images
clc clear all; close all; I=imread('your image'); fea=extractLBPFeatures(I);

4 years ago | 0

Answered
Dicom files to one 2d matrix
clc clear all; close all; warning off myFolder='your dicom root'; filePattern = fullfile(myFolder,'*.dcm'); dcmfiles = di...

4 years ago | 1

| accepted

Answered
How can I get 3D continuous plot of real time data ?
plot3d(x,y,z,'-or');

4 years ago | 0

Answered
How to load 3d.dat file
share your input data?

4 years ago | 0

Answered
Show stacked images in 3D
volshow(your 3d)

4 years ago | 0

Answered
how to sum trigonometric series
Ajinkya Kapre, Share your input ?

4 years ago | 0

Answered
DICOM, pixel value
clc clear all; close all; your_dcm=dcmread('dcm/root'); ms=your_dcm>=a&your_dcm>=b; rl=your_dcm; fhol=find(ms==1); rl(fho...

4 years ago | 1

Answered
Dicom image stacking problem
Deepa, Use following command to view your dicom slides: DCM=M X N X1000 volshow(DCM)

4 years ago | 0

Question


How to train a own image object using deeplearning ?
How to train a own image object using deeplearning ?

4 years ago | 1 answer | 0

1

answer

Submitted


Image Background Removal by User hand
Image Background Removal by User hand : * Image background removal instanlly with user hand * JPEG,DICOM,JPG,TIF Images Backgro...

4 years ago | 3 downloads |

Answered
How to plot lines on image ?
grid on; ax = gca ax.XColor = 'r'; ax.YColor = 'r'; ax.GridAlpha = 0.9; % ax.GridColor = [0.1, 0.7, 0.2]; ax.GridColo...

4 years ago | 1

| accepted

Submitted


2dto3d
2d Image to 3D

4 years ago | 6 downloads |

Question


How to apply features for matching in volume Objects ?
How to apply features for matching in volume Objects ?

4 years ago | 0 answers | 0

0

answers

Question


How to segment volume object Automatically ?
How to segment volume object ? Volume Object Sample: 300 X 400X 800 H W C H-------->Height W------->W...

4 years ago | 0 answers | 0

0

answers

Question


How to write IGES from MESH, STL?
How to write IGES from MESH, STL?

4 years ago | 0 answers | 0

0

answers

Answered
Does anyone know can we use Xlswrite in symbolic variable or not?
Import symbolic tool, then extract your data then write to excel

4 years ago | 0

| accepted

Question


How to Segement objects[ foreground & background ], based on auto thresholding ?Image was dynamic ?
How to Segement objects[ foreground & background ], based on auto thresholding ?Image was dynamic ? * Image was gray scale ima...

4 years ago | 0 answers | 0

0

answers

Answered
where is alphaShape and alphaTriangulation M-Fucntion from my MATLAB Software ?
Steven Lord Then how to change and analysis this algorthims ?? any way to get source code of those functions?

5 years ago | 0

Question


where is alphaShape and alphaTriangulation M-Fucntion from my MATLAB Software ?
where is alphaShape and alphaTriangulation M-Fucntion from my MATLAB Software ? from this function inside empty but file runni...

5 years ago | 2 answers | 0

2

answers

Question


How to Create faces from Vertex [X Y Z] co-ordiante for STL write ? without inbuilt STL command?
How to Create faces from Vertex [X Y Z] co-ordiante for STL write ? without inbuilt STL command?

5 years ago | 1 answer | 0

1

answer

Load more