I want to build an program that can detect square shape object in a video. i used SURF algorithm for that. but that only detect key points.
1 | initial version |
I want to build an program that can detect square shape object in a video. i used SURF algorithm for that. but that only detect key points.
2 | No.2 Revision |
I want to build an program that can detect square shape object in a video. i used SURF algorithm for that. but that only detect key points.
3 | No.3 Revision |
I want to build an program that can detect square shape object in a video. i used SURF algorithm for that. but that only detect key points.points.i want to detect square shape objects which are situated near the road. As a example . the program simply check whether the frame that taken by camera (which is putting inside the vehicle) has square sign or not.(if that frame has square shape object then frame is sent to next function, else delete that)