tudor dima
Universitat de Valencia
Followers: 0 Following: 0
Professional Interests: RF system, discrete and IC design and simulation, Medical Image Analysis, Finite Difference methods for PDE
Statistiques
RANG
10 064
of 295 495
RÉPUTATION
4
CONTRIBUTIONS
1 Question
4 Réponses
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
0
RANG
530 of 20 240
RÉPUTATION
3 255
CLASSEMENT MOYEN
4.90
CONTRIBUTIONS
7 Fichiers
TÉLÉCHARGEMENTS
40
ALL TIME TÉLÉCHARGEMENTS
31515
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
dynamic subindices <-> linear indices conversion, data crop /trim
Is there a way to dynamically crop N-dimensional data into an N-1 set? I have no knowledge of N before runtime, nor of the dime...
plus de 6 ans il y a | 1 réponse | 0
1
réponseHow do I use chunks from strsplit in Matlab to save along with my data in a text file?
% try this >> prefix = regexprep(filename,'\.','\t') prefix = p01 male cond 1 loud txt
presque 9 ans il y a | 0
Thresholding in Color Image
If I correctly understood your problem -- you should convert your image to HSV and then obtain your selection by thresholding t...
presque 11 ans il y a | 0
how can i compare two images which are almost the same
You could try >> i3 = xor(i1, i2); >> imagesc(i3): % and for some relative measure >> d = sum(i3(:)) / numel(i3); ...
presque 11 ans il y a | 0
| A accepté
2d to 3d
You might want to visualize your 2D sequence in 3D, then decide. Trapezoidal rule is the fastest to write and run. In case you...
presque 13 ans il y a | 0