t4741
Followers: 0 Following: 0
Statistiques
8 Questions
0 Réponses
RANG
145 284
of 295 569
RÉPUTATION
0
CONTRIBUTIONS
8 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
25.0%
VOTES REÇUS
0
RANG
of 20 247
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 105
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Comparing a value against a set of values
I have a 1x1xn array of numbers that range from 0-255 (RGB), where n can be any number. Let's call it data. I want to check if ...
environ 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
Finding the maximum output value and corrosponding input for a function
I have a function that essentially calculates the distance beetween a set of points p1,p2,p3 and q1,q2,q3. I am looping through ...
environ 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Speeding up median calculation
The above line of code calculates the median value of a 1xnx3 array and saves it as a particular point in an image. I was wond...
environ 5 ans il y a | 1 réponse | 0
0
réponseQuestion
reshaping a 3D array
I have a 3D stack of RGB values. Colours( 1, 1, :) = a stack of values eg , 1 through 12 in the form R G B R G B R G B R G B. ...
environ 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Assigning RGB values to a new 3D RGB image
I am trying to apply a set of calculated RGB values as new values for a position in a m x n x 3 image. My attempt is shown in th...
environ 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Sorting a m x n matrix
I have an M x N array for example ; [1;2;3;4;5;6;7;8;9] and i want to sort it into the format where the first three values bec...
environ 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Help with searching for a specific input filetype within a directory
I am trying to create a function that inputs a filetype and directory name and outputs a cell array of the images. If line 9 is...
environ 5 ans il y a | 1 réponse | 0
1
réponseQuestion
How do I search for images in a user-inputted directory with user-inputted file extensions?
I am creating a function that will let the user give a directory name and file type, and then the function will take those and ...
environ 5 ans il y a | 1 réponse | 0