Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
b484f377
Commit
b484f377
authored
Sep 03, 2015
by
Dmitry Melnichenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix build of Java-Sbt sample
parent
9c3f9578
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
plugins.sbt
samples/java/sbt/project/plugins.sbt
+1
-1
DetectFaceDemo.java
samples/java/sbt/src/main/java/DetectFaceDemo.java
+1
-0
ScalaDetectFaceDemo.scala
samples/java/sbt/src/main/scala/ScalaDetectFaceDemo.scala
+1
-0
No files found.
samples/java/sbt/project/plugins.sbt
View file @
b484f377
addSbtPlugin
(
"com.typesafe.sbteclipse"
%
"sbteclipse-plugin"
%
"
2.1
.0"
)
addSbtPlugin
(
"com.typesafe.sbteclipse"
%
"sbteclipse-plugin"
%
"
4.0
.0"
)
samples/java/sbt/src/main/java/DetectFaceDemo.java
View file @
b484f377
...
...
@@ -5,6 +5,7 @@ import org.opencv.core.Point;
import
org.opencv.core.Rect
;
import
org.opencv.core.Scalar
;
import
org.opencv.imgcodecs.Imgcodecs
;
import
org.opencv.imgproc.Imgproc
;
import
org.opencv.objdetect.CascadeClassifier
;
/*
...
...
samples/java/sbt/src/main/scala/ScalaDetectFaceDemo.scala
View file @
b484f377
...
...
@@ -3,6 +3,7 @@ import org.opencv.core.MatOfRect
import
org.opencv.core.Point
import
org.opencv.core.Scalar
import
org.opencv.imgcodecs.Imgcodecs
import
org.opencv.imgproc.Imgproc
import
org.opencv.objdetect.CascadeClassifier
import
reflect._
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment