Download faceit Free Java Code

Description

A webservice for a cloud based mobile security using Facial Recognition.

Icons

faceit

Source Files

The download file faceit-master.zip has the following entries.


.gitignore// w  w w . java2 s . c  om
Properties/AwsCredentials.properties
README.md
WebContent/META-INF/content.xml
WebContent/WEB-INF/web.xml
build.xml
jni/makefile
jni/opencv.c
jni/opencv.h
lib/apache-axis-1.4/axis-ant.jar
lib/apache-axis-1.4/axis.jar
lib/apache-axis-1.4/commons-discovery-0.2.jar
lib/apache-axis-1.4/commons-logging-1.0.4.jar
lib/apache-axis-1.4/jakarta-log4j-1.2.8.jar
lib/apache-axis-1.4/jaxrpc.jar
lib/apache-axis-1.4/jl1.0.jar
lib/apache-axis-1.4/mail.jar
lib/apache-axis-1.4/saaj.jar
lib/apache-axis-1.4/wsdl4j-1.5.1.jar
lib/metadata-extractor-2.3.1/metadata-extractor-2.3.1.jar
lib/opencv1.0/OpenCV_1.0.exe
lib/opencv1.0/hstable.dat
src/com/.DS_Store
src/com/sjsu/.DS_Store
src/com/sjsu/faceit/.DS_Store
src/com/sjsu/faceit/bean/LoginImageData.java
src/com/sjsu/faceit/bean/SignUpData.java
src/com/sjsu/faceit/client/FaceItClient.java
src/com/sjsu/faceit/client/FaceItClientMultiThreaded.java
src/com/sjsu/faceit/client/NewDir.java
src/com/sjsu/faceit/client/NewFile.java
src/com/sjsu/faceit/client/Test.java
src/com/sjsu/faceit/client/ThreadDemo.java
src/com/sjsu/faceit/db/AmazonS3Manager.java
src/com/sjsu/faceit/db/MySQLManager.java
src/com/sjsu/faceit/db/MySqlDbManager.java
src/com/sjsu/faceit/example/AwsCredentials.properties
src/com/sjsu/faceit/example/GetComputerName.java
src/com/sjsu/faceit/example/S3Sample.java
src/com/sjsu/faceit/exception/AmazonS3Exception.java
src/com/sjsu/faceit/exception/EmailAlreadyRegisteredException.java
src/com/sjsu/faceit/exception/InvalidEmailException.java
src/com/sjsu/faceit/exception/InvalidNameException.java
src/com/sjsu/faceit/exception/InvalidSecurityAnswerException.java
src/com/sjsu/faceit/exception/InvalidStateException.java
src/com/sjsu/faceit/exception/InvalidZipException.java
src/com/sjsu/faceit/exception/UnableToProcesImageException.java
src/com/sjsu/faceit/helper/ImageCodec.java
src/com/sjsu/faceit/helper/ImplHelper.java
src/com/sjsu/faceit/helper/XMLParser.java
src/com/sjsu/faceit/service/FaceItApp.java
src/com/sjsu/faceit/service/FaceItImpl.java
src/com/sjsu/faceit/service/FaceItService.java
src/com/sjsu/faceit/validation/ValidateSignUpData.java
src/de/offis/faint/controller/BufferedImageCache.java
src/de/offis/faint/controller/HotSpotController.java
src/de/offis/faint/controller/MainController.java
src/de/offis/faint/data/Modules.conf
src/de/offis/faint/data/RessourceLoader.java
src/de/offis/faint/data/detect.png
src/de/offis/faint/data/iconcorner.png
src/de/offis/faint/data/notraining.png
src/de/offis/faint/data/open.png
src/de/offis/faint/data/thumb.png
src/de/offis/faint/data/training.png
src/de/offis/faint/data/watermark.png
src/de/offis/faint/data/xmp.png
src/de/offis/faint/detection/filters/skincolor/HS_Table.java
src/de/offis/faint/detection/filters/skincolor/SkinColorFilter.java
src/de/offis/faint/detection/filters/skincolor/SkinColorSettingsPanel.java
src/de/offis/faint/detection/filters/skincolor/TableBuilder.java
src/de/offis/faint/detection/filters/skincolor/hstable.dat
src/de/offis/faint/detection/plugins/betaface/BetafaceDetection.java
src/de/offis/faint/detection/plugins/betaface/BetafaceSettingsPanel.java
src/de/offis/faint/detection/plugins/betaface/betalogo.png
src/de/offis/faint/detection/plugins/betaface/generated/ArrayOfDoubleHolder.java
src/de/offis/faint/detection/plugins/betaface/generated/BetafaceDetectedFace.java
src/de/offis/faint/detection/plugins/betaface/generated/BetafaceFaceFeature.java
src/de/offis/faint/detection/plugins/betaface/generated/BetafaceImage.java
src/de/offis/faint/detection/plugins/betaface/generated/BetafaceRect.java
src/de/offis/faint/detection/plugins/betaface/generated/BetafaceWebService.java
src/de/offis/faint/detection/plugins/betaface/generated/BetafaceWebServiceLocator.java
src/de/offis/faint/detection/plugins/betaface/generated/BetafaceWebServiceSoap.java
src/de/offis/faint/detection/plugins/betaface/generated/BetafaceWebServiceSoap12Stub.java
src/de/offis/faint/detection/plugins/betaface/generated/BetafaceWebServiceSoapStub.java
src/de/offis/faint/detection/plugins/betaface/generated/FeatureType.java
src/de/offis/faint/detection/plugins/opencv/OpenCVDetection.java
src/de/offis/faint/detection/plugins/opencv/OpenCVSettingsPanel.java
src/de/offis/faint/detection/plugins/opencv/cv100.dll
src/de/offis/faint/detection/plugins/opencv/haarcascade_frontalface_alt.xml
src/de/offis/faint/detection/plugins/opencv/haarcascade_frontalface_alt2.xml
src/de/offis/faint/detection/plugins/opencv/haarcascade_frontalface_alt_tree.xml
src/de/offis/faint/detection/plugins/opencv/haarcascade_frontalface_default.xml
src/de/offis/faint/detection/plugins/opencv/haarcascade_profileface.xml
src/de/offis/faint/detection/plugins/opencv/highgui100.dll
src/de/offis/faint/detection/plugins/opencv/libguide40.dll
src/de/offis/faint/detection/plugins/opencv/license.txt
src/de/offis/faint/detection/plugins/opencv/opencv.dll
src/de/offis/faint/export/JPEG_Adapter.java
src/de/offis/faint/export/XMPExporter.java
src/de/offis/faint/export/XMPPacket.java
src/de/offis/faint/global/Constants.java
src/de/offis/faint/global/Utilities.java
src/de/offis/faint/gui/EventDispatcher.java
src/de/offis/faint/gui/MainFrame.java
src/de/offis/faint/gui/StartupDialog.java
src/de/offis/faint/gui/events/EventAddKnownPerson.java
src/de/offis/faint/gui/events/EventChangePlugin.java
src/de/offis/faint/gui/events/EventChangeScanWindowSize.java
src/de/offis/faint/gui/events/EventClassifyRegion.java
src/de/offis/faint/gui/events/EventDeletePerson.java
src/de/offis/faint/gui/events/EventDeleteRegion.java
src/de/offis/faint/gui/events/EventDetectFacesOnCurrentImage.java
src/de/offis/faint/gui/events/EventModifyTrainingData.java
src/de/offis/faint/gui/events/EventOpenFolder.java
src/de/offis/faint/gui/events/EventOpenImage.java
src/de/offis/faint/gui/events/EventRecognizeFace.java
src/de/offis/faint/gui/events/EventRegionSelectionChanged.java
src/de/offis/faint/gui/events/EventRenamePerson.java
src/de/offis/faint/gui/events/EventShowFacesOfPerson.java
src/de/offis/faint/gui/events/EventShowTab.java
src/de/offis/faint/gui/events/EventShutdownMainFrame.java
src/de/offis/faint/gui/events/EventUpdateAnnotationPanel.java
src/de/offis/faint/gui/events/EventUpdateMenuBar.java
src/de/offis/faint/gui/events/IEvent.java
src/de/offis/faint/gui/facedb/FaceDBMenuBar.java
src/de/offis/faint/gui/facedb/FaceDBTab.java
src/de/offis/faint/gui/facedb/FaceGallery.java
src/de/offis/faint/gui/facedb/PersonPanel.java
src/de/offis/faint/gui/facedb/XMPDialog.java
src/de/offis/faint/gui/photobrowser/AnnotationPanel.java
src/de/offis/faint/gui/photobrowser/AnnotationTable.java
src/de/offis/faint/gui/photobrowser/BrowserMenuBar.java
src/de/offis/faint/gui/photobrowser/BrowserTab.java
src/de/offis/faint/gui/photobrowser/ClassificationPanel.java
src/de/offis/faint/gui/photobrowser/DetectionDialog.java
src/de/offis/faint/gui/photobrowser/ImageCursorBehaviour.java
src/de/offis/faint/gui/photobrowser/ImagePanel.java
src/de/offis/faint/gui/photobrowser/ImageViewBehaviour.java
src/de/offis/faint/gui/photobrowser/ScanWindowSlider.java
src/de/offis/faint/gui/photobrowser/ThumbnailLoadingThread.java
src/de/offis/faint/gui/photobrowser/ThumbnailPanel.java
src/de/offis/faint/gui/photobrowser/ThumbnailTable.java
src/de/offis/faint/gui/preferences/FilterPanel.java
src/de/offis/faint/gui/preferences/PluginPanel.java
src/de/offis/faint/gui/preferences/PreferencesTab.java
src/de/offis/faint/gui/tools/EditableJTable.java
src/de/offis/faint/gui/tools/ExceptionDialog.java
src/de/offis/faint/gui/tools/InfoDialog.java
src/de/offis/faint/gui/tools/JTableHeaderEventGenerator.java
src/de/offis/faint/gui/tools/NiceJFrame.java
src/de/offis/faint/gui/tools/NiceJPanel.java
src/de/offis/faint/interfaces/IDetectionFilter.java
src/de/offis/faint/interfaces/IDetectionPlugin.java
src/de/offis/faint/interfaces/IModule.java
src/de/offis/faint/interfaces/IRecognitionFilter.java
src/de/offis/faint/interfaces/IRecognitionPlugin.java
src/de/offis/faint/interfaces/ISwingCustomizable.java
src/de/offis/faint/model/FaceDatabase.java
src/de/offis/faint/model/ImageModel.java
src/de/offis/faint/model/Region.java
src/de/offis/faint/recognition/filters/simplecontext/SimpleContextFilter.java
src/de/offis/faint/recognition/plugins/eigenfaces/CovarianceMatrix.java
src/de/offis/faint/recognition/plugins/eigenfaces/EigenfaceBuilder.java
src/de/offis/faint/recognition/plugins/eigenfaces/EigenfaceRecognition.java
src/de/offis/faint/recognition/plugins/eigenfaces/EigenfaceSettingsPanel.java
src/de/offis/faint/recognition/plugins/eigenfaces/NearestHitsDialog.java

Download

Click the following link to download faceit-master.zip.

faceit-master.zip




















Home »
  Java Free Code »
    Security »




Security
Security Authentication
Security network