OpenCV class

Constructors

OpenCV()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

absdiff({required Uint8List image1, required Uint8List image2}) Future<Uint8List?>
adaptiveThreshold({required Uint8List image, required double maxValue, required int adaptiveMethod, required int thresholdType, required int blockSize, required double constantValue}) Future<Uint8List?>
applyColorMap({required Uint8List image, required int colorMap}) Future<Uint8List?>
bilateralFilter({required Uint8List image, required int diameter, required int sigmaColor, required int sigmaSpace, required int borderType}) Future<Uint8List?>
bitwiseOr({required Uint8List image1, required Uint8List image2}) Future<Uint8List?>
blur({required Uint8List image, required List<double> kernelSize, required List<double> anchorPoint, required int borderType}) Future<Uint8List?>
connectedComponentsWithStats({required Uint8List image, required int connectivity, required int ltype}) Future<List<Uint8List?>>
cvtColor({required Uint8List image, required int outputType}) Future<Uint8List?>
distanceTransform({required Uint8List image, required int distanceType, required int maskSize}) Future<Uint8List?>
medianBlur({required Uint8List image, required int kernelSize}) Future<Uint8List?>
objectDetection({required Uint8List image, required String cascadePath, int minNeighbors = 4}) Future<Uint8List?>
threshold({required Uint8List image, required double thresholdValue, required double maxThresholdValue, required int thresholdType}) Future<Uint8List?>

Constants

ADAPTIVE_THRESH_GAUSSIAN_C → const int
ADAPTIVE_THRESH_MEAN_C → const int
BORDER_CONSTANT → const int
BORDER_DEFAULT → const int
BORDER_ISOLATED → const int
BORDER_REFLECT → const int
BORDER_REFLECT101 → const int
BORDER_REFLECT_101 → const int
BORDER_REPLICATE → const int
BORDER_TRANSPARENT → const int
BORDER_WRAP → const int
COLOR_BayerBG2BGR → const int
COLOR_BayerBG2BGR_EA → const int
COLOR_BayerBG2BGR_VNG → const int
COLOR_BayerBG2BGRA → const int
COLOR_BayerBG2GRAY → const int
COLOR_BayerBG2RGB → const int
COLOR_BayerBG2RGB_EA → const int
COLOR_BayerBG2RGB_VNG → const int
COLOR_BayerBG2RGBA → const int
COLOR_BayerGB2BGR → const int
COLOR_BayerGB2BGR_EA → const int
COLOR_BayerGB2BGR_VNG → const int
COLOR_BayerGB2BGRA → const int
COLOR_BayerGB2GRAY → const int
COLOR_BayerGB2RGB → const int
COLOR_BayerGB2RGB_EA → const int
COLOR_BayerGB2RGB_VNG → const int
COLOR_BayerGB2RGBA → const int
COLOR_BayerGR2BGR → const int
COLOR_BayerGR2BGR_EA → const int
COLOR_BayerGR2BGR_VNG → const int
COLOR_BayerGR2BGRA → const int
COLOR_BayerGR2GRAY → const int
COLOR_BayerGR2RGB → const int
COLOR_BayerGR2RGB_EA → const int
COLOR_BayerGR2RGB_VNG → const int
COLOR_BayerGR2RGBA → const int
COLOR_BayerRG2BGR → const int
COLOR_BayerRG2BGR_EA → const int
COLOR_BayerRG2BGR_VNG → const int
COLOR_BayerRG2BGRA → const int
COLOR_BayerRG2GRAY → const int
COLOR_BayerRG2RGB → const int
COLOR_BayerRG2RGB_EA → const int
COLOR_BayerRG2RGB_VNG → const int
COLOR_BayerRG2RGBA → const int
COLOR_BGR2BGR555 → const int
COLOR_BGR2BGR565 → const int
COLOR_BGR2BGRA → const int
COLOR_BGR2GRAY → const int
COLOR_BGR2HLS → const int
COLOR_BGR2HLS_FULL → const int
COLOR_BGR2HSV → const int
COLOR_BGR2HSV_FULL → const int
COLOR_BGR2Lab → const int
COLOR_BGR2Luv → const int
COLOR_BGR2RGB → const int
COLOR_BGR2RGBA → const int
COLOR_BGR2XYZ → const int
COLOR_BGR2YCrCb → const int
COLOR_BGR2YUV → const int
COLOR_BGR2YUV_I420 → const int
COLOR_BGR2YUV_IYUV → const int
COLOR_BGR2YUV_YV12 → const int
COLOR_BGR5552BGR → const int
COLOR_BGR5552BGRA → const int
COLOR_BGR5552GRAY → const int
COLOR_BGR5552RGB → const int
COLOR_BGR5552RGBA → const int
COLOR_BGR5652BGR → const int
COLOR_BGR5652BGRA → const int
COLOR_BGR5652GRAY → const int
COLOR_BGR5652RGB → const int
COLOR_BGR5652RGBA → const int
COLOR_BGRA2BGR → const int
COLOR_BGRA2BGR555 → const int
COLOR_BGRA2BGR565 → const int
COLOR_BGRA2GRAY → const int
COLOR_BGRA2RGB → const int
COLOR_BGRA2RGBA → const int
COLOR_BGRA2YUV_I420 → const int
COLOR_BGRA2YUV_IYUV → const int
COLOR_BGRA2YUV_YV12 → const int
COLOR_COLORCVT_MAX → const int
COLOR_GRAY2BGR → const int
COLOR_GRAY2BGR555 → const int
COLOR_GRAY2BGR565 → const int
COLOR_GRAY2BGRA → const int
COLOR_GRAY2RGB → const int
COLOR_GRAY2RGBA → const int
COLOR_HLS2BGR → const int
COLOR_HLS2BGR_FULL → const int
COLOR_HLS2RGB → const int
COLOR_HLS2RGB_FULL → const int
COLOR_HSV2BGR → const int
COLOR_HSV2BGR_FULL → const int
COLOR_HSV2RGB → const int
COLOR_HSV2RGB_FULL → const int
COLOR_Lab2BGR → const int
COLOR_Lab2LBGR → const int
COLOR_Lab2LRGB → const int
COLOR_Lab2RGB → const int
COLOR_LBGR2Lab → const int
COLOR_LBGR2Luv → const int
COLOR_LRGB2Lab → const int
COLOR_LRGB2Luv → const int
COLOR_Luv2BGR → const int
COLOR_Luv2LBGR → const int
COLOR_Luv2LRGB → const int
COLOR_Luv2RGB → const int
COLOR_mRGBA2RGBA → const int
COLOR_RGB2BGR → const int
COLOR_RGB2BGR555 → const int
COLOR_RGB2BGR565 → const int
COLOR_RGB2BGRA → const int
COLOR_RGB2GRAY → const int
COLOR_RGB2HLS → const int
COLOR_RGB2HLS_FULL → const int
COLOR_RGB2HSV → const int
COLOR_RGB2HSV_FULL → const int
COLOR_RGB2Lab → const int
COLOR_RGB2Luv → const int
COLOR_RGB2RGBA → const int
COLOR_RGB2XYZ → const int
COLOR_RGB2YCrCb → const int
COLOR_RGB2YUV → const int
COLOR_RGB2YUV_I420 → const int
COLOR_RGB2YUV_IYUV → const int
COLOR_RGB2YUV_YV12 → const int
COLOR_RGBA2BGR → const int
COLOR_RGBA2BGR555 → const int
COLOR_RGBA2BGR565 → const int
COLOR_RGBA2BGRA → const int
COLOR_RGBA2GRAY → const int
COLOR_RGBA2mRGBA → const int
COLOR_RGBA2RGB → const int
COLOR_RGBA2YUV_I420 → const int
COLOR_RGBA2YUV_IYUV → const int
COLOR_RGBA2YUV_YV12 → const int
COLOR_XYZ2BGR → const int
COLOR_XYZ2RGB → const int
COLOR_YCrCb2BGR → const int
COLOR_YCrCb2RGB → const int
COLOR_YUV2BGR → const int
COLOR_YUV2BGR_I420 → const int
COLOR_YUV2BGR_IYUV → const int
COLOR_YUV2BGR_NV12 → const int
COLOR_YUV2BGR_NV21 → const int
COLOR_YUV2BGR_UYNV → const int
COLOR_YUV2BGR_UYVY → const int
COLOR_YUV2BGR_Y422 → const int
COLOR_YUV2BGR_YUNV → const int
COLOR_YUV2BGR_YUY2 → const int
COLOR_YUV2BGR_YUYV → const int
COLOR_YUV2BGR_YV12 → const int
COLOR_YUV2BGR_YVYU → const int
COLOR_YUV2BGRA_I420 → const int
COLOR_YUV2BGRA_IYUV → const int
COLOR_YUV2BGRA_NV12 → const int
COLOR_YUV2BGRA_NV21 → const int
COLOR_YUV2BGRA_UYNV → const int
COLOR_YUV2BGRA_UYVY → const int
COLOR_YUV2BGRA_Y422 → const int
COLOR_YUV2BGRA_YUNV → const int
COLOR_YUV2BGRA_YUY2 → const int
COLOR_YUV2BGRA_YUYV → const int
COLOR_YUV2BGRA_YV12 → const int
COLOR_YUV2BGRA_YVYU → const int
COLOR_YUV2GRAY_420 → const int
COLOR_YUV2GRAY_I420 → const int
COLOR_YUV2GRAY_IYUV → const int
COLOR_YUV2GRAY_NV12 → const int
COLOR_YUV2GRAY_NV21 → const int
COLOR_YUV2GRAY_UYNV → const int
COLOR_YUV2GRAY_UYVY → const int
COLOR_YUV2GRAY_Y422 → const int
COLOR_YUV2GRAY_YUNV → const int
COLOR_YUV2GRAY_YUY2 → const int
COLOR_YUV2GRAY_YUYV → const int
COLOR_YUV2GRAY_YV12 → const int
COLOR_YUV2GRAY_YVYU → const int
COLOR_YUV2RGB → const int
COLOR_YUV2RGB_I420 → const int
COLOR_YUV2RGB_IYUV → const int
COLOR_YUV2RGB_NV12 → const int
COLOR_YUV2RGB_NV21 → const int
COLOR_YUV2RGB_UYNV → const int
COLOR_YUV2RGB_UYVY → const int
COLOR_YUV2RGB_Y422 → const int
COLOR_YUV2RGB_YUNV → const int
COLOR_YUV2RGB_YUY2 → const int
COLOR_YUV2RGB_YUYV → const int
COLOR_YUV2RGB_YV12 → const int
COLOR_YUV2RGB_YVYU → const int
COLOR_YUV2RGBA_I420 → const int
COLOR_YUV2RGBA_IYUV → const int
COLOR_YUV2RGBA_NV12 → const int
COLOR_YUV2RGBA_NV21 → const int
COLOR_YUV2RGBA_UYNV → const int
COLOR_YUV2RGBA_UYVY → const int
COLOR_YUV2RGBA_Y422 → const int
COLOR_YUV2RGBA_YUNV → const int
COLOR_YUV2RGBA_YUY2 → const int
COLOR_YUV2RGBA_YUYV → const int
COLOR_YUV2RGBA_YV12 → const int
COLOR_YUV2RGBA_YVYU → const int
COLOR_YUV420p2BGR → const int
COLOR_YUV420p2BGRA → const int
COLOR_YUV420p2GRAY → const int
COLOR_YUV420p2RGB → const int
COLOR_YUV420p2RGBA → const int
COLOR_YUV420sp2BGR → const int
COLOR_YUV420sp2BGRA → const int
COLOR_YUV420sp2GRAY → const int
COLOR_YUV420sp2RGB → const int
COLOR_YUV420sp2RGBA → const int
COLORMAP_AUTUMN → const int
COLORMAP_BONE → const int
COLORMAP_CIVIDIS → const int
COLORMAP_COOL → const int
COLORMAP_DEEPGREEN → const int
COLORMAP_HOT → const int
COLORMAP_HSV → const int
COLORMAP_INFERNO → const int
COLORMAP_JET → const int
COLORMAP_MAGMA → const int
COLORMAP_OCEAN → const int
COLORMAP_PARULA → const int
COLORMAP_PINK → const int
COLORMAP_PLASMA → const int
COLORMAP_RAINBOW → const int
COLORMAP_SPRING → const int
COLORMAP_SUMMER → const int
COLORMAP_TURBO → const int
COLORMAP_TWILIGHT → const int
COLORMAP_TWILIGHT_SHIFTED → const int
COLORMAP_VIRIDIS → const int
COLORMAP_WINTER → const int
platform → const MethodChannel
THRESH_BINARY → const int
THRESH_BINARY_INV → const int
THRESH_MASK → const int
THRESH_OTSU → const int
THRESH_TOZERO → const int
THRESH_TOZERO_INV → const int
THRESH_TRIANGLE → const int
THRESH_TRUNC → const int