home | Download | Guestbook | Sitemap
codelookerDownloadWindows/.NETC # Programming
Search:
GestureRecognizer_src
  • Classification:Windows/.NET - C # Programming
  • Development Tool:Visual C++
  • Sise:169 KB
  • Upload time:2011/6/4 12:56:30
  • Uploader:pramodbhardwaj
  • Download Statistics:
Description
Mouse Gesture recognition


GestureRecognizer.ico

File list:
GestureRecognizer_src
....................\Common
....................\......\bin
....................\......\...\Debug
....................\......\Properties
....................\......\..........\AssemblyInfo.cs
....................\......\Delegates.cs
....................\......\System.Common.csproj
....................\GestureRecognizer
....................\.................\bin
....................\.................\...\Debug
....................\.................\...\.....\GestureRecognizer.exe.config
....................\.................\...\.....\GestureRecognizer.vshost.exe
....................\.................\...\.....\GestureRecognizer.vshost.exe.config
....................\.................\...\.....\GestureRecognizer.vshost.exe.manifest
....................\.................\Properties
....................\.................\..........\AssemblyInfo.cs
....................\.................\..........\Resources.Designer.cs
....................\.................\..........\Resources.resx
....................\.................\..........\Settings.Designer.cs
....................\.................\..........\Settings.settings
....................\.................\AboutGestureRecognizerForm.cs
....................\.................\AboutGestureRecognizerForm.Designer.cs
....................\.................\AboutGestureRecognizerForm.resx
....................\.................\app.config
....................\.................\Delegates.cs
....................\.................\GestureMainForm.cs
....................\.................\GestureMainForm.Designer.cs
....................\.................\GestureMainForm.resx
....................\.................\GestureManagementForm.cs
....................\.................\GestureManagementForm.Designer.cs
....................\.................\GestureManagementForm.resx
....................\.................\GesturePanel.cs
....................\.................\GestureRecognizer.csproj
....................\.................\GestureRecognizer.ico
GestureRecognizer.ico
....................\.................\GestureRecognizerData.cs
....................\.................\GestureSetCreationForm.cs
....................\.................\GestureSetCreationForm.Designer.cs
....................\.................\GestureSetCreationForm.resx
....................\.................\MainForm.cs
....................\.................\MainForm.Designer.cs
....................\.................\MainForm.resx
....................\.................\NeuralNetworkPreviewForm.cs
....................\.................\NeuralNetworkPreviewForm.Designer.cs
....................\.................\NeuralNetworkPreviewForm.resx
....................\.................\NeuralNetworkSettingsForm.cs
....................\.................\NeuralNetworkSettingsForm.Designer.cs
....................\.................\NeuralNetworkSettingsForm.resx
....................\.................\NeuralNetworkTrainForm.cs
....................\.................\NeuralNetworkTrainForm.Designer.cs
....................\.................\NeuralNetworkTrainForm.resx
....................\.................\NewGestureForm.cs
....................\.................\NewGestureForm.Designer.cs
....................\.................\NewGestureForm.resx
....................\.................\PerformancesForm.cs
....................\.................\PerformancesForm.Designer.cs
....................\.................\PerformancesForm.resx
....................\.................\Program.cs
....................\.................\SettingsForm.cs
....................\.................\SettingsForm.Designer.cs
....................\.................\SettingsForm.resx
....................\.................\ThresholdsForm.cs
....................\.................\ThresholdsForm.Designer.cs
....................\.................\ThresholdsForm.resx
....................\.................\ToDo.txt
....................\.................\TransparentLabel.cs
....................\MouseGestures
....................\.............\bin
....................\.............\...\Debug
....................\.............\Properties
....................\.............\..........\AssemblyInfo.cs
....................\.............\Utilities
....................\.............\.........\Mathematics.cs
....................\.............\Delegates.cs
....................\.............\Gesture.cs
....................\.............\GestureSet.cs
....................\.............\MouseGestures.csproj
....................\NeuralNetwork
....................\.............\ActivationFunctions
....................\.............\...................\BipolarSigmoidFunction.cs
....................\.............\...................\HyperbolicTangentFunction.cs
....................\.............\...................\LinearFunction.cs
....................\.............\...................\SigmoidFunction.cs
....................\.............\bin
....................\.............\...\Debug
....................\.............\Properties
....................\.............\..........\AssemblyInfo.cs
....................\.............\Training
....................\.............\........\BackPropagationLearning.cs
....................\.............\Utilities
....................\.............\.........\Arrays.cs
....................\.............\.........\Output.cs
....................\.............\Delegates.cs
....................\.............\IActivationFunction.cs
....................\.............\ISupervisedLearning.cs
....................\.............\Layer.cs
....................\.............\NeuralNetwork.cs
....................\.............\NeuralNetworks.csproj
....................\.............\Neuron.cs
....................\.............\PerformanceMonitor.cs
....................\Test
....................\....\bin
....................\....\...\Debug
....................\....\...\.....\Test.vshost.exe
....................\....\...\.....\Test.vshost.exe.manifest
....................\....\Properties
....................\....\..........\AssemblyInfo.cs
....................\....\Program.cs
....................\....\Test.csproj
....................\GestureRecognizer.sln
If you are a member, Log in. If you are not a member, Please register
Related source code
[TabsWithSwipeGesture] - This is for Tab and swipe the content to change viw
[GestureRecogniseSample] - For gesture recognize
[Hand-Gesture-Recognition] - Hand Gesture RecognitionNOTES:1) For the details of the algorithm investigate the following images:-AlgorithmOverall.jpg-MKRoDAlgorithm.jpg2) The prototype is implemented on MATLAB 7.0 and revised in MATLAB 7.10.03) The backgrounds of input images have to be purely ‘black’ and the details of the content(palms, fingers) must be clear for accurate recognition of the ASL.4) A reduced ASL dataset is used. The dataset contains the following ASL gestures: "b,c,h,i,o,l,y".----------------------------------------------------------------Use execHGR.m inside the Project folder in order to execute the program.I hope you will enjoy it.-Hand Gesture RecognitionNOTES:1) For the details of the algorithm investigate the following images:-AlgorithmOverall.jpg-MKRoDAlgorithm.jpg2) The prototype is implemented on MATLAB 7.0 and revised in MATLAB 7.10.03) The backgrounds of input images have to be purely ‘black’ and the details of the content(palms, fingers) must be clear for accurate recognition of the ASL.4) A reduced ASL dataset is used. The dataset contains the following ASL gestures: "b,c,h,i,o,l,y".----------------------------------------------------------------Use execHGR.m inside the Project folder in order to execute the program.I hope you will enjoy it.
[gesture-recog] - It can be used for hand gesture recognition
[GesturesDemos] - android demo applications
[GesturesListDemo] - GestureListDemo for android
[gesture] - gesture with imu
[gesture_sample_gggui] - Toshiba_SpursEnginesample code: video capture the full source code, has been tested.
[lasergesture_srccc] - VFW for the use of cameras to call, you can complete the basic functions of
Download Address
download DownLoad
Comments: Don't forget to comment after downloading! Comment...
About - Advertise - Sitemap