changing layout, adding ant and eclipse sections, more pictures
authorAndrey Pavlenko <andrey.pavlenko@itseez.com>
Thu, 14 Feb 2013 13:54:37 +0000 (17:54 +0400)
committerAndrey Pavlenko <andrey.pavlenko@itseez.com>
Thu, 14 Feb 2013 13:54:37 +0000 (17:54 +0400)
commita8c2fc6908711521957f2dac33a487e843605438
tree787455ad66c769932c78827f0b48ac0546d9725b
parentc2c2403a792c809eea8a9237498d32f64ac20342
changing layout, adding ant and eclipse sections, more pictures
39 files changed:
doc/tutorials/definitions/tocDefinitions.rst
doc/tutorials/introduction/desktop_java/images/ant_output.png [new file with mode: 0644]
doc/tutorials/introduction/desktop_java/images/cmake_output.png [new file with mode: 0644]
doc/tutorials/introduction/desktop_java/images/eclipse_main_class.png [new file with mode: 0644]
doc/tutorials/introduction/desktop_java/images/eclipse_new_java_prj.png [new file with mode: 0644]
doc/tutorials/introduction/desktop_java/images/eclipse_run.png [new file with mode: 0644]
doc/tutorials/introduction/desktop_java/images/eclipse_user_lib.png [new file with mode: 0644]
doc/tutorials/introduction/desktop_java/images/eclipse_user_lib2.png [new file with mode: 0644]
doc/tutorials/introduction/desktop_java/images/eclipse_user_lib3.png [new file with mode: 0644]
doc/tutorials/introduction/desktop_java/images/eclipse_user_lib4.png [new file with mode: 0644]
doc/tutorials/introduction/desktop_java/images/eclipse_user_lib5.png [new file with mode: 0644]
doc/tutorials/introduction/desktop_java/images/eclipse_user_lib6.png [new file with mode: 0644]
doc/tutorials/introduction/desktop_java/images/eclipse_user_lib7.png [new file with mode: 0644]
doc/tutorials/introduction/desktop_java/images/eclipse_user_lib8.png [new file with mode: 0644]
doc/tutorials/introduction/desktop_java/images/lena.bmp [deleted file]
doc/tutorials/introduction/desktop_java/images/lena.png [new file with mode: 0644]
doc/tutorials/introduction/desktop_java/java_dev_intro.rst
doc/tutorials/introduction/table_of_content_introduction/table_of_content_introduction.rst
samples/java/ant/build.xml [new file with mode: 0644]
samples/java/ant/src/SimpleSample.java [new file with mode: 0644]
samples/java/eclipse/HelloCV/.classpath [new file with mode: 0644]
samples/java/eclipse/HelloCV/.project [new file with mode: 0644]
samples/java/eclipse/HelloCV/.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
samples/java/eclipse/HelloCV/src/Main.java [new file with mode: 0644]
samples/java/sbt/README [moved from samples/java/README with 98% similarity]
samples/java/sbt/lib/copy_opencv_jar_here [moved from samples/java/lib/copy_opencv_jar_here with 100% similarity]
samples/java/sbt/project/build.scala [moved from samples/java/project/build.scala with 88% similarity]
samples/java/sbt/project/plugins.sbt [moved from samples/java/project/plugins.sbt with 98% similarity]
samples/java/sbt/sbt/sbt [moved from samples/java/sbt/sbt with 100% similarity, mode: 0644]
samples/java/sbt/sbt/sbt-launch.jar [moved from samples/java/sbt/sbt-launch.jar with 100% similarity]
samples/java/sbt/src/main/java/DetectFaceDemo.java [new file with mode: 0644]
samples/java/sbt/src/main/resources/AverageMaleFace.jpg [moved from samples/java/src/main/resources/AverageMaleFace.jpg with 100% similarity]
samples/java/sbt/src/main/resources/img1.bmp [moved from samples/java/src/main/resources/img1.bmp with 100% similarity]
samples/java/sbt/src/main/resources/img2.bmp [moved from samples/java/src/main/resources/img2.bmp with 100% similarity]
samples/java/sbt/src/main/resources/lbpcascade_frontalface.xml [moved from samples/java/src/main/resources/lbpcascade_frontalface.xml with 100% similarity]
samples/java/sbt/src/main/scala/Main.scala [moved from samples/java/src/main/scala/Main.scala with 92% similarity]
samples/java/sbt/src/main/scala/ScalaCorrespondenceMatchingDemo.scala [moved from samples/java/src/main/scala/ScalaCorrespondenceMatchingDemo.scala with 96% similarity]
samples/java/sbt/src/main/scala/ScalaDetectFaceDemo.scala [moved from samples/java/src/main/scala/ScalaDetectFaceDemo.scala with 100% similarity]
samples/java/src/main/java/DetectFaceDemo.java [deleted file]