Questions tagged [boofcv]

BoofCV is an open source Java library for real-time computer vision and robotics applications.

Homepage: http://boofcv.org

BoofCV is an open source Java library for real-time computer vision and robotics applications. Written from scratch for ease of use and high performance, it often outperforms even native libraries. Functionality includes optimized low-level image processing routines, feature tracking, and geometric computer vision. BoofCV has been released under an Apache license for both academic and commercial use.

BoofCV is organized into several packages: image processing, features, geometric vision, calibration, recognition,visualize, and IO. Image processing contains commonly used image processing functions which operate directly on pixels. Features contains feature extraction algorithms for use in higher level operations. Calibration has routines for determining the camera's intrinsic and extrinsic parameters. Recognition is for recognition and tracking complex visual objects. Geometric vision is composed of routines for processing extracted image features using 2D and 3D geometry. Visualize has routines for rendering and displaying extracted features. 'IO stands for input/output and contains common routines for reading in images from various input sources.

64 questions
-1
votes
1 answer

BoofCV Android: Detect hand gestures

I want to detect 4 basic hand gestures of user in front of camera. When the user moves his hand in front of camera from left to right, right to left, top to down and down to top. How can I achieve this using BoofCV for android? What are the starting…
Salman Younas
  • 340
  • 1
  • 7
  • 20
-2
votes
2 answers

Generate a QR code with some missing pixel

For a project, we were asked to re-create the same QR code as on a pdf we received. I managed to do almost the same but I can't find the solution. Here is the QR Code we need to recreate (I've added red arrows). QR code I have to reproduce You see…
-2
votes
1 answer

BoofCV:I 'm trying to Run ExampleTrackingKlt.java and it can not find once of library

I 'm trying to Run ExampleTrackingKlt which is BoofCV examble and it can not find boofcv.io.image.ConvertBufferedImage; I'm try to use boofcv.core.image.ConvertBufferedImage; but it doesn't work. So How could I find…
Sarin Suriyakoon
  • 420
  • 1
  • 7
  • 19
-2
votes
2 answers

Find if apple logo is present in target image

I need to find if the small image (pattern of a logo) is in a target image (bigger)? i have tried the templateMatching - it works only when the exact part of the image is given to search for in the target image How to find if apple logo is present…
bx5974
  • 7
  • 3
1 2 3 4
5