Technology

sepdek July 17, 2015

DIGITAL TECHNOLOGIES IN CULTURAL HERITAGE & TOURISM 11 Days equivalent workload to 130 hours (incl. 20 hours essay), 5 ECTS 30 July – 10 August 2015 Delphi, Greece Complete summer school programme. COURSE: Introduction, current state-of-the-art, innovation, trends UNIT: Innovative applications of technology in cultural heritage and trends for future research and development PDF edition […]

sepdek June 20, 2015

Recently I have been experimenting with MIT app inventor 2 on the Web to check the development cycle and production time. It turns out that the platform is extremely productive and offers numerous features for Android app development. In a day I have been able to develop a relatively simple app and in two hours […]

sepdek November 24, 2014

A newly developed remote monitoring app for Android devices has been published on the Google Play store. The application is a miniaturised version, which provides just a few remote measurements served by a data server. The application is heavily based upon the work of Maria Pappou and Christos Zaptses, which have originally developed an arduino-android […]

sepdek October 22, 2014

Since the Yosemite update a few days back, I decided to give Mac Mail another chance. One really annoying thing that I had to face right from the beginning was the lack of a keyboard shortcut for a “must” option to “Erase Deleted Items” “In All Accounts…” (quoting the menu options). There is an incredibly […]

sepdek October 14, 2014

I have recently finished developing a simple eHealth project that includes a health sensor kit and an iOS 8 app published through the App Store (*currently my developer account is suspended due to the capital controls in Greece). The project is called ‘i-Health’ for all the known reasons. The application offers a live medical monitoring […]

sepdek August 8, 2014

The only way that I found to delete multiple photos from the iPhone (iOS 7) without having to select them one-by-one or, at best, ‘Moment’-wise, was to use Preview on my mac! Preview has a magical option in the ‘File’ menu which is called ‘Import from iPhone…‘. This option opens a window showing all photos […]

sepdek May 15, 2014

It has been many years working on digitization, reconstruction and virtual world applications; tested and used various techniques covering almost all aspects in the digital recording workflow. In the recent past years our team has been successfully engaged in a very productive workflow regarding digitization and reconstruction in 3D. Specifically, this workflow involved the application […]

sepdek March 14, 2014

A straightforward approach to do geometric image transformations using MATLAB is to take advantage of the imtransform function available. First the image is supposed to be within a ‘unity’ rectangle and initial transformation conditions are defined accordingly: udata = [0 1]; vdata = [0 1]; fill_color = 128; org_rect = [0 0;1 0;1 1;0 1]; […]

sepdek March 14, 2014

I have already kept a note on the procedures needed to cancel a pre-approved or automated PayPal payment in a post regarding Skype but this is a more general problem and I need to remember… Walk through the menus as follows: My account > Profile > My Money > My preapproved payments > Update Here […]

sepdek February 10, 2014

In a recently posted question @StackOverflow a user asked how to find the maximum Euclidean distance in a binary image produced by Canny edge detection using MATLAB. The original post is here. I report my response here just for archival purposes. Provided that you have a binary edge image, you need to think of white […]

sepdek December 3, 2013

Quite often I have to read texts, papers and theses of students in order to review them and make corrections and suggestions. In many such cases I face the problem of texts with unequal word spacing and huge white-space areas that really looks bad. See the following image for an example (text taken from Wikipedia.org). […]

sepdek November 21, 2013

I found a workaround to enable (a 50%) focus-follows-mouse functionality on MAC OS X Mavericks after reading pages and pages and testing various snippets and techniques that failed. The thing is I always use focus-follows-mouse on all platforms including Windows (recently found a way for Windows 8). The only thing that worked (50% what I […]