|
Project Information
|
This project detect chessboard corners in a video or image and draw it using Opencv functions. InstallingTo compile, see HowToInstall Pre-compiled binaries (for 32 bits, Ubuntu 10.4 Gstreamer, Opencv 2.2) are also available in the downloads section: libgstchessfind-0.1.so Put them into the ~/.gstreamer-0.10/plugins directory (create it if it does not exist yet). Optionsgst-inspect chessfind: display : Sets whether the detected chessboard should be highlighted inthe output flags: accès en lecture, accès en écriture Boolean. Default: true Current: truerows : Number of chessboard's rowsflags: accès en lecture, accès en écriture Integer. Range: 4 - 2147483647 Default: 4 Current: 4columns : Number of chessboard's columnsflags: accès en lecture, accès en écriture Integer. Range: 4 - 2147483647 Default: 6 Current: 6 Example pipelinesWith a video : gst-launch -v -m filesrc location=video.ogg ! decodebin ! ffmpegcolorspace ! queue ! chessfind ! queue ! ffmpegcolorspace ! ximagesink |