Wednesday 12 December 2012

Cloudsim installation in Windows

Cloudsim is the best simulation for cloud computing domain.this tools used for more research papers.In below we sea How to install cloudsim on windows.

1.Download clousim, apache_ant and Java version 1.6 or newer.
2.Then Install Java.
3.Extract clousim and  apache_ant files on C:\


4.open command prompt.
5.Set the path for Java and apache_ant,both are set the path on bin directory.
ex:

set path=%path%;.;"c:\Program Files\Java\jdk1.6.0_06\bin";
set path=%path%;.;C:\apache-ant-1.8.4\bin;


6.Then set the classpath to cloudsim library files.

for ex

set classpath=%classpath%;.;C:\cloudsim-3.0\jars\cloudsim-3.0.jar;C:\cloudsim-3.0\jars\cloudsim-3.0-sources.jar;C:\cloudsim-3.0\jars\cloudsim-examples-3.0.jar;C:\cloudsim-3.0\jars\cloudsim-examples-3.0-sources.jar


7.Then goto cloudsim example folder using cd command.

ex :cd  C:\cloudsim-3.0\examples

8.Compile example1 program using Javac command.

ex: javac org/cloudbus/cloudsim/examples/CloudSimExample1.java

9.Then Run CloudSimExample1 using java command
ex: java org.cloudbus.cloudsim.examples.CloudSimExample1

10.Then Result will come and successfully installed cloudsim on your computer. 

Sunday 2 December 2012

A New Human Identification Method Sclera Recognition Matlab code

Training
  • Read the all Input Images from Hard Disk Drive Folders.
  • Then Converted RGB into Gray scale Image
  • Applying Horizontal sobel filter on that Image.
  • Estimation of Glare Area.
  • Iris Boundary Detection using circular iris segmentation methods.
  • Extract sclera region using Otsu’s threshold method.
  • Iris and Eyelid Detection and Refinement using Morphological operator and Gabor Filter.
  •  Then Save and create the Iris Eyelid templates on Hard disk Drive.

Testing
  • Read one Image from Hard Disk.
  • Then follow above Training steps 2 to 6 applying.
  • Then mach the Iris Eyelid template on Database template.
  • Finally Recognition Results will Comes.

Output:


System Requirement:

OS : Windows
Matlab  Version : 2012a
Price : Rs 2000
Matlab Code is available.
contact : 8015926919
Email : ieeematlabcode@gmail.com

Related Posts Plugin for WordPress, Blogger...