photo

Leox91


Actif depuis 2016

Followers: 0   Following: 0

Statistiques

All
MATLAB Answers

5 Questions
1 Réponse

Cody

0 Problèmes
5 Solutions

RANG
78 196
of 301 301

RÉPUTATION
0

CONTRIBUTIONS
5 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
60.0%

VOTES REÇUS
0

RANG
 of 21 236

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
59 750
of 173 897

CONTRIBUTIONS
0 Problèmes
5 Solutions

SCORE
60

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

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

Afficher les badges

Feeds

Afficher par

Réponse apportée
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 ...

plus de 9 ans il y a | 0

Question


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...

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 9 ans il y a | 1 réponse | 0

0

réponse

Question


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...

plus de 9 ans il y a | 1 réponse | 0

1

réponse

Question


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 ...

plus de 9 ans il y a | 2 réponses | 0

2

réponses

Question


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...

plus de 9 ans il y a | 1 réponse | 0

0

réponse

A résolu


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

plus de 9 ans il y a

A résolu


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 ...

plus de 9 ans il y a

A résolu


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

plus de 9 ans il y a

A résolu


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 ...

plus de 9 ans il y a

A résolu


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...

plus de 9 ans il y a