Peter Manley-Cooke
2011년부터 활동
Followers: 0 Following: 0
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.
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.
14년 초과 전 | 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?
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?
14년 초과 전 | 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 ...
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 ...
14년 초과 전 | 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...
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...
거의 15년 전 | 1
| 수락됨
답변 있음
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'); ...
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'); ...
거의 15년 전 | 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...
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...
거의 15년 전 | 0
질문
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...
거의 15년 전 | 답변 수: 1 | 0
1
답변답변 있음
How 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...
How 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...
거의 15년 전 | 0


