Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please implement a program to recognize simple objects and basic shapes in an input image as shown in the figures below. Consider the following regulations:

Please implement a program to recognize simple objects and basic shapes in an input image as shown in the figures below. Consider the following regulations:
The input: A colored image.
The output:
The same input image with a label above each object to identify it from the list below
House and its type (Class 1 or Class 2), Tree and its type (Class 1 or Class 2), Car and Truck
Print the name, the color and the number of basic shapes in the image (Circle, triangle, rectangle or square) on the command prompt as a list (Dont display them on the image).
Python programming language can be used, in conjunction with OpenCV.Simp!a nhianto-
Page 1 of 2
An example of an input image:
The output image with the corresponding text:To implement the requirements for labeling objects like Car, Truck, House Class 1, House Class 2, Tree Class 1, and Tree Class 2, we need to update the shape detection and labeling logic. Heres the revised script that includes the new specifications for identifying these complex objects:
1. Car: Identified by a right triangle, a rectangle( next to the right triangle) with a height equal to the height of the right triangle , below the right triangle and the rectangle there is another rectangle with a width approximately width equal the width of the rectangle and the right triangle, and two equally sized circles at the bottom.
2. Truck: Identified by a right triangle, a square ( next to the right triangle) with a height larger than the height of the triangle, a rectangle below the right triangle with a width equal to the width of theright triangle, and two equally sized circles at the bottom.
3. Tree Class 1: Identified by an isosceles triangle above a rectangle where the base of the triangle is larger than the sides of the rectangle below it.
4. Tree Class 2: Identified by a circle above a rectangle where the width of the rectangle is smaller than the height of the rectangle,
5. House Class 1: Identified by an isosceles triangle with a circle inside it and a rectangle below the isosceles triangle. The base of the triangle(not the isosceles sides) equal the width of the rectangle below it
6. House Class 2: Identified by an equilateral triangle with a circle inside it and a square below the equilateral triangle. The sides of the rectangle equal the sides of the square. using these informations for each shape(car ,truck ,house class 1,house class 2, tree class 1,tree class 2) Simp!a nhianto-
Page 1 of 2
An example of an input image:
The output image with the corresponding text:
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Data Management Databases And Organizations

Authors: Richard T. Watson

6th Edition

1943153035, 978-1943153039

More Books

Students also viewed these Databases questions