A résolu


Add two numbers
Given a and b, return the sum a+b in c.

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

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

plus de 9 ans il y a

A soumis


Dimensionality Reduction using Generalized Discriminant Analysis (GDA)
Generalized Discriminant Analysis - a non-linear feature dimensionality reduction technique

plus de 10 ans il y a | 1 téléchargement |

3.9 / 5
Thumbnail

A soumis


Gabor Feature Extraction
This program generates a custom Gabor filter bank; and extracts the image features using them.

plus de 10 ans il y a | 2 téléchargements |

4.8 / 5
Thumbnail

Réponse apportée
what features are to be extracted from an image for brain tumor detection?
Statistical features usually work well. You can try Gray Level Co-occurrence Matrix (GLCM), Histogram of Oriented Gradient (HOG)...

environ 11 ans il y a | 1

| A accepté

Réponse apportée
How to map certain temperature range into 0-255 gray scale image (thermogram) ?? Please advice...
temperature = 28.4 + intensity*(36-28.4)/255

environ 11 ans il y a | 1

| A accepté