Download Candescent NUI

Description

Hand and finger tracking with Kinect depth dataDeveloped with OpenNI and Microsoft Kinect SDK, Language: c#

Icons

Candescent NUI

Source Files

The download file candescentnui.zip has the following entries.


CCT.NUI.Core/ActionRunner.cs// w  w  w  . j a v a  2 s .c om
CCT.NUI.Core/ArrayToPointerFactory.cs
CCT.NUI.Core/CCT.NUI.Core.csproj
CCT.NUI.Core/Clustering/Cluster.cs
CCT.NUI.Core/Clustering/ClusterCollection.cs
CCT.NUI.Core/Clustering/ClusterDataSourceSettings.cs
CCT.NUI.Core/Clustering/ClusterPrototype.cs
CCT.NUI.Core/Clustering/ClusterPrototypeFactory.cs
CCT.NUI.Core/Clustering/DefaultMergeStrategy.cs
CCT.NUI.Core/Clustering/IClusterDataSource.cs
CCT.NUI.Core/Clustering/IClusterFactory.cs
CCT.NUI.Core/Clustering/IClusterMergeStrategy.cs
CCT.NUI.Core/Clustering/IDepthPointFilter.cs
CCT.NUI.Core/Clustering/KMeans.cs
CCT.NUI.Core/Clustering/KMeansClusterFactory.cs
CCT.NUI.Core/DataSourceProcessor.cs
CCT.NUI.Core/DepthDataFrame.cs
CCT.NUI.Core/DepthDataFrameRepository.cs
CCT.NUI.Core/DepthFramePointerDataSource.cs
CCT.NUI.Core/Histogram.cs
CCT.NUI.Core/IDataSource.cs
CCT.NUI.Core/IDataSourceFactory.cs
CCT.NUI.Core/IDepthPointerDataSource.cs
CCT.NUI.Core/IImagePointerDataSource.cs
CCT.NUI.Core/ILocatable.cs
CCT.NUI.Core/IRGBPointerDataSource.cs
CCT.NUI.Core/IntSize.cs
CCT.NUI.Core/OpenNI/DepthDataFrameFactory.cs
CCT.NUI.Core/OpenNI/DepthDataFrameSource.cs
CCT.NUI.Core/OpenNI/DepthGeneratorAdapter.cs
CCT.NUI.Core/OpenNI/DepthPointerDataSource.cs
CCT.NUI.Core/OpenNI/GeneratorAdapterBase.cs
CCT.NUI.Core/OpenNI/IDepthGenerator.cs
CCT.NUI.Core/OpenNI/IGenerator.cs
CCT.NUI.Core/OpenNI/IImageGenerator.cs
CCT.NUI.Core/OpenNI/ImageGeneratorAdapter.cs
CCT.NUI.Core/OpenNI/OpenNIClusterDataSource.cs
CCT.NUI.Core/OpenNI/OpenNIDataSourceBase.cs
CCT.NUI.Core/OpenNI/OpenNIDataSourceFactory.cs
CCT.NUI.Core/OpenNI/OpenNIRunner.cs
CCT.NUI.Core/OpenNI/PointerDepthPointFilter.cs
CCT.NUI.Core/OpenNI/PointerVolumePointFilter.cs
CCT.NUI.Core/OpenNI/RGBPointerDataSource.cs
CCT.NUI.Core/OpenNI/TrackingClusterDataSource.cs
CCT.NUI.Core/Point.cs
CCT.NUI.Core/Properties/AssemblyInfo.cs
CCT.NUI.Core/Range.cs
CCT.NUI.Core/Rectangle.cs
CCT.NUI.Core/Shape/ClusterShapeDataSource.cs
CCT.NUI.Core/Shape/ClusterShapeFactory.cs
CCT.NUI.Core/Shape/Contour.cs
CCT.NUI.Core/Shape/ContourFactory.cs
CCT.NUI.Core/Shape/ContourTracer.cs
CCT.NUI.Core/Shape/ConvexHull.cs
CCT.NUI.Core/Shape/DepthMap.cs
CCT.NUI.Core/Shape/GrahamScan.cs
CCT.NUI.Core/Shape/IClusterShapeFactory.cs
CCT.NUI.Core/Shape/IShapeDataSource.cs
CCT.NUI.Core/Shape/LineThinner.cs
CCT.NUI.Core/Shape/PointAngleComparer.cs
CCT.NUI.Core/Shape/Shape.cs
CCT.NUI.Core/Shape/ShapeCollection.cs
CCT.NUI.Core/Shape/ShapeDataSourceSettings.cs
CCT.NUI.Core/Size.cs
CCT.NUI.Core/Vector.cs
CCT.NUI.Core/Video/BitmapDataSource.cs
CCT.NUI.Core/Video/DepthBitmapDataSource.cs
CCT.NUI.Core/Video/DepthBitmapFactory.cs
CCT.NUI.Core/Video/DepthImageDataSource.cs
CCT.NUI.Core/Video/DepthImageFactoryBase.cs
CCT.NUI.Core/Video/DepthImageSourceFactory.cs
CCT.NUI.Core/Video/IBitmapDataSource.cs
CCT.NUI.Core/Video/IBitmapFactory.cs
CCT.NUI.Core/Video/IImageDataSource.cs
CCT.NUI.Core/Video/IImageFactory.cs
CCT.NUI.Core/Video/ImageDataSource.cs
CCT.NUI.Core/Video/RgbBitmapDataSource.cs
CCT.NUI.Core/Video/RgbBitmapFactory.cs
CCT.NUI.Core/Video/RgbImageDataSource.cs
CCT.NUI.Core/Video/RgbImageSourceFactory.cs
CCT.NUI.Core/Volume.cs
CCT.NUI.HandTracking/CCT.NUI.HandTracking.csproj
CCT.NUI.HandTracking/DistanceMap.cs
CCT.NUI.HandTracking/FingerBaseDetector.cs
CCT.NUI.HandTracking/FingerPoint.cs
CCT.NUI.HandTracking/FingerPointDetector.cs
CCT.NUI.HandTracking/HandCollection.cs
CCT.NUI.HandTracking/HandData.cs
CCT.NUI.HandTracking/HandDataFactory.cs
CCT.NUI.HandTracking/HandDataSource.cs
CCT.NUI.HandTracking/HandDataSourceSettings.cs
CCT.NUI.HandTracking/IFinger.cs
CCT.NUI.HandTracking/IHand.cs
CCT.NUI.HandTracking/IHandDataFactory.cs
CCT.NUI.HandTracking/IHandDataSource.cs
CCT.NUI.HandTracking/IdGenerator.cs
CCT.NUI.HandTracking/Mouse/CenterOfClusterCursorMode.cs
CCT.NUI.HandTracking/Mouse/CenterOfHandCursorMode.cs
CCT.NUI.HandTracking/Mouse/ClickModeBase.cs
CCT.NUI.HandTracking/Mouse/FingerCursorMode.cs
CCT.NUI.HandTracking/Mouse/HandClickMode.cs
CCT.NUI.HandTracking/Mouse/HandTrackingCursorMode.cs
CCT.NUI.HandTracking/Mouse/IClickMode.cs
CCT.NUI.HandTracking/Mouse/ICursorMode.cs
CCT.NUI.HandTracking/Mouse/MouseController.cs
CCT.NUI.HandTracking/Mouse/SecondHandClickMode.cs
CCT.NUI.HandTracking/Mouse/TwoFingerClickMode.cs
CCT.NUI.HandTracking/Mouse/UserInput.cs
CCT.NUI.HandTracking/Palm.cs
CCT.NUI.HandTracking/PalmFinder.cs
CCT.NUI.HandTracking/Persistence/DepthFrameEntity.cs
CCT.NUI.HandTracking/Persistence/FingerEntity.cs
CCT.NUI.HandTracking/Persistence/HandEntity.cs
CCT.NUI.HandTracking/Persistence/TestFrameEntity.cs
CCT.NUI.HandTracking/Persistence/TestFrameRepository.cs
CCT.NUI.HandTracking/Properties/AssemblyInfo.cs
CCT.NUI.HandTracking/ShapeHandDataFactory.cs
CCT.NUI.HandTracking/Touch/KinectMultiTouchDevice.cs
CCT.NUI.HandTracking/Touch/KinectTouchDevice.cs
CCT.NUI.KinectSDK/CCT.NUI.KinectSDK.csproj
CCT.NUI.KinectSDK/IKinectSensor.cs
CCT.NUI.KinectSDK/ImageFrameDepthPointFilter.cs
CCT.NUI.KinectSDK/KinectSensorAdapter.cs
CCT.NUI.KinectSDK/Properties/AssemblyInfo.cs
CCT.NUI.KinectSDK/SDKBitmapDataSource.cs
CCT.NUI.KinectSDK/SDKClusterDataSource.cs
CCT.NUI.KinectSDK/SDKDataSourceFactory.cs
CCT.NUI.KinectSDK/SDKDepthBitmapDataSource.cs
CCT.NUI.KinectSDK/SDKDepthImageDataSource.cs
CCT.NUI.KinectSDK/SDKImageDataSource.cs
CCT.NUI.KinectSDK/SDKRgbBitmapDataSource.cs
CCT.NUI.KinectSDK/SDKRgbImageDataSource.cs
CCT.NUI.KinectSDK/SensorDataSource.cs
CCT.NUI.MouseControl/App.xaml
CCT.NUI.MouseControl/App.xaml.cs
CCT.NUI.MouseControl/CCT.NUI.MouseControl.csproj
CCT.NUI.MouseControl/MainWindow.xaml
CCT.NUI.MouseControl/MainWindow.xaml.cs
CCT.NUI.MouseControl/ModeCombination.cs
CCT.NUI.MouseControl/Properties/AssemblyInfo.cs
CCT.NUI.MouseControl/Properties/Resources.Designer.cs
CCT.NUI.MouseControl/Properties/Resources.resx
CCT.NUI.MouseControl/Properties/Settings.Designer.cs
CCT.NUI.MouseControl/Properties/Settings.settings
CCT.NUI.MouseControl/mouse_config.xml
CCT.NUI.Samples/CCT.NUI.Samples.csproj
CCT.NUI.Samples/ImageManipulation/HandTracker.cs
CCT.NUI.Samples/ImageManipulation/ImageForm.Designer.cs
CCT.NUI.Samples/ImageManipulation/ImageForm.cs
CCT.NUI.Samples/ImageManipulation/ImageForm.resx
CCT.NUI.Samples/ImageManipulation/ImageLoader.cs
CCT.NUI.Samples/ImageManipulation/ImageOperations.cs
CCT.NUI.Samples/ImageManipulation/InteractiveImage.cs
CCT.NUI.Samples/ImageManipulation/Transformation.cs
CCT.NUI.Samples/Images/P2.JPG
CCT.NUI.Samples/Images/P3.JPG
CCT.NUI.Samples/Images/P4.JPG
CCT.NUI.Samples/Images/P5.JPG
CCT.NUI.Samples/MainForm.Designer.cs
CCT.NUI.Samples/MainForm.cs
CCT.NUI.Samples/MainForm.resx
CCT.NUI.Samples/MultiGeneratorDataSource.cs
CCT.NUI.Samples/NIContextDataSourceBase.cs
CCT.NUI.Samples/Program.cs
CCT.NUI.Samples/Properties/AssemblyInfo.cs
CCT.NUI.Samples/Properties/Resources.Designer.cs
CCT.NUI.Samples/Properties/Resources.resx
CCT.NUI.Samples/Properties/Settings.Designer.cs
CCT.NUI.Samples/Properties/Settings.settings
CCT.NUI.Samples/SettingsForm.Designer.cs
CCT.NUI.Samples/SettingsForm.cs
CCT.NUI.Samples/SettingsForm.resx
CCT.NUI.Samples/VolumeFilterClusterDataSource.cs
CCT.NUI.Samples/config.xml
CCT.NUI.Samples/organizer.ico
CCT.NUI.StartMenu/App.xaml
CCT.NUI.StartMenu/App.xaml.cs
CCT.NUI.StartMenu/CCT.NUI.StartMenu.csproj
CCT.NUI.StartMenu/CoordinateMap.cs
CCT.NUI.StartMenu/ExceptionView.xaml
CCT.NUI.StartMenu/ExceptionView.xaml.cs
CCT.NUI.StartMenu/Images/Icons/demo-256.png
CCT.NUI.StartMenu/Images/Icons/down-256.png
CCT.NUI.StartMenu/Images/Icons/edit_add-256.png
CCT.NUI.StartMenu/Images/Icons/edit_remove-256.png
CCT.NUI.StartMenu/Images/Icons/endturn-256.png
CCT.NUI.StartMenu/Images/Icons/endturn-32.png
CCT.NUI.StartMenu/Images/Icons/readme.txt
CCT.NUI.StartMenu/Images/Icons/stop-256.png
CCT.NUI.StartMenu/Images/Icons/up-256.png
CCT.NUI.StartMenu/Images/organizer.ico
CCT.NUI.StartMenu/Licenses.txt
CCT.NUI.StartMenu/Licenses/BSD.txt
CCT.NUI.StartMenu/Licenses/GPL.txt
CCT.NUI.StartMenu/Licenses/LGPL.txt
CCT.NUI.StartMenu/MainView.xaml
CCT.NUI.StartMenu/MainView.xaml.cs
CCT.NUI.StartMenu/MainViewPresenter.cs
CCT.NUI.StartMenu/Model/ExitMenuItem.cs
CCT.NUI.StartMenu/Model/IMenuItem.cs
CCT.NUI.StartMenu/Model/Menu.cs
CCT.NUI.StartMenu/Model/MenuItem.cs
CCT.NUI.StartMenu/NotifyIconPresenter.cs
CCT.NUI.StartMenu/Persistence/CsvRepository.cs
CCT.NUI.StartMenu/Persistence/IMenuRepository.cs
CCT.NUI.StartMenu/Persistence/InMemoryRepository.cs
CCT.NUI.StartMenu/Presenter.cs
CCT.NUI.StartMenu/Properties/AssemblyInfo.cs
CCT.NUI.StartMenu/Properties/Resources.Designer.cs
CCT.NUI.StartMenu/Properties/Resources.resx
CCT.NUI.StartMenu/Properties/Settings.Designer.cs
CCT.NUI.StartMenu/Properties/Settings.settings
CCT.NUI.StartMenu/ReadMe.txt
CCT.NUI.StartMenu/SettingsView.xaml
CCT.NUI.StartMenu/SettingsView.xaml.cs
CCT.NUI.StartMenu/SettingsViewPresenter.cs
CCT.NUI.StartMenu/StartMenuViewItemFactory.cs
CCT.NUI.StartMenu/app.config
CCT.NUI.StartMenu/config.xml
CCT.NUI.StartMenu/menu_config.csv
CCT.NUI.TestDataCollector/App.xaml
CCT.NUI.TestDataCollector/App.xaml.cs
CCT.NUI.TestDataCollector/CCT.NUI.TestDataCollector.csproj
CCT.NUI.TestDataCollector/Commands/RelayCommand.cs
CCT.NUI.TestDataCollector/DisplayControl.xaml
CCT.NUI.TestDataCollector/DisplayControl.xaml.cs
CCT.NUI.TestDataCollector/FingerPointViewModel.cs
CCT.NUI.TestDataCollector/FingerRoutedEventArgs.cs
CCT.NUI.TestDataCollector/HandDataViewModel.cs
CCT.NUI.TestDataCollector/HandDisplayControl.xaml
CCT.NUI.TestDataCollector/HandDisplayControl.xaml.cs
CCT.NUI.TestDataCollector/HandRoutedEventArgs.cs
CCT.NUI.TestDataCollector/HandSettingsControl.xaml
CCT.NUI.TestDataCollector/HandSettingsControl.xaml.cs
CCT.NUI.TestDataCollector/ISelectMode.cs
CCT.NUI.TestDataCollector/Images/organizer.ico
CCT.NUI.TestDataCollector/LayerViewModel.cs
CCT.NUI.TestDataCollector/MainViewModel.cs
CCT.NUI.TestDataCollector/MainWindow.xaml
CCT.NUI.TestDataCollector/MainWindow.xaml.cs
CCT.NUI.TestDataCollector/MarkFingersMode.cs
CCT.NUI.TestDataCollector/MarkPalmCenterMode.cs
CCT.NUI.TestDataCollector/MultiValueConverter.cs
CCT.NUI.TestDataCollector/Properties/AssemblyInfo.cs
CCT.NUI.TestDataCollector/Properties/Resources.Designer.cs
CCT.NUI.TestDataCollector/Properties/Resources.resx
CCT.NUI.TestDataCollector/Properties/Settings.Designer.cs
CCT.NUI.TestDataCollector/Properties/Settings.settings
CCT.NUI.TestDataCollector/SelectFrameEventArgs.cs
CCT.NUI.TestDataCollector/TestDepthFrame.cs
CCT.NUI.TestDataCollector/TestDepthFrameRepository.cs
CCT.NUI.TestDataCollector/VideoViewModel.cs
CCT.NUI.TestDataCollector/config.xml
CCT.NUI.Tests/AssertAsync.cs
CCT.NUI.Tests/CCT.NUI.Tests.csproj
CCT.NUI.Tests/Core/ActionRunnerTests.cs
CCT.NUI.Tests/Core/ArrayToPointerFactoryTests.cs
CCT.NUI.Tests/Core/Clustering/ClusterBuilder.cs
CCT.NUI.Tests/Core/Clustering/ClusterPrototypeTests.cs
CCT.NUI.Tests/Core/Clustering/ClusterTests.cs
CCT.NUI.Tests/Core/Clustering/KMeansClusterFactoryTests.cs
CCT.NUI.Tests/Core/ContourTracerTests.cs
CCT.NUI.Tests/Core/DataSourceProcessorTests.cs
CCT.NUI.Tests/Core/DepthDataFrameRepositoryTests.cs
CCT.NUI.Tests/Core/DepthDataFrameTests.cs
CCT.NUI.Tests/Core/DepthFramePointerDataSourceTests.cs
CCT.NUI.Tests/Core/DepthImageFactoryTests.cs
CCT.NUI.Tests/Core/DepthImageSourceTests.cs
CCT.NUI.Tests/Core/HistogramTests.cs
CCT.NUI.Tests/Core/ImageSourceTests.cs
CCT.NUI.Tests/Core/IntSizeTests.cs
CCT.NUI.Tests/Core/OpenNI/ClusterDataSourceTests.cs
CCT.NUI.Tests/Core/OpenNI/DepthDataFrameSourceTests.cs
CCT.NUI.Tests/Core/OpenNI/DepthPointerDataSourceStub.cs
CCT.NUI.Tests/Core/OpenNI/DepthPointerDataSourceTests.cs
CCT.NUI.Tests/Core/OpenNI/PointerDepthPointFilterTests.cs
CCT.NUI.Tests/Core/OpenNI/RGBPointerDataSourceTests.cs
CCT.NUI.Tests/Core/PointFunctionsTests.cs
CCT.NUI.Tests/Core/PointTests.cs
CCT.NUI.Tests/Core/RGBImageFactoryTests.cs
CCT.NUI.Tests/Core/RGBImageSourceFactoryTests.cs
CCT.NUI.Tests/Core/RGBImageSourceTests.cs
CCT.NUI.Tests/Core/RangeTests.cs
CCT.NUI.Tests/Core/RectangleTests.cs
CCT.NUI.Tests/Core/SizeTests.cs
CCT.NUI.Tests/Core/VectorTests.cs
CCT.NUI.Tests/Core/VolumeTests.cs
CCT.NUI.Tests/HandTracking/HandDetectionTests.cs
CCT.NUI.Tests/HandTracking/Persistence/778600c3-2c4e-44dc-99ff-824b757a5879.xfrm
CCT.NUI.Tests/HandTracking/Persistence/TestFrameRepositoryTests.cs
CCT.NUI.Tests/HandTracking/no_hand.frm
CCT.NUI.Tests/HandTracking/valid_hand.frm
CCT.NUI.Tests/Properties/AssemblyInfo.cs
CCT.NUI.Tests/TestBase.cs
CCT.NUI.Visual/BrushSwitcher.cs
CCT.NUI.Visual/CCT.NUI.Visual.csproj
CCT.NUI.Visual/ClusterLayer.cs
CCT.NUI.Visual/HandLayer.cs
CCT.NUI.Visual/ILayer.cs
CCT.NUI.Visual/IWpfLayer.cs
CCT.NUI.Visual/LayerBase.cs
CCT.NUI.Visual/Properties/AssemblyInfo.cs
CCT.NUI.Visual/VideoControl.Designer.cs
CCT.NUI.Visual/VideoControl.cs
CCT.NUI.Visual/VideoControl.resx
CCT.NUI.Visual/WpfBrushSwitcher.cs
CCT.NUI.Visual/WpfClusterLayer.cs
CCT.NUI.Visual/WpfHandLayer.cs
CCT.NUI.Visual/WpfVideoControl.xaml
CCT.NUI.Visual/WpfVideoControl.xaml.cs
CCT.NUI.WPFSamples/App.xaml
CCT.NUI.WPFSamples/App.xaml.cs
CCT.NUI.WPFSamples/CCT.NUI.WPFSamples.csproj
CCT.NUI.WPFSamples/ImageLoader.cs
CCT.NUI.WPFSamples/Images/P2.JPG
CCT.NUI.WPFSamples/Images/P3.JPG
CCT.NUI.WPFSamples/Images/P4.JPG
CCT.NUI.WPFSamples/Images/P5.JPG
CCT.NUI.WPFSamples/MainWindow.xaml
CCT.NUI.WPFSamples/MainWindow.xaml.cs
CCT.NUI.WPFSamples/ManipulationWindow.xaml
CCT.NUI.WPFSamples/ManipulationWindow.xaml.cs
CCT.NUI.WPFSamples/PinCode/CountHistory.cs
CCT.NUI.WPFSamples/PinCode/HandInterfaceElement.cs
CCT.NUI.WPFSamples/PinCode/HandInterfaceWindow.xaml
CCT.NUI.WPFSamples/PinCode/HandInterfaceWindow.xaml.cs
CCT.NUI.WPFSamples/PinCode/InterfacePainter.cs
CCT.NUI.WPFSamples/PinCode/PathFactory.cs
CCT.NUI.WPFSamples/Properties/AssemblyInfo.cs
CCT.NUI.WPFSamples/Properties/Resources.Designer.cs
CCT.NUI.WPFSamples/Properties/Resources.resx
CCT.NUI.WPFSamples/Properties/Settings.Designer.cs
CCT.NUI.WPFSamples/Properties/Settings.settings
CCT.NUI.WPFSamples/TouchControl.xaml
CCT.NUI.WPFSamples/TouchControl.xaml.cs
CCT.NUI.WPFSamples/TouchWindow.xaml
CCT.NUI.WPFSamples/TouchWindow.xaml.cs
CCT.NUI.WPFSamples/VideoManipulationWindow.xaml
CCT.NUI.WPFSamples/VideoManipulationWindow.xaml.cs
CCT.NUI.WPFSamples/VideoSurface.cs
CCT.NUI.WPFSamples/app.config
CCT.NUI.WPFSamples/config.xml
CCT.NUI.WPFSamples/organizer.ico
CCT.NUI.sln
Lib/KinectSDK/EULA.RTF
Lib/KinectSDK/Microsoft.Kinect.dll
Lib/Moq/Moq-License.txt
Lib/Moq/Moq.dll
Lib/Moq/Moq.pdb
Lib/Moq/Moq.xml
Lib/OpenNI/OpenNI-GPL.txt
Lib/OpenNI/OpenNI-LGPL.txt
Lib/OpenNI/OpenNI.net.dll
Lib/OpenNI/OpenNI64.dll
Lib/OpenNI/XnVNITE.net.dll
License.txt
ReadMe.txt
build.bat
msbuild.proj
organizer.ico

Download

Click the following link to download candescentnui.zip.

candescentnui.zip




















Home »
  C# Free Code »
    Development »




Algorithm
ANTLR
AOP
Application
Barcode
CHM
Design Patterns
Desktop
DotNet
DotNet Engine
DotNet Application
DotNet Assembly
DotNet Library
Engine
Epub
Example
File
File Library
Framework
GIS
Intellisense
IoC
Library
log4net
Matlab
MSBuild
MVC
MVP
MVVM
Numerical Library
NUnit
OpenCL
Plugin
Quartz
Resx File
SDK
SMS
Thread
UnitTest
Utility
VisualStudio
Windows
XML