python opencv draw rectangle

image = cv2.imread(path) 

start_point = (5, 5) 
end_point = (220, 220) 
  
# Blue color in BGR 
color = (255, 0, 0) 
  
# Line thickness of 2 px 
thickness = 2
  
# Using cv2.rectangle() method 
# Draw a rectangle with blue line borders of thickness of 2 px 
image = cv2.rectangle(image, start_point, end_point, color, thickness) 

Are there any code examples left?
Create a Free Account
Unlock the power of data and AI by diving into Python, ChatGPT, SQL, Power BI, and beyond.
Sign up
Develop soft skills on BrainApps
Complete the IQ Test
Relative searches
how to draw rectangle on image in opencv python opencv draw rectangle in opencv python python opencv rectangel draw rectangle opencv python on video python opencv draw rectangle with yolo format draw rectangle box opencv opencv rectangle python label how to draw a rectangle in python using opencv opencv draw rectangle with mouse draw rectangle on opencv python window draw rectangle in frame opencv draw rectangle image opencv how to draw a rect in opencv draw a rectangle opencv python opencv draw rectangle on image how to draw rectangle with vertices in opencv rectangle opencv python opencv.rectangle drawing rectangle shape and extract objects using python opencv opencv draw rectangle around contour draw rectangle in opencv how to draw rectangle on image with python Opencv function ? draw rectangle opencv on click draw rect opencv python opencv python draw rectangle float opencv python move rectangle draw rectangle around face opencv how to draw rectangl on opencv python opencv rectangle object opencv draw rectange draw rectange opencv how to draw rectangle in image with opencv opencv create rectangle rectangle detection opencv python opencv python rectangle around object opencv python rectangle fill how to draw a rectangle in python cv2 draw rectangle on image in opencv python draw a rectangle in opencv python from mouse rectangle function in opencv draw rectangle with text opencv cv2.draw rectangle Draw rectangle with mouse opencv python python opencv rectangle python opencv draw rectangle on image with label draw rectangle on mat opencv Python OpenCV cv2 drawing rectangle with text draw a rectangle opencv opencv create rectangle python create rectangle opencv python opencv draw rectangle filled opencv draw rectangle in olace opencv rectangle pythoon opencv drawing rectangle draw rectangle in opencv python draw rectangle on image python opencv pil draw rectangle cv2 python draw rectangle opencv draw rectangle python on mask image opencv draw a rectangle on image python cv draw rectangle draw rectangle to Mat opencv python opencv fill rectangle opencv draw rectangle on screen python draw a rectangle on image using opencv draw_rectangles opencv how to draw rectangles in cv2 python how to draw rectangle in opencv python draw rectangle in image opencv cv2.rectangle with image graph cv2.retangule cv2.rectangle fill color python draw rect on frame opencv cv2 rectangel rectangle in opencv python opencv draw rect draw rectangle in python opencv opencv create a box open cv create a box python opencv draw box um cars draw rectangle cv opencv how to make rectangle python ddrawing rectanfgle using open cv in python cv2.rectangle opencv opencv draw box point opencv draw rectangle exemple draw a rectangle in opencv python cv2.rectangel plot points on opencv image cv2.rectangle(frame, (100, 100), (500, 500), (0, 0, 255), 0) NameError: name 'frame' is not defined draw rectangle on image cv2 fill draw rectangle on image cv2 draw rectangle with 4 points python cv2 dot opencv draw a rectangle draw something in cv2 all arguments rectangle in opencv python all options rectangle in opencv python how to draw rounded rectangle in opencv python use cv2 rectangle en imshow use cv2 rectangle opencv python rectangle python opencv plot rectangle program to draw rectangle in python open cv draw box cv2_imshow rectangle border repeats how to draw filled rectangle in opencv python drawing points opencv opencv python draw filled rectangle cv2.rectangle(frame (left top) (right bottom) (0 0 255) 2) cv2 circle position from left bottom corner opencv draw points python make hollow rectangle openCV cv2 draw image rectangle() opencv how to detect rectangle in opencv python rectangle opencv how to use cv2.rectangle retangle coordinates cv2 draw bounding box using coordinates in opencv draw square opencv python draw rectangle opencv python cv2 draw rectangle python open rectangle rect python opencv draw bbox with openCV on numpy image cv2 drawrectangle for points cv2 drawrectangle cv2.rectangele cv draw image python box in python opencv rectangle in open cv on image how to plot a rectance in image opencv python draw rectangle opencv python draw rectangle make boxes on image opencv convert cv2.rectangular values into annotation values what is return in side cv2.rectangle in cv what is return in side cv2rectangle what is return inside the cv2.rectangle function manual function for cv2.rectangle cv2.rectangle(imgElon,(faceLoc[3],faceLoc[0]),(faceLoc[1],faceLoc[2]),(121.255.0),2) drawing rectangle using cv2 img = cv2.rectangle(img, start_point[i],end_point[i], color, thickness) cv2 draw rectangle cv2.rectangle(frame, (x, y), (x+w, y+h), (0, 2),1) insertion new image in rectangle in python cv2 draw rectangle opencv python and fill use cv2 to draw rectangle fill rectangle with white color python opencv cv2 ranctangle x y python cv2 rectangle example cv2.rectangle fill cv2. rectangle python cv2 rectangle cv2.rect python color to cv2.rectangle cv2 draw box fill rectangle cv2 cvRectangle for Mat form rectangle cv2 x y w h cv2 rectangle draw a rectangle on image opencv draw square cv2 draw rectangle on image opencv cv2.rectagnle how to get the rectangle co-ordinates over a image in python cv2 plot rectangle draw a rctangel on cv.imshow python how to use add a rectanglwith cv2 .rectangle opencv2 draw rectangle cv2 reactangle color cv2 rect print rectangle image in python form rectangle opencv cv2.rectangle function python cv2 drawrect cv2 rectangle parameters cv2.rectangle documentation cv2.rectangle opencv draw rectangle fill rectangle opencv cv2.rect cv2 rectangle fill color various ways to drwa rectanglein opencv opencv rectangle how to draw a rectangle in opencv python cv2.rectangle opencv python python opencv draw line cv2 rectangle python cv2 python fill the closed shapes opencv python rectangle box opencv rectangle python\ draw circle in python opencv draw filled rectangle opencv python opencv rectangle python cv rectangle python cv2.rectangle(frame, (left, top), (right, bottom), (0, 0, 255), 2) draw a non filled rectangle opencv python opencv draw rectangle python Drwaing function explae for open cv drawing functions in opencv draw circle in opencv python cv rect python cv2.rectangle python python cv2.rectangle cv2 draw rectangle python cvREctangle usage example draw rectangle opencv python python opencv draw shape python opencv draw rectangle
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source