Download VianaNET - Videoanalysis for physical motion

Description

The VianaNET project targets physics education. The software enables to analyze the motion of colored objects in life-video and video files.The data can be visualized in charts and exported for further analysis. It's developed in C#.Net.

Icons

VianaNET - Videoanalysis for physical motion

Source Files

The download file viana.zip has the following entries.


.hgignore// ww  w  .j  a  v  a 2 s.  co  m
VianaNET.sln
VianaNET.sln.DotSettings.user
VianaNET/Application/ExtensionMethods.cs
VianaNET/Application/Project.cs
VianaNET/Application/ProjectEntry.cs
VianaNET/Application/RecentFiles.cs
VianaNET/Application/VianaNETApplication.xaml
VianaNET/Application/VianaNETApplication.xaml.cs
VianaNET/CustomStyles/Colors/ColorType.cs
VianaNET/CustomStyles/Colors/Coloration.cs
VianaNET/CustomStyles/Colors/ConvertColor.cs
VianaNET/CustomStyles/Colors/HSXColor.cs
VianaNET/CustomStyles/Colors/OfficeColor.cs
VianaNET/CustomStyles/Colors/OfficeColorPallet.cs
VianaNET/CustomStyles/Colors/OfficeColors.cs
VianaNET/CustomStyles/Colors/OfficePallet.cs
VianaNET/CustomStyles/Controls/CheckBox.xaml
VianaNET/CustomStyles/Controls/CheckBoxPallet.cs
VianaNET/CustomStyles/Controls/ComboBox.xaml
VianaNET/CustomStyles/Controls/DualTextBox.xaml
VianaNET/CustomStyles/Controls/DualTextBox.xaml.cs
VianaNET/CustomStyles/Controls/ImageButton.xaml
VianaNET/CustomStyles/Controls/ImageButton.xaml.cs
VianaNET/CustomStyles/Controls/ImageButtonPallet.cs
VianaNET/CustomStyles/Controls/LabeledSlider.xaml
VianaNET/CustomStyles/Controls/LabeledSlider.xaml.cs
VianaNET/CustomStyles/Controls/LabeledTextBox.xaml
VianaNET/CustomStyles/Controls/LabeledTextBox.xaml.cs
VianaNET/CustomStyles/Controls/LineStyleControl.xaml
VianaNET/CustomStyles/Controls/LineStyleControl.xaml.cs
VianaNET/CustomStyles/Controls/MediaSlider.xaml
VianaNET/CustomStyles/Controls/MediaSlider.xaml.cs
VianaNET/CustomStyles/Controls/MediaSliderControl.xaml
VianaNET/CustomStyles/Controls/MediaSliderControl.xaml.cs
VianaNET/CustomStyles/Controls/MediaTickBar.cs
VianaNET/CustomStyles/Controls/MediaTrack.cs
VianaNET/CustomStyles/Controls/NumericUpDown.xaml
VianaNET/CustomStyles/Controls/NumericUpDown.xaml.cs
VianaNET/CustomStyles/Controls/RadioButton.xaml
VianaNET/CustomStyles/Controls/RadioButtonPallet.cs
VianaNET/CustomStyles/Controls/ScrollBar.xaml
VianaNET/CustomStyles/Controls/ScrollBarPallet.cs
VianaNET/CustomStyles/Controls/ScrollViewer.xaml
VianaNET/CustomStyles/Controls/ScrollViewerPallet.cs
VianaNET/CustomStyles/Controls/Slider.xaml
VianaNET/CustomStyles/Controls/SliderValue.xaml
VianaNET/CustomStyles/Controls/SliderValue.xaml.cs
VianaNET/CustomStyles/Controls/VisualContainerElement.cs
VianaNET/CustomStyles/Converter/AberrationDoubleToStringConverter.cs
VianaNET/CustomStyles/Converter/Converter.xaml
VianaNET/CustomStyles/Converter/DSTimeToMillisecondsConverter.cs
VianaNET/CustomStyles/Converter/DoubleToStringConverter.cs
VianaNET/CustomStyles/Converter/InverseBooleanToVisibilityConverter.cs
VianaNET/CustomStyles/Converter/NumberOfObjectsToVisibilityConverter.cs
VianaNET/CustomStyles/Converter/PercentToDoubleConverter.cs
VianaNET/CustomStyles/Converter/PlusOneConverter.cs
VianaNET/CustomStyles/Converter/RulerUnitStringConverter.cs
VianaNET/CustomStyles/Converter/UnitDoubleStringConverter.cs
VianaNET/CustomStyles/Cursors/CursorMinus.cur
VianaNET/CustomStyles/Cursors/CursorPlus.cur
VianaNET/CustomStyles/Styles/BackgroundStyles.xaml
VianaNET/CustomStyles/Styles/DataGridStyle.xaml
VianaNET/CustomStyles/Styles/EnumStyles.xaml
VianaNET/CustomStyles/Styles/GeometryItems.xaml
VianaNET/CustomStyles/Styles/OfficeColors.xaml
VianaNET/CustomStyles/Styles/SliderStyles.xaml
VianaNET/CustomStyles/Styles/SliderStyles.xaml.cs
VianaNET/CustomStyles/Styles/TextBoxStyles.xaml
VianaNET/CustomStyles/Styles/VianaStyle.xaml
VianaNET/CustomStyles/Types/AxisType.cs
VianaNET/CustomStyles/Types/ChartType.cs
VianaNET/CustomStyles/Types/LengthUnit.cs
VianaNET/CustomStyles/Types/MeasurementType.cs
VianaNET/CustomStyles/Types/SortedCollection.cs
VianaNET/CustomStyles/Types/SortedObservableCollection.cs
VianaNET/CustomStyles/Types/TimeUnit.cs
VianaNET/CustomStyles/Types/VideoMode.cs
VianaNET/CustomStyles/Validation/NumberValidationRule.cs
VianaNET/DLL/AForge.Imaging.dll
VianaNET/DLL/AForge.Math.dll
VianaNET/DLL/AForge.dll
VianaNET/DLL/AvalonDock.dll
VianaNET/DLL/DirectShowLib-2005.dll
VianaNET/DLL/Microsoft.Office.Interop.Excel.dll
VianaNET/DLL/Microsoft.Office.Interop.Word.dll
VianaNET/DLL/Microsoft.Vbe.Interop.dll
VianaNET/DLL/Office.dll
VianaNET/DLL/RibbonControlsLibrary.dll
VianaNET/DLL/System.Windows.Controls.DataVisualization.Toolkit.dll
VianaNET/DLL/WPFMath.dll
VianaNET/DLL/WPFMath.pdb
VianaNET/DLL/WPFToolkit.Extended.dll
VianaNET/DLL/WPFToolkit.dll
VianaNET/DLL/WPFVisifire.Charts.dll
VianaNET/DLL/x64/Native/GMFBridge.dll
VianaNET/DLL/x64/Native/MediaInfo.dll
VianaNET/DLL/x86/Native/GMFBridge.dll
VianaNET/DLL/x86/Native/MediaInfo.dll
VianaNET/Data/CalibrationData.cs
VianaNET/Data/Collections/DataAxes.cs
VianaNET/Data/Collections/DataCharts.cs
VianaNET/Data/Collections/DataCollection.cs
VianaNET/Data/Collections/DataSample.cs
VianaNET/Data/Collections/TimeSample.cs
VianaNET/Data/Collections/XYSample.cs
VianaNET/Data/Filter/FilterBase.cs
VianaNET/Data/Filter/FilterData.cs
VianaNET/Data/Filter/Interpolation/ExponentialSmoothControl.xaml
VianaNET/Data/Filter/Interpolation/ExponentialSmoothControl.xaml.cs
VianaNET/Data/Filter/Interpolation/ExponentialSmoothFilter.cs
VianaNET/Data/Filter/Interpolation/InterpolationFilter.cs
VianaNET/Data/Filter/Interpolation/InterpolationFilterTypes.cs
VianaNET/Data/Filter/Interpolation/InterpolationOptionsDialog.xaml
VianaNET/Data/Filter/Interpolation/InterpolationOptionsDialog.xaml.cs
VianaNET/Data/Filter/Interpolation/MovingAverageControl.xaml
VianaNET/Data/Filter/Interpolation/MovingAverageControl.xaml.cs
VianaNET/Data/Filter/Interpolation/MovingAverageFilter.cs
VianaNET/Data/Filter/LineOptionsDialog.xaml
VianaNET/Data/Filter/LineOptionsDialog.xaml.cs
VianaNET/Data/Filter/NumericalPrecisionDialog.xaml
VianaNET/Data/Filter/NumericalPrecisionDialog.xaml.cs
VianaNET/Data/Filter/Regression/MatrixLibrary.cs
VianaNET/Data/Filter/Regression/RegressionFilter.cs
VianaNET/Data/Filter/Regression/RegressionOptionsDialog.xaml
VianaNET/Data/Filter/Regression/RegressionOptionsDialog.xaml.cs
VianaNET/Data/Filter/Regression/RegressionType.cs
VianaNET/Data/Filter/Theory/CalculatorAndFktEditor.xaml
VianaNET/Data/Filter/Theory/CalculatorAndFktEditor.xaml.cs
VianaNET/Data/Filter/Theory/FunctionCalcTree.cs
VianaNET/Data/Filter/Theory/Parser.cs
VianaNET/Data/Filter/Theory/TheoryFilter.cs
VianaNET/Data/ProcessingData.cs
VianaNET/Data/VideoData.cs
VianaNET/Help/VianaNET-Hilfe.doc
VianaNET/Images/Analyse16.png
VianaNET/Images/Analyse32.png
VianaNET/Images/AutomaticDataAquisition16.png
VianaNET/Images/AutomaticDataAquisition32.png
VianaNET/Images/AutomaticDataAquisitionStop16.png
VianaNET/Images/AutomaticDataAquisitionStop32.png
VianaNET/Images/Calibrate16.png
VianaNET/Images/Calibrate32.png
VianaNET/Images/Capture16.png
VianaNET/Images/Capture32.png
VianaNET/Images/Chart16.png
VianaNET/Images/Chart32.png
VianaNET/Images/ChartTypeArea16.png
VianaNET/Images/ChartTypeArea32.png
VianaNET/Images/ChartTypeBubble16.png
VianaNET/Images/ChartTypeBubble32.png
VianaNET/Images/ChartTypeColumn16.png
VianaNET/Images/ChartTypeColumn32.png
VianaNET/Images/ChartTypeLine16.png
VianaNET/Images/ChartTypeLine32.png
VianaNET/Images/ChartTypePie16.png
VianaNET/Images/ChartTypePie32.png
VianaNET/Images/ChartTypeXYScatter16.png
VianaNET/Images/ChartTypeXYScatter32.png
VianaNET/Images/ClipVideo16.png
VianaNET/Images/ClipVideo32.png
VianaNET/Images/Close16.png
VianaNET/Images/Close32.png
VianaNET/Images/Color32.png
VianaNET/Images/ColorReset32.png
VianaNET/Images/DataDelete16.png
VianaNET/Images/DataDelete32.png
VianaNET/Images/Datagrid16.png
VianaNET/Images/Datagrid32.png
VianaNET/Images/DownArrow.png
VianaNET/Images/Exit32.png
VianaNET/Images/ExportChart32.png
VianaNET/Images/ExportChartToClipboard16.png
VianaNET/Images/ExportChartToClipboard32.png
VianaNET/Images/ExportChartToFile16.png
VianaNET/Images/ExportChartToFile32.png
VianaNET/Images/ExportChartToWord16.png
VianaNET/Images/ExportChartToWord32.png
VianaNET/Images/ExportData32.png
VianaNET/Images/ExportToCsv16.png
VianaNET/Images/ExportToCsv32.png
VianaNET/Images/ExportToTxt16.png
VianaNET/Images/ExportToTxt32.png
VianaNET/Images/ExportToXls16.png
VianaNET/Images/ExportToXls32.png
VianaNET/Images/ExportToXml16.png
VianaNET/Images/ExportToXml32.png
VianaNET/Images/FileOpen16.png
VianaNET/Images/FileOpen32.png
VianaNET/Images/Help16.png
VianaNET/Images/Help32.png
VianaNET/Images/InstallerBanner.jpg
VianaNET/Images/InstallerBanner.psd
VianaNET/Images/InterpolateData16.png
VianaNET/Images/InterpolateData32.png
VianaNET/Images/LineColor16.png
VianaNET/Images/LineColor32.png
VianaNET/Images/LoadVideo16.png
VianaNET/Images/LoadVideo32.png
VianaNET/Images/ManualDataAquisition16.png
VianaNET/Images/ManualDataAquisition32.png
VianaNET/Images/New16.png
VianaNET/Images/New32.png
VianaNET/Images/Open16.png
VianaNET/Images/Open32.png
VianaNET/Images/Options16.png
VianaNET/Images/Options32.png
VianaNET/Images/Pause16.png
VianaNET/Images/PlayControl16.png
VianaNET/Images/PlayControl32.png
VianaNET/Images/PlayControl48.png
VianaNET/Images/Properties16.png
VianaNET/Images/Properties32.png
VianaNET/Images/Recalculate16.png
VianaNET/Images/Recalculate32.png
VianaNET/Images/Record16.png
VianaNET/Images/RecordControl16.png
VianaNET/Images/RecordControl16B.png
VianaNET/Images/RecordControl32.png
VianaNET/Images/RecordControl48.png
VianaNET/Images/RecordVideo.psd
VianaNET/Images/RecordVideo16.png
VianaNET/Images/RecordVideo32.png
VianaNET/Images/RegressionExponentialA16.png
VianaNET/Images/RegressionExponentialA32.png
VianaNET/Images/RegressionExponentialB16.png
VianaNET/Images/RegressionExponentialB32.png
VianaNET/Images/RegressionLinear16.png
VianaNET/Images/RegressionLinear32.png
VianaNET/Images/RegressionLogarithmus16.png
VianaNET/Images/RegressionLogarithmus32.png
VianaNET/Images/RegressionPotentiell16.png
VianaNET/Images/RegressionPotentiell32.png
VianaNET/Images/RegressionQuadratisch16.png
VianaNET/Images/RegressionQuadratisch32.png
VianaNET/Images/RegressionResonanz16.png
VianaNET/Images/RegressionResonanz32.png
VianaNET/Images/RegressionSinus16.png
VianaNET/Images/RegressionSinus32.png
VianaNET/Images/RegressionSinusExponential16.png
VianaNET/Images/RegressionSinusExponential32.png
VianaNET/Images/Reset16.png
VianaNET/Images/Reset32.png
VianaNET/Images/Revert16.png
VianaNET/Images/RevertLayout32.png
VianaNET/Images/Save16.png
VianaNET/Images/Save32.png
VianaNET/Images/SaveImage32.png
VianaNET/Images/SaveLayout32.png
VianaNET/Images/SeekNext16.png
VianaNET/Images/SeekPrevious16.png
VianaNET/Images/SelectColor16.png
VianaNET/Images/SelectColor32.png
VianaNET/Images/SelectObject16.png
VianaNET/Images/SelectObject32.png
VianaNET/Images/SetCutoutLeft16.png
VianaNET/Images/SetCutoutRight16.png
VianaNET/Images/SetZeroTime16.png
VianaNET/Images/Start16.png
VianaNET/Images/StepForward16.png
VianaNET/Images/StepForward32.png
VianaNET/Images/Stop16.png
VianaNET/Images/StopControl16.png
VianaNET/Images/StopControl32.png
VianaNET/Images/StopControl48.png
VianaNET/Images/TimeUnit16.png
VianaNET/Images/TimeUnit32.png
VianaNET/Images/UpArrow16.png
VianaNET/Images/VianaLogo.psd
VianaNET/Images/VianaLogo64.png
VianaNET/Images/VianaNET.ico
VianaNET/Images/VianaNET32.psd
VianaNET/Images/VianaNET_32.png
VianaNET/Images/Video16.png
VianaNET/Images/Video32.png
VianaNET/Images/VideoDeviceOptions16.png
VianaNET/Images/VideoDeviceOptions32.png
VianaNET/Images/VideoOpen.psd
VianaNET/Images/VideoOpen32.png
VianaNET/Images/VideoWindow16.png
VianaNET/Images/VideoWindow32.png
VianaNET/Images/Word16.png
VianaNET/Localization/Labels.Designer.cs
VianaNET/Localization/Labels.de.Designer.cs
VianaNET/Localization/Labels.de.resx
VianaNET/Localization/Labels.en.Designer.cs
VianaNET/Localization/Labels.en.resx
VianaNET/Localization/Labels.resx
VianaNET/Logging/ErrorLogger.cs
VianaNET/MainWindow/AboutWindow.xaml
VianaNET/MainWindow/AboutWindow.xaml.cs
VianaNET/MainWindow/MainWindow.xaml
VianaNET/MainWindow/MainWindow.xaml.cs
VianaNET/MainWindow/StatusBarContent.cs
VianaNET/MainWindow/TopFrame.xaml
VianaNET/MainWindow/TopFrame.xaml.cs
VianaNET/MainWindow/VianaDialog.xaml
VianaNET/MainWindow/VianaDialog.xaml.cs
VianaNET/MainWindow/VianaSaveDialog.xaml
VianaNET/MainWindow/VianaSaveDialog.xaml.cs
VianaNET/Modules/Base/WindowWithHelp.xaml
VianaNET/Modules/Base/WindowWithHelp.xaml.cs
VianaNET/Modules/Chart/ChartWindow.xaml
VianaNET/Modules/Chart/ChartWindow.xaml.cs
VianaNET/Modules/Chart/ExportChart.cs
VianaNET/Modules/DataAcquisition/ManualDataAquisitionWindow.xaml
VianaNET/Modules/DataAcquisition/ManualDataAquisitionWindow.xaml.cs
VianaNET/Modules/DataGrid/DataGridWindow.xaml
VianaNET/Modules/DataGrid/DataGridWindow.xaml.cs
VianaNET/Modules/DataGrid/ExportData.cs
VianaNET/Modules/DataGrid/TimeUnitDialog.xaml
VianaNET/Modules/DataGrid/TimeUnitDialog.xaml.cs
VianaNET/Modules/Video/BlobDetection/BlobsControl.xaml
VianaNET/Modules/Video/BlobDetection/BlobsControl.xaml.cs
VianaNET/Modules/Video/BlobsBrowser.Designer.cs
VianaNET/Modules/Video/BlobsBrowser.cs
VianaNET/Modules/Video/BlobsBrowser.resx
VianaNET/Modules/Video/Control/DShowUtils.cs
VianaNET/Modules/Video/Control/LiveVideoController.cs
VianaNET/Modules/Video/Control/Video.cs
VianaNET/Modules/Video/Control/VideoBase.cs
VianaNET/Modules/Video/Control/VideoCapturer.cs
VianaNET/Modules/Video/Control/VideoCapturerOld.cs
VianaNET/Modules/Video/Control/VideoPlayer.cs
VianaNET/Modules/Video/Control/test/CamSizeFPS.cs
VianaNET/Modules/Video/Control/test/CameraInfo.cs
VianaNET/Modules/Video/Control/test/Devices.cs
VianaNET/Modules/Video/Control/test/VideoCapturer.cs
VianaNET/Modules/Video/Dialogs/CalibrateVideoWindow.cs
VianaNET/Modules/Video/Dialogs/ClipVideoWindow.cs
VianaNET/Modules/Video/Dialogs/LengthDialog.xaml
VianaNET/Modules/Video/Dialogs/LengthDialog.xaml.cs
VianaNET/Modules/Video/Dialogs/SaveVideoDialog.xaml
VianaNET/Modules/Video/Dialogs/SaveVideoDialog.xaml.cs
VianaNET/Modules/Video/Dialogs/SelectColorWindow.xaml
VianaNET/Modules/Video/Dialogs/SelectColorWindow.xaml.cs
VianaNET/Modules/Video/Filter/ColorAndCropFilterRGB.cs
VianaNET/Modules/Video/Filter/ColorAndCropFilterYCbCr.cs
VianaNET/Modules/Video/Filter/FilterBase.cs
VianaNET/Modules/Video/Filter/GMFBridge.cs
VianaNET/Modules/Video/Filter/Histogram.cs
VianaNET/Modules/Video/Filter/HistogramMinMaxSegmentator.cs
VianaNET/Modules/Video/Filter/Segment.cs
VianaNET/Modules/Video/Filter/VectorInt.cs
VianaNET/Modules/Video/Filter/YCbCrColor.cs
VianaNET/Modules/Video/MediaInfo/MediaInfoDLL.cs
VianaNET/Modules/Video/VideoWindow.xaml
VianaNET/Modules/Video/VideoWindow.xaml.cs
VianaNET/Properties/AssemblyInfo.cs
VianaNET/Properties/Resources.Designer.cs
VianaNET/Properties/Resources.resx
VianaNET/Properties/Settings.Designer.cs
VianaNET/Properties/Settings.settings
VianaNET/Properties/VianaNETKey.snk
VianaNET/Properties/app.config
VianaNET/Properties/app.manifest
VianaNET/Settings.StyleCop
VianaNET/Settings.cs
VianaNET/VianaNET.csproj
VianaNET/app.config
VianaNETSetupx64/VianaNETSetupx64.vdproj
VianaNETSetupx86/VianaNETSetupx86.vdproj
VianaNETShaderEffectLibrary/BackgroundEffect.cs
VianaNETShaderEffectLibrary/BackgroundEffect.fx
VianaNETShaderEffectLibrary/BackgroundEffect.ps
VianaNETShaderEffectLibrary/CropEffect.cs
VianaNETShaderEffectLibrary/CropEffect.fx
VianaNETShaderEffectLibrary/CropEffect.ps
VianaNETShaderEffectLibrary/EffectLibrary.cs
VianaNETShaderEffectLibrary/Properties/AssemblyInfo.cs
VianaNETShaderEffectLibrary/Properties/VianaNETShaderEffectLibraryKey.snk
VianaNETShaderEffectLibrary/ThresholdEffect.cs
VianaNETShaderEffectLibrary/ThresholdEffect.fx
VianaNETShaderEffectLibrary/ThresholdEffect.ps
VianaNETShaderEffectLibrary/VianaNETShaderEffectLibrary.csproj
WPFLocalizeExtension/BaseExtensions/BaseLocalizeExtension.cs
WPFLocalizeExtension/Engine/LocalizeDictionary.cs
WPFLocalizeExtension/Engine/LocalizedObjectOperation.cs
WPFLocalizeExtension/Engine/ObjectDependencyManager.cs
WPFLocalizeExtension/Engine/OddsFormatManager.cs
WPFLocalizeExtension/Engine/OddsFormatType.cs
WPFLocalizeExtension/Extensions/LocBrushExtension.cs
WPFLocalizeExtension/Extensions/LocDoubleExtension.cs
WPFLocalizeExtension/Extensions/LocFlowDirectionExtension.cs
WPFLocalizeExtension/Extensions/LocImageExtension.cs
WPFLocalizeExtension/Extensions/LocTextExtension.cs
WPFLocalizeExtension/Extensions/LocTextLowerExtension.cs
WPFLocalizeExtension/Extensions/LocTextUpperExtension.cs
WPFLocalizeExtension/Extensions/LocThicknessExtension.cs
WPFLocalizeExtension/Extensions/OddsFormatExtension.cs
WPFLocalizeExtension/Properties/AssemblyInfo.cs
WPFLocalizeExtension/Properties/WPFLocalizeExtensionKey.snk
WPFLocalizeExtension/WPFLocalizeExtension.csproj

Download

Click the following link to download viana.zip.

viana.zip




















Home »
  C# Free Code »
    Media »




MIDI
Mp4
Music
Video