photo

Leox91


Con actividad desde 2016

Followers: 0   Following: 0

Estadística

All
MATLAB Answers

5 Preguntas
1 Respuesta

Cody

0 Problemas
5 Soluciones

CLASIFICACIÓN
78.194
of 301.296

REPUTACIÓN
0

CONTRIBUCIONES
5 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
60.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.225

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
59.738
of 173.832

CONTRIBUCIONES
0 Problemas
5 Soluciones

PUNTUACIÓN
60

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • First Review
  • Thankful Level 1
  • First Answer
  • Solver

Ver insignias

Feeds

Ver por

Respondida
what type of filter is best suitable to remove Gaussian noise in image
Hi, you should try imgaussfilt(A,sigma) Where A is the image and sigma is the standard deviation of the gaussian. The ...

más de 9 años hace | 0

Pregunta


Add elements to uilistbox programmatically
Hi everyone. I'm playing with Matlbai GUIs and I've to add elements to a listBox as my program generate them. Actually I've a f...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Train a cascade Object Detector from Workspace
Hello everyone! I'm trying to solve a tracking problem, and I really need to use a the Cascade Object Detector. I've to train t...

más de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


One-Class classifier using Neural Network
Hi all. I'm having a problem setting up a proper Neural Network for one class classification. Basically I've only the features t...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Similarity index beetween different size images
Hi there; I'm looking for a Similarity Index (possibily in [0,1] range) beetween two images of different sizes. I've lookex for ...

más de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to define costOfNonAssignment in assignDetectionsToTracks
Hi there. I'm facing tracking algorithms and I've followed <http://it.mathworks.com/help/vision/ug/multiple-object-tracking.ht...

más de 9 años hace | 0 respuestas | 0

0

respuestas

Resuelto


Is my wife right?
Regardless of input, output the string 'yes'.

más de 9 años hace

Resuelto


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

más de 9 años hace

Resuelto


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

más de 9 años hace

Resuelto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

más de 9 años hace

Resuelto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

más de 9 años hace