RSS
 

Author Archive

OpenCV: Phase Correlation

11 Jun

The phase correlation method is very useful when we need to compare the similarities of two or more images. While looking in the internet I fount this interesting page.

 
No Comments

Posted in OpenCV

 

Japan: RO-MAN 2009 Home page

11 Jun

The homepage of RO-MAN 2009 is here
To log in process here


 
2 Comments

Posted in Japan

 

OpenCV: Implementation of Eigenface

10 Jun

I found a good tutorial which explain how the face recognition method called eigenface works: Cognotics
This tutorial uses the deprecated function cvCalcEigenObjects().
The advised function is cvCalcPCA().


 
No Comments

Posted in C++, OpenCV

 

Kernel shared memory increase

10 Jun

I have to increase your “kernel.shmmax” to allow large log data to be shared among processes. To do that I need to modify the “/etc/sysctl.conf” file and add a new line at the end as follows:

kernel.shmmax = 134217728 #this is for 128Mb of max. shared memory blocks

After changing the file, run the command:
$sudo sysctl -p


 
No Comments

Posted in Ubuntu

 

Tunisian Embassy In Tokyo

10 Jun

The address and location of Tunisian Embassy in Tokyo is as follows:
在日チュニジア共和国大使館
〒102-0074 東京都千代田区九段南3-6-6

TEL : 03-3511-6622
FAX : 03-3511-6699

一般のお問合せは

平日9:00-12:00 / 13:00-17:00

ビザに関するお問合せは

平日9:30-12:00

The nearest JR station is Ichigaya(市ヶ谷) station.
tokyo-ichigaya

The location on the map:
[mappress]

 
2 Comments

Posted in Japan