Peyman Obeidy
Followers: 0 Following: 0
Feeds
質問
voronoin option for only selecting bound cells in voronoi graph
Hi all, I am trying to find all the neighbor of each Voronoi cell using <https://people.sc.fsu.edu/~jburkardt/m_src/voronoi_...
7年以上 前 | 0 件の回答 | 0
0
回答質問
Find unique rows (including rows with reverse x,y) in matrix of x,y coordinates
Hi, I would appreciate your comments on this problem. I would like to extract unique coordinates for example if x=1, y=2, th...
7年以上 前 | 1 件の回答 | 0
1
回答回答済み
How can I get all the cells connected to each individual cells of a Voronoi diagram?
Final answer : I hope this will be helpful. %% [label,n] = bwlabel(maskofVron4Inve); stats = regionprops(la...
How can I get all the cells connected to each individual cells of a Voronoi diagram?
Final answer : I hope this will be helpful. %% [label,n] = bwlabel(maskofVron4Inve); stats = regionprops(la...
7年以上 前 | 0
| 採用済み
質問
How can I get all the cells connected to each individual cells of a Voronoi diagram?
How can I get all the cells connected to each individual cells of a Voronoi diagram? I need this to get access to each connec...
7年以上 前 | 2 件の回答 | 0
2
回答質問
Adding a scatter of points to a boxplot
Does anyone come with with a code which can match the python generated boxplot?
7年以上 前 | 3 件の回答 | 0
3
回答回答済み
how to create a new folder mkdir, but naming that folder as input before running the code
not quite sure what you want to do, but try this clear clc path =[pwd '\']; stru =dir( fullfile(pat...
how to create a new folder mkdir, but naming that folder as input before running the code
not quite sure what you want to do, but try this clear clc path =[pwd '\']; stru =dir( fullfile(pat...
7年以上 前 | 0
回答済み
How do you decide about ref image, when calculating SNR
Given the image is stimulate and have a uniform noise, I should be able to calculate the SNR by simply dividing the mean signal ...
How do you decide about ref image, when calculating SNR
Given the image is stimulate and have a uniform noise, I should be able to calculate the SNR by simply dividing the mean signal ...
7年以上 前 | 0
| 採用済み
質問
How do you decide about ref image, when calculating SNR
I have a simulated image where a row of peaks is located in the middle of the image. Attached is the code that I write to calcul...
7年以上 前 | 1 件の回答 | 0
1
回答回答済み
Change file names which meet certain criteria to a new name
Answered by Looky. see above. % code clear clc path =[pwd '\']; stru =dir( fullfile(path, '*.vsi') ); fi...
Change file names which meet certain criteria to a new name
Answered by Looky. see above. % code clear clc path =[pwd '\']; stru =dir( fullfile(path, '*.vsi') ); fi...
約8年 前 | 0
| 採用済み
質問
Change file names which meet certain criteria to a new name
I need to change 80 file names, which meet certain criteria and copy it into a new folder. I listed the relationship between the...
約8年 前 | 1 件の回答 | 0
1
回答質問
How to read vsi image format into matlab
Any idea about how to read vsi image format into matlab and convert it into tif?
約8年 前 | 2 件の回答 | 0
2
回答質問
How to remove the pattern from microscopy scanned image
To remove the pattern fro the image I am using an averaging filter (see the code below). It helps with removing the background b...
約8年 前 | 1 件の回答 | 0
1
回答質問
add a field to structure
Sat1=regionprops(MaskIm, {'Area', 'Eccentricity', 'EulerNumber', 'MajorAxisLength', 'MinorAxisLength', 'Orientation', 'Perimeter...
約8年 前 | 1 件の回答 | 0
1
回答質問
'rolling-ball background substraction' in matlab
Is there a reliable 'rolling-ball background subtraction' scripts for matlab?
約8年 前 | 1 件の回答 | 0
1
回答質問
convert Virtual Slide Images (VSI) to tiff
Is there an way to convert Virtual Slide Images (VSI) to tiff in matlab?
8年以上 前 | 1 件の回答 | 0
1
回答質問
How to script this: returns all the x coordinates that distance between X and Y are bigger than r distant ?
I put together this, which is returning the y coordinates that are having greater distance than 2 e.g. % rng(1); % For re...
8年以上 前 | 1 件の回答 | 0
1
回答質問
Find the distance between the longest endpoints of a skeleton
How to find the distance between the longest endpoints of a skeleton? LengthBr = bwmorph(finalBinaryImage,'skel',Inf); ...
8年以上 前 | 1 件の回答 | 0
1
回答回答済み
add an slider to get value for activecontour
The final code is provided here: https://au.mathworks.com/matlabcentral/answers/332877-update-image-in-gui-without-guide
add an slider to get value for activecontour
The final code is provided here: https://au.mathworks.com/matlabcentral/answers/332877-update-image-in-gui-without-guide
9年弱 前 | 0
質問
update image in GUI without GUIDE
I am new to GUI without GUIDE, and I would appreciate any help in completing this function. I need it to get the value from the ...
9年弱 前 | 1 件の回答 | 0
1
回答質問
add an slider to get value for activecontour
% Display segmented image BWsIbf = activecontour(ImCh1,BWCh1, 400, 'edge'); % FinalImwithMask=imfuse(BWsIbf,Im...
9年弱 前 | 1 件の回答 | 0
1
回答質問
Semi-automatic cell segmentation to be converted to GUI
I find it difficult to find an algorithm that can always come up with a reasonable segmentation of cells in microscopy fluoresce...
9年弱 前 | 0 件の回答 | 0
0
回答回答済み
Ask User to Continue
% while(1) %%your code here promptMessage = sprintf('Do you want to Continue processing,\nor Cancel to abort processing?');...
Ask User to Continue
% while(1) %%your code here promptMessage = sprintf('Do you want to Continue processing,\nor Cancel to abort processing?');...
9年弱 前 | 1
回答済み
Find the closest co-ordinates (between to uneven list of cooardinates)
Thank you both, I think knnsearch works better, as you see I have 13 points in PointinCh2, so I expect to find them in PointinCh...
Find the closest co-ordinates (between to uneven list of cooardinates)
Thank you both, I think knnsearch works better, as you see I have 13 points in PointinCh2, so I expect to find them in PointinCh...
9年弱 前 | 0
質問
Find the closest co-ordinates (between to uneven list of cooardinates)
I want to select the coordinates in PointinCh1 list which have a coordinates in PointinCh2 list close to them. The code that I a...
9年弱 前 | 3 件の回答 | 0
3
回答回答済み
find closest Coordinates to a point
I have multiple values for A, so what I did is as follows; PointinCh1 = 20 482 19 359 45 438 ...
find closest Coordinates to a point
I have multiple values for A, so what I did is as follows; PointinCh1 = 20 482 19 359 45 438 ...
9年弱 前 | 0
回答済み
find closest Coordinates to a point
This is very helpful, thank you for sharing. A question, how do I get the indexes for B (I want the index of the value which...
find closest Coordinates to a point
This is very helpful, thank you for sharing. A question, how do I get the indexes for B (I want the index of the value which...
9年弱 前 | 0
回答済み
Saving outputs to different folder than m-file.
Thank you, this will help you to create a new folder and save the outcome into the new folder % code %make a new direct...
Saving outputs to different folder than m-file.
Thank you, this will help you to create a new folder and save the outcome into the new folder % code %make a new direct...
9年弱 前 | 0
回答済み
Generating Standalone Executable file Using Matlab Coder
can we do this for scripts or you can only make standalone from GUI?
Generating Standalone Executable file Using Matlab Coder
can we do this for scripts or you can only make standalone from GUI?
約9年 前 | 0
回答済み
How to convert the image into a binary image?
Dear Image analyser, what I would like to do is to a- open an image b- select multiple regions c-display selected regio...
How to convert the image into a binary image?
Dear Image analyser, what I would like to do is to a- open an image b- select multiple regions c-display selected regio...
約9年 前 | 0


