Visualization constructor

Visualization({
  1. List<List<List<int>>>? contourPoints,
  2. List<List<int>>? contours,
  3. List<int>? textRect,
})

Implementation

Visualization({
    this.contourPoints,
    this.contours,
    this.textRect,
});