Ask Your Question

Revision history [back]

Detect edges of books using identifiers

Hello, i have a project which needs image processing in order to detect spaces in between books in library shelves, and i thought that putting identifiers in the edges of the books would help and by detecting distances in between edges of two books with the help of the identifiers would determine the space. All of this while running a live video stream.

For example, book 1 has identifiers in its edges (color red for left of the spine, color blue for the right of the spine), book 2 would have the same identifiers wherein i would use image detection using these specific colors in order to detect the space in between them.

I would like to know if this method is fast and good enough in determining space or if there is a better way. Thank you.