import 'package:opencv_dart/opencv_dart.dart' as cv; void main() { print(cv.approxPolyDP); print(cv.arcLength); print(cv.contourArea); }