photo

Rui Zhao


Attivo dal 2012

Followers: 0   Following: 0

Messaggio

Statistica

All
MATLAB Answers

1 Domanda
5 Risposte

File Exchange

1 File

Cody

0 Problemi
1 Soluzione

RANK
10.597
of 300.381

REPUTAZIONE
4

CONTRIBUTI
1 Domanda
5 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.0%

VOTI RICEVUTI
2

RANK
12.764 of 20.941

REPUTAZIONE
28

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
1 File

DOWNLOAD
1

ALL TIME DOWNLOAD
283

RANK
111.101
of 168.477

CONTRIBUTI
0 Problemi
1 Soluzione

PUNTEGGIO
20

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • First Review
  • First Submission
  • First Answer
  • Solver

Visualizza badge

Feeds

Visto da

Inviato


Crop a sub-window from an image
Solve the problem of build-in imcrop function when the rectangle location exceeds the boundary.

quasi 13 anni fa | 1 download |

0.0 / 5
Thumbnail

Risposto
How to resize and display an image......
doc imresize

oltre 13 anni fa | 0

Risposto
multiple view tracking
non-overlapping views or overlapping views? The former one shall involve the topic 'person reidentification', while the latter o...

oltre 13 anni fa | 0

Risposto
1/X & X^-1 are they the same?
If X is a square matrix, 1/X shall be inv(X) since Matlab can't recognize 1/X for a matrix. Moreover, inv(X) is just the same f...

oltre 13 anni fa | 2

Risolto


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

oltre 13 anni fa

Risposto
Search for individual characters within string
For searching for 'x' in 'AX', you can search the uppercase of input via doing this: char(double('x') - 32); % translate the ...

oltre 13 anni fa | 0

Risposto
How to make white color in matlab as '0' while black color as "1"
That depends on your object shape. Only edges cannot help you extract the whole object. If your object has a specific shape, lik...

oltre 13 anni fa | 0

Domanda


Color Histogram weighted by non-isotropic Gaussian Kernel
I have a patch to extract color histogram, meanwhile I want to incorporate the spatial weights into the color histogram. The spa...

oltre 13 anni fa | 1 risposta | 0

1

risposta