photo

Varun Pai


Con actividad desde 2015

Followers: 0   Following: 0

Estadística

MATLAB Answers

1 Pregunta
6 Respuestas

CLASIFICACIÓN
5.249
of 300.352

REPUTACIÓN
10

CONTRIBUCIONES
1 Pregunta
6 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
1

CLASIFICACIÓN
 of 20.928

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.212

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Knowledgeable Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
calling another gui /window from one push_button(or any other tool from gui).
Dear Sweta, I can give you one solution for the same. Assume that you are having 2 pushbuttons 1 and 2. You are triggering pu...

alrededor de 10 años hace | 0

Respondida
How can I equalize the V component of a HSV image?
Please find below code I = imread('pears.png'); I_hsv = rgb2hsv(I); V_comp = I_hsv(:,:,3); eq_V_comp = ...

alrededor de 10 años hace | 0

Respondida
How can I perform histogram equalization on separated H, S, V components?
Dear Vishnu, histogram equalization of the 'Hue' and 'Saturation' component is not recommended, because these two factors hol...

alrededor de 10 años hace | 0

Respondida
How can I solve this odd/even loop question (hailstone sequence)?
I think this is your requiremnt. Please check num = 71; count = 0; while(num~=1) count = count+1; if(mod(num,2)...

alrededor de 10 años hace | 0

| aceptada

Respondida
How to increase the contrast of a colour image?
Hi Kiruthika, Please find the below method. It is the most easiest way. You can set the maximum and minimum values and adjust...

alrededor de 10 años hace | 1

| aceptada

Respondida
how to convert an 8x8 matrix to a texture image?
Please check below code. It may satisfy your requirement image_8x8 = uint8(255.*rand(8)); figure, imshow(image_8x8),title('...

alrededor de 10 años hace | 0

Pregunta


How can i vectorize the binning process for HOG feature computation and run on GPU ?
Dear Friends, I have been trying to implement the HOG feature calculation on matlab GPU (PCT toolbox). The code which i am us...

alrededor de 10 años hace | 0 respuestas | 0

0

respuestas