Adnan Saify
Followers: 0 Following: 0
Estadística
12 Preguntas
0 Respuestas
CLASIFICACIÓN
258.820
of 295.638
REPUTACIÓN
0
CONTRIBUCIONES
12 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
33.33%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.255
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.207
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
Feeds
Pregunta
how to match the image density with a certain reference image using hough transform
in my project i want to calculate the matching percentage of a real time image with respect to its reference image based on the ...
casi 9 años hace | 0 respuestas | 0
0
respuestasPregunta
how to get a considerable difference while matching two different images with a same reference image
i want to match two images and for that i am using the following code: matched_data=0; unmatched=0; z=imsubtract(a,b); for i...
casi 9 años hace | 0 respuestas | 0
0
respuestasPregunta
how to improve efficiency of image matching
i am doing project and in that i want to match a real time image with a reference image, for matching i am using histogram equi...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
how to calculate number of zeroes in an image array?
suppose i have an image array for example 1 2 3 1 2 1 1 0 1 2 5 8 7 9 4 7 8 9 2 3 0 0 0 0 1 2 0 0 the above ar...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
how to use matlab app in our own gui
actually i had downloaded an image registration app of matlab and i had my own gui but i want the image registration function to...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
how to eliminate gui_mainfcn(gui_State, varargin{:}); error
code file is attached Error in ==> gui_mainfcn at 96 feval(varargin{:}); Error in ==> test1 at 41 gui_mainfcn(...
casi 9 años hace | 2 respuestas | 0
2
respuestasPregunta
how to eliminate the uicontrol callback error
t i am not getting rid of following errors(attached updated file) ??? Reference to non-existent field 'result'. Error in =...
casi 9 años hace | 2 respuestas | 0
2
respuestasPregunta
how to solve the imresize syntax error when the syntax is right as i have checked it ?
the error is given below ??? Error using ==> imresize>parsePreMethodArgs at 333 Invalid input syntax; input image missing fr...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
how handles and callback and uicontrol works in matlab?
i am a beginner in matlab ,so please help me out by explaning the basics handles and callback
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
can anyone explain the code below/
actually i am doing a project on *traffic control system using image processing* and i had got a code but i am unable to underst...
casi 9 años hace | 0 respuestas | 0
0
respuestasPregunta
how to pass output of aone pushbutton to act as input to the other push button?
actually i am reading an image in a pushbutton and now i have to resize this image through other push button and many more conv...
casi 9 años hace | 0 respuestas | 0
0
respuestasPregunta
how can i pass the output of one pushbutton to read as input to the other,i have posted my code ,here i want the output of 'read_image'(push button) to be as input of 'resize_image' (pushbutton)
function varargout = image_processing(varargin) % IMAGE_PROCESSING M-file for image_processing.fig % IMAGE_PROCESSI...
casi 9 años hace | 1 respuesta | 0