photo

Muneef


Con actividad desde 2013

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

10 Preguntas
4 Respuestas

CLASIFICACIÓN
276.548
of 300.343

REPUTACIÓN
0

CONTRIBUCIONES
10 Preguntas
4 Respuestas

ACEPTACIÓN DE RESPUESTAS
40.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.926

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.172

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

  • Thankful Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


imwarp with for loop
I have a transformation matrix and a image i am trying to implement imwarp with for loops any help?

más de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


how to make two matrices multiplicable in matlab
let say i have an image of some dimension and a 3x3 matrix which i want to multiply with all its pixels but how can i achieve it...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


inverse mapping on a image
Hi how can i apply inverse mapping on a image with a matrix of 3*3 without any built in tools. its like making a imwrap function...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to multiply a gray scale image with matrix to get image according to these points?
Its like writing your own imwrap function.

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


hi i am doing this assignment and i have no idea what does that mean or asking me to do?
When using correlation to detect objects in images, it may be that the size of the image represented by the search object does n...

casi 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Car simulation in 2d?
Hi, i am making parking mania in 2d i have to simulate a car in true sense means if i press left key then it rotates only on sma...

casi 12 años hace | 0 respuestas | 0

0

respuestas

Pregunta


When image is rotated its pixels get very low and image become very distorted?
When image is rotated its pixels get very low and image become very distorted?

casi 12 años hace | 1 respuesta | 0

1

respuesta

Pregunta


image rotation with equations?
xrot = x*cos(θ) − y*sin(θ) yrot = x*sin(θ) + y*cos(θ) hold for images as well. can i rotate image with them?

casi 12 años hace | 2 respuestas | 0

2

respuestas

Respondida
How to rotate a 2d moving image like a car?
thanks i have done it

casi 12 años hace | 0

Pregunta


How to rotate image when its handle is not a matrix?
i when to rotate a moving image whose xdata and ydata is set. now i cant able to rotate it.

casi 12 años hace | 1 respuesta | 0

1

respuesta

Respondida
copy-on-write, performance, and code readability
so are you using struct. inside a function?

casi 12 años hace | 0

Pregunta


How to rotate a 2d moving image like a car?
hello every one i am facing problem in rotating my car's image when i press a key the car just move upwards without any rotation...

casi 12 años hace | 2 respuestas | 0

2

respuestas

Respondida
Data structure in Matlab
yes it can be done you can put a matrix inside a vector by using cells .

casi 12 años hace | 0