Peter Manley-Cooke
Followers: 0 Following: 0
Professional Interests: Sonar, Image Processing, AI, GPUs
Estadística
1 Pregunta
7 Respuestas
CLASIFICACIÓN
4.007
of 295.569
REPUTACIÓN
8
CONTRIBUCIONES
1 Pregunta
7 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
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
How can i use gabor filter for face recognition
You will also have to convert your image to be recognised to the same feature space as your samples.
más de 13 años hace | 0
How can I write a raw double precision image to disk?
Could you not expand the dynamic range before quantization and shrink it again when the image is re-loaded?
más de 13 años hace | 0
Binning time-dependent data in a histogram
If the data is in vectors, then t1 = [1 5 8 9]; t2 = [2 7 9 12]; t3 = [2 5 5]; % Combine the data t= [t1 t2 ...
más de 13 años hace | 1
Problems with stopping a loop using a GUI and Getting data to apear in GUI
Hi Jim, It does actually work. The problem is the for loop. I don't have the image & video toolkit so I commented all that...
más de 13 años hace | 1
| aceptada
problem with train function neural networks
I have forgotten most of the NN stuff and I no longer have a toobbox but, have you tried [net,tr]=train(net,min_max,f'); ...
más de 13 años hace | 0
Problems with stopping a loop using a GUI and Getting data to apear in GUI
First the flame area display: You only need set(handles.counter_text,'String',num2str(flameArea)); assuming that there is...
más de 13 años hace | 0
Pregunta
How do I change the marker size with the zoom setting.
How do I change the marker size to make the markers, points in this case, bigger after zooming in about four times. They then sh...
más de 13 años hace | 1 respuesta | 0
1
respuestaHow can run or include an external dll library and its C++ header files in MATLAB
Possibly write a wrapper to interface functions the load the library using LibLoad(). There are a few operations you can do to w...
más de 13 años hace | 0