Skip to content
Snippets Groups Projects
Commit e1935581 authored by Andrews Sobral's avatar Andrews Sobral
Browse files

Added Java GUI

parent 34bb3bbf
No related branches found
No related tags found
No related merge requests found
Showing
with 171 additions and 0 deletions
/java_gui/dist/
/java_gui/build/
\ No newline at end of file
Tested with Netbeans 8.0
\ No newline at end of file
File added
base.path = ./
config.path = config/
run.path = _
run.path = run_video.bat
run.path = run_camera.bat
bgs.methods = _
bgs.methods = FrameDifferenceBGS
bgs.methods = StaticFrameDifferenceBGS
bgs.methods = WeightedMovingMeanBGS
bgs.methods = WeightedMovingVarianceBGS
bgs.methods = MixtureOfGaussianV1BGS
bgs.methods = MixtureOfGaussianV2BGS
bgs.methods = AdaptiveBackgroundLearning
bgs.methods = GMG
bgs.methods = DPAdaptiveMedianBGS
bgs.methods = DPGrimsonGMMBGS
bgs.methods = DPZivkovicAGMMBGS
bgs.methods = DPMeanBGS
bgs.methods = DPWrenGABGS
bgs.methods = DPPratiMediodBGS
bgs.methods = DPEigenbackgroundBGS
bgs.methods = T2FGMM_UM
bgs.methods = T2FGMM_UV
bgs.methods = T2FMRF_UM
bgs.methods = T2FMRF_UV
bgs.methods = FuzzySugenoIntegral
bgs.methods = FuzzyChoquetIntegral
bgs.methods = MultiLayerBGS
bgs.methods = VuMeter
bgs.methods = LBSimpleGaussian
bgs.methods = LBFuzzyGaussian
bgs.methods = LBMixtureOfGaussians
bgs.methods = LBAdaptiveSOM
bgs.methods = LBFuzzyAdaptiveSOM
<?xml version="1.0" encoding="UTF-8"?>
<!-- You may freely edit this file. See commented blocks below for -->
<!-- some examples of how to customize the build. -->
<!-- (If you delete it and reopen the project it will be recreated.) -->
<!-- By default, only the Clean and Build commands use this build script. -->
<!-- Commands such as Run, Debug, and Test only use this build script if -->
<!-- the Compile on Save feature is turned off for the project. -->
<!-- You can turn off the Compile on Save (or Deploy on Save) setting -->
<!-- in the project's Project Properties dialog box.-->
<project name="bgslibrary_gui" default="default" basedir=".">
<description>Builds, tests, and runs the project bgslibrary_gui.</description>
<import file="nbproject/build-impl.xml"/>
<!--
There exist several targets which are by default empty and which can be
used for execution of your tasks. These targets are usually executed
before and after some main targets. They are:
-pre-init: called before initialization of project properties
-post-init: called after initialization of project properties
-pre-compile: called before javac compilation
-post-compile: called after javac compilation
-pre-compile-single: called before javac compilation of single file
-post-compile-single: called after javac compilation of single file
-pre-compile-test: called before javac compilation of JUnit tests
-post-compile-test: called after javac compilation of JUnit tests
-pre-compile-test-single: called before javac compilation of single JUnit test
-post-compile-test-single: called after javac compilation of single JUunit test
-pre-jar: called before JAR building
-post-jar: called after JAR building
-post-clean: called after cleaning build products
(Targets beginning with '-' are not intended to be called on their own.)
Example of inserting an obfuscator after compilation could look like this:
<target name="-post-compile">
<obfuscate>
<fileset dir="${build.classes.dir}"/>
</obfuscate>
</target>
For list of available properties check the imported
nbproject/build-impl.xml file.
Another way to customize the build is by overriding existing main targets.
The targets of interest are:
-init-macrodef-javac: defines macro for javac compilation
-init-macrodef-junit: defines macro for junit execution
-init-macrodef-debug: defines macro for class debugging
-init-macrodef-java: defines macro for class execution
-do-jar: JAR building
run: execution of project
-javadoc-build: Javadoc generation
test-report: JUnit report generation
An example of overriding the target for project execution could look like this:
<target name="run" depends="bgslibrary_gui-impl.jar">
<exec dir="bin" executable="launcher.exe">
<arg file="${dist.jar}"/>
</exec>
</target>
Notice that the overridden target depends on the jar target and not only on
the compile target as the regular run target does. Again, for a list of available
properties which you can use, check the target you are overriding in the
nbproject/build-impl.xml file.
-->
</project>
<?xml version="1.0"?>
<opencv_storage>
<tictoc>""</tictoc>
<enablePreProcessor>1</enablePreProcessor>
<enableForegroundMaskAnalysis>0</enableForegroundMaskAnalysis>
<enableFrameDifferenceBGS>1</enableFrameDifferenceBGS>
<enableStaticFrameDifferenceBGS>0</enableStaticFrameDifferenceBGS>
<enableWeightedMovingMeanBGS>0</enableWeightedMovingMeanBGS>
<enableWeightedMovingVarianceBGS>0</enableWeightedMovingVarianceBGS>
<enableMixtureOfGaussianV1BGS>0</enableMixtureOfGaussianV1BGS>
<enableMixtureOfGaussianV2BGS>0</enableMixtureOfGaussianV2BGS>
<enableAdaptiveBackgroundLearning>0</enableAdaptiveBackgroundLearning>
<enableGMG>0</enableGMG>
<enableDPAdaptiveMedianBGS>0</enableDPAdaptiveMedianBGS>
<enableDPGrimsonGMMBGS>0</enableDPGrimsonGMMBGS>
<enableDPZivkovicAGMMBGS>0</enableDPZivkovicAGMMBGS>
<enableDPMeanBGS>0</enableDPMeanBGS>
<enableDPWrenGABGS>0</enableDPWrenGABGS>
<enableDPPratiMediodBGS>0</enableDPPratiMediodBGS>
<enableDPEigenbackgroundBGS>0</enableDPEigenbackgroundBGS>
<enableDPTextureBGS>0</enableDPTextureBGS>
<enableT2FGMM_UM>0</enableT2FGMM_UM>
<enableT2FGMM_UV>0</enableT2FGMM_UV>
<enableT2FMRF_UM>0</enableT2FMRF_UM>
<enableT2FMRF_UV>0</enableT2FMRF_UV>
<enableFuzzySugenoIntegral>0</enableFuzzySugenoIntegral>
<enableFuzzyChoquetIntegral>0</enableFuzzyChoquetIntegral>
<enableLBSimpleGaussian>0</enableLBSimpleGaussian>
<enableLBFuzzyGaussian>0</enableLBFuzzyGaussian>
<enableLBMixtureOfGaussians>0</enableLBMixtureOfGaussians>
<enableLBAdaptiveSOM>0</enableLBAdaptiveSOM>
<enableLBFuzzyAdaptiveSOM>0</enableLBFuzzyAdaptiveSOM>
<enableLbpMrf>0</enableLbpMrf>
<enableMultiLayerBGS>0</enableMultiLayerBGS>
<enableVuMeter>0</enableVuMeter>
<enableKDE>0</enableKDE>
<enableIMBS>0</enableIMBS>
<enableMultiCueBGS>0</enableMultiCueBGS>
<enableSigmaDeltaBGS>0</enableSigmaDeltaBGS>
</opencv_storage>
<?xml version="1.0"?>
<opencv_storage>
<equalizeHist>0</equalizeHist>
<gaussianBlur>0</gaussianBlur>
<enableShow>1</enableShow>
</opencv_storage>
<?xml version="1.0"?>
<opencv_storage>
<stopAt>0</stopAt>
<input_resize_percent>100</input_resize_percent>
<enableFlip>0</enableFlip>
<use_roi>0</use_roi>
<roi_defined>0</roi_defined>
<roi_x0>0</roi_x0>
<roi_y0>0</roi_y0>
<roi_x1>0</roi_x1>
<roi_y1>0</roi_y1>
<showOutput>1</showOutput>
</opencv_storage>
java_gui/images/bgslibrary_gui_screen01.png

95.3 KiB

java_gui/images/bgslibrary_gui_screen02.png

112 KiB

java_gui/images/bgslibrary_gui_screen03.png

112 KiB

java_gui/images/bgslibrary_gui_screen04.png

105 KiB

java_gui/images/logo.jpg

10.1 KiB

File added
File added
File added
File added
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment