From e05657d344d68ed4160cbdec391479e86cc001e8 Mon Sep 17 00:00:00 2001 From: jll Date: Sat, 11 Mar 2017 11:44:01 +0100 Subject: [PATCH] Removes all dropbox public links from the blog --- ...imple-region-growing-implementation-in-python.markdown | 2 +- _posts/2012-01-30-relocating-to-the-netherlands.markdown | 2 +- ...ntly-handle-knowledge-as-a-computer-scientist.markdown | 2 +- ...12-05-13-fusion-de-donnees-sonar-sous-marines.markdown | 8 ++++---- ...-is-descartes-the-father-of-agile-development.markdown | 2 +- .../2012-06-13-llama-profile-activation-problems.markdown | 2 +- ...tion-timelapse-creation-with-face-recognition.markdown | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/_posts/2011-11-28-simple-region-growing-implementation-in-python.markdown b/_posts/2011-11-28-simple-region-growing-implementation-in-python.markdown index e1d09c9..93ff0dd 100644 --- a/_posts/2011-11-28-simple-region-growing-implementation-in-python.markdown +++ b/_posts/2011-11-28-simple-region-growing-implementation-in-python.markdown @@ -192,7 +192,7 @@ A word about iterative method used to extract similar parts of an image. One or several points are chosen as a start. The region then grows until it is finally blocked by the stop criteria. This criteria is generally an inside/outside region comparison (energy, size, . . .). -Region growing is massively used in medical imaging, and object detection. Here is an example of application in automatic Mine Hunting, which I worked with last year at TNO. +Region growing is massively used in medical imaging, and object detection. Here is an example of application in automatic Mine Hunting, which I worked with last year at TNO. The following method uses one seed point, defined by the user. The region grows by comparing with its neighbourhood. The chosen criteria is in this case a difference between outside pixel's intensity value and the region's mean. The pixel with minimum intensity in the region neighbouhood is chosen to be included. The growing stops as soon as the difference is larger than a threshold. diff --git a/_posts/2012-01-30-relocating-to-the-netherlands.markdown b/_posts/2012-01-30-relocating-to-the-netherlands.markdown index 7a4d043..fcf572c 100644 --- a/_posts/2012-01-30-relocating-to-the-netherlands.markdown +++ b/_posts/2012-01-30-relocating-to-the-netherlands.markdown @@ -49,7 +49,7 @@ Hi all, Long time no see ! I stayed silent those last days for the simple reason that I relocated to the Netherlands. -Two years ago, I spent some months working at TNO in underwater mine recognition. The internship took place in The Hague and I discovered how fascinating life could be outside of your native country.I should write more soon about the results of this project:). +Two years ago, I spent some months working at TNO in underwater mine recognition. The internship took place in The Hague and I discovered how fascinating life could be outside of your native country.I should write more soon about the results of this project:). Back in France, I realized that each day I was missing international life more and more and my girlfriend and me finally took the decision to relocate abroad as soon as possible diff --git a/_posts/2012-03-09-efficiently-handle-knowledge-as-a-computer-scientist.markdown b/_posts/2012-03-09-efficiently-handle-knowledge-as-a-computer-scientist.markdown index 5fb6329..6020de7 100644 --- a/_posts/2012-03-09-efficiently-handle-knowledge-as-a-computer-scientist.markdown +++ b/_posts/2012-03-09-efficiently-handle-knowledge-as-a-computer-scientist.markdown @@ -153,7 +153,7 @@ As a researcher, part of your job consists in being an expert in your field and Basically speaking, Mendeley is a publication management tool. It would help you keep track of your publications by extracting meda-data from the pdfs, and sort them out for you. For each document, you can access its authors, abstract, . . . And you can also set these meta-data and add keywords or tags. While keywords are often already filled by the authors of the pdfs, tags have become my very secret weapon. -
mendeley desktop
+
mendeley desktop
There are 3 major things I want to show you here that can help you efficiently handle tons of information. diff --git a/_posts/2012-05-13-fusion-de-donnees-sonar-sous-marines.markdown b/_posts/2012-05-13-fusion-de-donnees-sonar-sous-marines.markdown index bce6376..951dcab 100644 --- a/_posts/2012-05-13-fusion-de-donnees-sonar-sous-marines.markdown +++ b/_posts/2012-05-13-fusion-de-donnees-sonar-sous-marines.markdown @@ -42,17 +42,17 @@ In this paper, I present a new method that merge a  feature based class As a basis for the region based algorithm, I used the level-sets method. With one part of the algorithm searching for homogen zones and the other searching for limits, one can hope to get nice results once merged ! -Here is a link to the french version of the paper, presented at the "10ème Conférence Internationale Francophone sur l'Extraction et la Gestion des Connaissances (EGC)" +Here is a link to the french version of the paper, presented at the "10ème Conférence Internationale Francophone sur l'Extraction et la Gestion des Connaissances (EGC)" -The english version was presented one year later at "10th European Conference on Underwater Acoustics (ECUA) 2010". +The english version was presented one year later at "10th European Conference on Underwater Acoustics (ECUA) 2010". Just for the beauty of it, I want to quickly present some results : Here is an example of sonar image manually segmented by two different experts. Observe how the results are similar, but also different at the same time. -
+
Here are the results I got using my fully automated method : -
+
Results are actually quite promising, given the amount of time I have been working on the subject! (You can have some precise results in the paper) I just hope that this work will be used later and lead to even more interesting results ! diff --git a/_posts/2012-06-04-is-descartes-the-father-of-agile-development.markdown b/_posts/2012-06-04-is-descartes-the-father-of-agile-development.markdown index 1da9fa6..c57ec00 100644 --- a/_posts/2012-06-04-is-descartes-the-father-of-agile-development.markdown +++ b/_posts/2012-06-04-is-descartes-the-father-of-agile-development.markdown @@ -40,7 +40,7 @@ As an example, the Le discours de la méthode  , Descartes describes 4 principles that (in his mind) people should follow to eventually find a solution to their (scientific) problems. -Cover of le discours de la Méthode +Cover of le discours de la Méthode Here is the original (and french) version of those principles:
diff --git a/_posts/2012-06-13-llama-profile-activation-problems.markdown b/_posts/2012-06-13-llama-profile-activation-problems.markdown index fb168b4..94d93b0 100644 --- a/_posts/2012-06-13-llama-profile-activation-problems.markdown +++ b/_posts/2012-06-13-llama-profile-activation-problems.markdown @@ -22,7 +22,7 @@ comments: [] --- A really quick tip today : I am completely fond of Llama on my Android phone. -
Llama application icon
+
Llama application icon
Actually, it the very first application I would install on a new device. diff --git a/_posts/2012-08-21-presenting-ivolution-timelapse-creation-with-face-recognition.markdown b/_posts/2012-08-21-presenting-ivolution-timelapse-creation-with-face-recognition.markdown index d51826a..00336ec 100644 --- a/_posts/2012-08-21-presenting-ivolution-timelapse-creation-with-face-recognition.markdown +++ b/_posts/2012-08-21-presenting-ivolution-timelapse-creation-with-face-recognition.markdown @@ -49,7 +49,7 @@ Hopefully, all this work is not lost! The perspective of a contest gave me a big
-
+