photo

Rida


College of Electrical and Mechanical Engineering

Attivo dal 2014

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

14 Domande
0 Risposte

RANK
230.440
of 300.765

REPUTAZIONE
0

CONTRIBUTI
14 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
64.29%

VOTI RICEVUTI
0

RANK
 of 21.084

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 170.941

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • First Review
  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


How to check that a push button has been pressed by the user usinguicontrol?
Hello!! I am creating a GUI, in which a user selects something from a popup menu, then a login window appears and user enters...

quasi 10 anni fa | 1 risposta | 0

1

risposta

Domanda


Find does not work according to the condition?
Hi All I have a vector having values such as [0.6089 0.5798 0.5711 and so on] I want to set a threshold to discard value...

quasi 11 anni fa | 1 risposta | 0

1

risposta

Domanda


How to convert image from rgb space to luv space?
Is there any built in command for converting RGB image to LUV?

circa 11 anni fa | 2 risposte | 0

2

risposte

Domanda


How can we use Linde Buzo Gray (LBG) algorithm for vector quantization for features extracted from images?
I am trying to construct visual vocabulary, and I have 9 training images, out which I have constructed a matrix of (256x9); wher...

circa 11 anni fa | 1 risposta | 0

1

risposta

Domanda


How to save multiple images in a loop without over writing the previous ones?
I sub-divided 112 images into 16 images each so that I can get 1792 sub-images at the end. Now when I am saving these images usi...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


How can we divide an image into 16 sub images each of size 128x128
While the size of original image is 512x512

oltre 11 anni fa | 2 risposte | 0

2

risposte

Domanda


How can I compute edges from adjacency matrix by using n(n-1)/2 formula?
I have 90x90 adjacency matrix, and I want to find the edges in this matrix?

oltre 11 anni fa | 0 risposte | 0

0

risposte

Domanda


How to find certain index of a diagonal matrix , when a condition meets?
I have the following code: covar = 1.0/m .* X' * X; % computing co-variance [U, S, V] = svd(covar); % singular value decom...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


How can I sum only few values in a diagonal matrix?
if I have a diagonal matrix, and I use sum(diag(A)) , it gives me the sum of entire diagonal, but I only want the sum of lets ...

oltre 11 anni fa | 3 risposte | 0

3

risposte

Domanda


how to save a vector coming from a function, into a matrix?
My basic code is : clc close all %%%%%%%% Read an Image + convert into grayscale fileNames=dir(fullfile('D:\Project\HSV\...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


How can I reshape 200 -- 3D histograms into 200 row vectors?
I am working on HSV features for 200 images, I have obtained 200 hsv histograms, now all I want is to apply Principal Component ...

oltre 11 anni fa | 0 risposte | 0

0

risposte

Domanda


How can I create a bigger matrix/array, having 200 zeros matrices in it?
I want to compute HSV histograms for 200 images, and for this purpose I have to initialize 200 zeros matrices for computing and ...

oltre 11 anni fa | 2 risposte | 0

2

risposte

Domanda


I have a sequence of images and I want to apply something (Gabor filter) on each of the images?
Problem is, when I apply Gabor on a single image, I get perfect results, but when I access the entire images , it only operates ...

oltre 11 anni fa | 1 risposta | 0

1

risposta

Domanda


How can I obtain a 3D histogram from 3 separate arrays?
I have the following code: img_rgb = imread('IMD037.bmp'); img_gray=rgb2gray(img_rgb); [rows, cols] = size(img_gray); %%...

quasi 12 anni fa | 1 risposta | 0

1

risposta