Census officer Rajesh Gokhale has to visit each house in this housing complex. He enters the complex from the gate at the top left and exits from the gate at the bottom right. How can he cover all the houses in four straight lines without repeating any house?
Answers
Answered by
1
Answer:
Object Detection is a common Computer Vision problem which deals with identifying and locating object of certain classes in the image. Interpreting the object localisation can be done in various ways, including creating a bounding box around the object or marking every pixel in the image which contains the object (called segmentation).
Similar questions