Statistiques
RANG
5 004
of 295 527
RÉPUTATION
10
CONTRIBUTIONS
44 Questions
4 Réponses
ACCEPTATION DE VOS RÉPONSES
77.27%
VOTES REÇUS
8
RANG
of 20 242
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Need help with "capture screen" from the FileExchange.
Hello everyone, Recently I have found the <http://uk.mathworks.com/matlabcentral/fileexchange/24323-screencapture-get-a-scree...
environ 8 ans il y a | 1 réponse | 1
1
réponseQuestion
capture screen and osr
Hello everyone, Recently I have found the ScreenCapture function in the FileExchange http://uk.mathworks.com/matlabcentral/f...
environ 8 ans il y a | 1 réponse | 0
0
réponseQuestion
How to convert char into double?
Hello everyone, I have following char: "2.311.592 /" And I want to convert it to double and leave numbers only, I have tried...
environ 8 ans il y a | 3 réponses | 0
3
réponsesA résolu
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
environ 8 ans il y a
A résolu
Wrapping the Tower of Pisa
The famous artist Christo Vladimirov Javacheff, who likes pizza, wants to wrap the well-known Italian tower in paper. It is a ci...
environ 8 ans il y a
Question
How to save 'multiple functions' in new folder?
Hello, I have used the following code to Identify Program Dependencies: [fList,pList] = matlab.codetools.requiredFilesAn...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
How to increase single image resolution (super-resolution techniques/code)?
Hello everybody, *[Wanted]:* I want to increase resolution of single image/frame, for example I would like to use some sort o...
plus de 8 ans il y a | 1 réponse | 0
0
réponseQuestion
How find the best step for the array.
Hello, I have following array: first_tt= 1;step = 7;last_tt = 27; tt= first_tt:step:last_tt; Answer: tt= [...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
Convert mesh to BW image?
Hello everybody, *[Problem]:* I want to convert triangulated mesh to bw image. *Original Images:* <</matlabcentral/ans...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
How to deform 2 circles?
Hello everybody, *[Problem]:* I want to deform a circular images to minimize the difference between them. *Original Images...
plus de 8 ans il y a | 1 réponse | 0
0
réponseQuestion
Spatial interpolation between two images/frames.
Hello everybody, *[Wanted]:* I want to estimate (interpolate) middle image between two frames in 'xylophone.mp4', for example...
presque 9 ans il y a | 1 réponse | 0
1
réponseQuestion
How to make output from FCM consistent (Fuzzy c-means clustering)?
Hello everybody, *[Problem]* I have 'brain' dicom image. I need to segment it into 3 clusters. I used the FCM method (code...
environ 9 ans il y a | 1 réponse | 0
1
réponseQuestion
How to make all coins in 'coins.png' the same size?
Hello everybody, *[Wanted]:* I want to make all coins the same size in standard Matlab image 'coins.png', for example the sam...
environ 9 ans il y a | 1 réponse | 0
1
réponseQuestion
What is the alternative for imshow(im,[]); for 3D surface
Hello everybody, *[Given]* I have 7 slices of 256x208 uint16 images. In order to see the image in 1D I'm using imshow(im,[]...
environ 9 ans il y a | 1 réponse | 0
1
réponseQuestion
How to convert 2d images to a 3d image (MRI)?
Hello everybody, I have MRI scan file with 9 slices...how can I make a 3d image with this 9 slices? Here the data I have (...
environ 9 ans il y a | 1 réponse | 1
1
réponseQuestion
How to fill an object with the same color as surrounding pixels?
Hello, I have following image. <</matlabcentral/answers/uploaded_files/37476/Im1.bmp>> And I would like to fill the whi...
environ 9 ans il y a | 1 réponse | 0
1
réponseQuestion
Why intensity of the image has changed, after masking out image area (using binary mask)?
Hello, I have used following code: new_im=im; % Size (80x84) Bytes(13440) Class (uint16) b...
environ 9 ans il y a | 1 réponse | 0
1
réponseQuestion
How to fit desired region into smaller shape?
Hello to everyone, *Given:* I have two images: I the first image I have 2 red triangles fitted into black square outline. ...
environ 9 ans il y a | 1 réponse | 0
0
réponseQuestion
How to find blob nearest to specified coordinate?
*Given:* I have following image: <</matlabcentral/answers/uploaded_files/34121/1_im.jpg>> *Want:* I want to find blob ...
environ 9 ans il y a | 1 réponse | 0
0
réponseQuestion
How to make binary image more rounded, closer to ellipsoid shape?
*Given:* I have following binary image: <</matlabcentral/answers/uploaded_files/36141/to_round.jpg>> Want: I want to make ...
plus de 9 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to intersect 6 binary images?
*Given:* I have 6 binary image: *Want:* I want to intersect those 6 images to get the objects which will appear in all images...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
How to find common centroids?
*Given:* I have coordinates of 5 center points. For example: centroids = [] [156,140] ...
plus de 9 ans il y a | 2 réponses | 0
2
réponsesis it possible to use square subplots?
For each subplot, store its handle. h = subplot(2,3,1); Then set the 'position' property of h to be anything you want...
plus de 9 ans il y a | 1
How to match two curves to find if one curve belongs to the other?
Hello Mona, You can use following algorithm. 1. Convert two images to binary ( <http://uk.mathworks.com/help/images/ref/im...
plus de 9 ans il y a | 0
Question
How to find best match for single image from multiple images?
*Given:* I have one reference image (RefIm), and stack of other similar images (StackIms), with slight different intensity. *...
plus de 9 ans il y a | 1 réponse | 0
1
réponseHow to get fused output image from 'imregister'?
I think I found the solution, and it would be to use 'imregtform' instead of 'imregister', followed by 'imfuse'. Can anyone c...
plus de 9 ans il y a | 0
| A accepté
Question
How to get fused output image from 'imregister'?
*Given:* I have fused two images with function 'imregister'. *Want:* The 'imregister' provides a transformed image, but no de...
plus de 9 ans il y a | 1 réponse | 0
1
réponseQuestion
How to make image intensity equalization for multiple images.
*Given:* I have 9 gray-scale images of the same size with slightly different intensity. *Want:* I want to make uniform intens...
plus de 9 ans il y a | 3 réponses | 2
3
réponsesHow to make image intensity equalization for multiple images.
Another example/code for histogram equalization – might be useful. M = zeros(256,1,'uint8'); % Store mapping - Cast to u...
plus de 9 ans il y a | 1
Question
How to find similar elements with small difference (+/- 5%)?
*Given:* I have 2 arrays. For example: A = [97.2 103.4 109.6]; B = [99.0 105.2 111.4]; *Want:* I want to find nearest com...
plus de 9 ans il y a | 2 réponses | 0