Rank: 1578 based on 54 downloads (last 30 days) and 7 files submitted
photo

Georg D

E-mail

Personal Profile:
Professional Interests:

 

Watch this Author's files

 

Files Posted by Georg View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
30 Mar 2012 Screenshot CameraGUI access all connected cameras, take snapshots, record streams, access and process frames in realtime Author: Georg D gui, image processing, camera, recording, avi, imaq 28 0
30 Nov 2011 unix time to matlab time converter converts matlab time into unixtime or unixtime into matlab time Author: Georg D unix time, datenum, datevec 10 0
30 Nov 2011 findFileSeries automatically finds an indexed series of files in a directory (e.g. img001.tif, img002.tif, etc.) Author: Georg D fileparts, fullfile, index 0 1
22 Jul 2011 gaussian mix fit of multiple connected ellipses processes image data containing connected ellipses. we try to fit a gaussian mixture to ellipses. Author: Georg D image processing, ellipse, fitting, gaussian mixture, gmdistributionfit 11 1
20 Jul 2011 repositionStructField a bit more convenient way to reposition fields in a structure Author: Georg D struct, field, orderfields 1 2
Comments and Ratings by Georg View all
Updated File Comments Rating
21 Jun 2012 quickgui brings up a tiny gui. use it e.g. to stop a loop inside a function by pressing a button. Author: Georg D

to make sure that the gui is responsive in a loop, i usually include a pause(0.01) before checking the button's value.

21 Jul 2011 findFileSeries automatically finds an indexed series of files in a directory (e.g. img001.tif, img002.tif, etc.) Author: Georg D

it doesn't matter if the indices inside the filenames are zeropadded, as long as the padding length is consistent.

21 Jul 2011 repositionStructField a bit more convenient way to reposition fields in a structure Author: Georg D

i can change the field order in
s = struct('a',val1,'b',val2,'c',val3)
to
s = struct('a',val1,'c',val3,'b',val2)
by
s = repositionStructField(s,'c','b')
or
s = repositionStructField(s,3,2)

it just uses orderfields, but is sometimes a bit more convenient to shift positions of single fields...

Comments and Ratings on Georg's Files View all
Updated File Comment by Comments Rating
21 Jun 2012 quickgui brings up a tiny gui. use it e.g. to stop a loop inside a function by pressing a button. Author: Georg D D, Georg

to make sure that the gui is responsive in a loop, i usually include a pause(0.01) before checking the button's value.

07 Aug 2011 gaussian mix fit of multiple connected ellipses processes image data containing connected ellipses. we try to fit a gaussian mixture to ellipses. Author: Georg D Lei, Han

Gaussian mixture modelling is a good way to model the multi-connected ellipse.

21 Jul 2011 findFileSeries automatically finds an indexed series of files in a directory (e.g. img001.tif, img002.tif, etc.) Author: Georg D D, Georg

it doesn't matter if the indices inside the filenames are zeropadded, as long as the padding length is consistent.

21 Jul 2011 repositionStructField a bit more convenient way to reposition fields in a structure Author: Georg D D, Georg

i can change the field order in
s = struct('a',val1,'b',val2,'c',val3)
to
s = struct('a',val1,'c',val3,'b',val2)
by
s = repositionStructField(s,'c','b')
or
s = repositionStructField(s,3,2)

it just uses orderfields, but is sometimes a bit more convenient to shift positions of single fields...

21 Jul 2011 repositionStructField a bit more convenient way to reposition fields in a structure Author: Georg D Simon, Jan

In which situation do you use this function?

Top Tags Applied by Georg
gui, image processing, avi, camera, color
Files Tagged by Georg View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
30 Mar 2012 Screenshot CameraGUI access all connected cameras, take snapshots, record streams, access and process frames in realtime Author: Georg D gui, image processing, camera, recording, avi, imaq 28 0
30 Nov 2011 unix time to matlab time converter converts matlab time into unixtime or unixtime into matlab time Author: Georg D unix time, datenum, datevec 10 0
30 Nov 2011 findFileSeries automatically finds an indexed series of files in a directory (e.g. img001.tif, img002.tif, etc.) Author: Georg D fileparts, fullfile, index 0 1
18 Oct 2011 Screenshot Minimum Enclosing Circle A code to find the minimum circle enclosing a set of given 2d points (Cartesian). Author: Yazan Ahed enclosing circle, smallest circle, minimal circle, points circle, points in circle 9 4
  • 3.0
3.0 | 3 ratings
22 Jul 2011 gaussian mix fit of multiple connected ellipses processes image data containing connected ellipses. we try to fit a gaussian mixture to ellipses. Author: Georg D image processing, ellipse, fitting, gaussian mixture, gmdistributionfit 11 1

Contact us