Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 999 Bytes

File metadata and controls

54 lines (40 loc) · 999 Bytes
layout title description keywords needAutoGenerateSidebar permalink
default-layout
RegionOfInterest Class - Dynamsoft Barcode Reader SDK Python Edition API Reference
This page shows the RegionOfInterest Class of Dynamsoft Barcode Reader SDK Python Edition.
RegionOfInterest, class, api reference, python
false
/programming/python/api-reference/class/RegionOfInterest.html

RegionOfInterest

Stores the region of interest.

class RegionOfInterest

Attributes

Attribute Type
roi_id int
point class Point
width int
height int

roi_id

The ID generated by the SDK.

RegionOfInterest.roi_id

point

The left top point of the region.

RegionOfInterest.point

width

The width of the region.

RegionOfInterest.width

height

The height of the region.

RegionOfInterest.height