opencv4nodejs
Version:
Asynchronous OpenCV 3.x nodejs bindings with JavaScript and TypeScript API.
66 lines (65 loc) • 2.76 kB
TypeScript
export * from './typings/cv.d';
export * from './typings/constants.d';
export * from './typings/config.d';
export * from './typings/Mat.d';
export * from './typings/Vec.d';
export * from './typings/Vec2.d';
export * from './typings/Vec3.d';
export * from './typings/Vec4.d';
export * from './typings/Vec6.d';
export * from './typings/Point.d';
export * from './typings/Point2.d';
export * from './typings/Point3.d';
export * from './typings/Size.d';
export * from './typings/Net.d';
export * from './typings/Rect.d';
export * from './typings/RotatedRect.d';
export * from './typings/TermCriteria.d';
export * from './typings/Contour.d';
export * from './typings/Moments.d';
export * from './typings/FaceRecognizer.d';
export * from './typings/EigenFaceRecognizer.d';
export * from './typings/LBPHFaceRecognizer.d';
export * from './typings/FisherFaceRecognizer.d';
export * from './typings/KeyPointDetector.d';
export * from './typings/FeatureDetector.d';
export * from './typings/AGASTDetector.d';
export * from './typings/BFMatcher.d';
export * from './typings/AKAZEDetector.d';
export * from './typings/BRISKDetector.d';
export * from './typings/DescriptorMatch.d';
export * from './typings/FASTDetector.d';
export * from './typings/GFTTDetector.d';
export * from './typings/KAZEDetector.d';
export * from './typings/KeyPoint.d';
export * from './typings/MSERDetector.d';
export * from './typings/ORBDetector.d';
export * from './typings/SimpleBlobDetector.d';
export * from './typings/SimpleBlobDetectorParams.d';
export * from './typings/VideoCapture.d';
export * from './typings/VideoWriter.d';
export * from './typings/ParamGrid.d';
export * from './typings/TrainData.d';
export * from './typings/CascadeClassifier.d';
export * from './typings/DetectionROI.d';
export * from './typings/HOGDescriptor.d';
export * from './typings/OCRHMMClassifier.d';
export * from './typings/MultiTracker.d';
export * from './typings/SVM.d';
export * from './typings/OCRHMMDecoder.d';
export * from './typings/TrackerBoostingParams.d';
export * from './typings/TrackerGOTURN.d';
export * from './typings/TrackerKCFParams.d';
export * from './typings/TrackerMedianFlow.d';
export * from './typings/TrackerMILParams.d';
export * from './typings/TrackerTLD.d';
export * from './typings/TrackerMIL.d';
export * from './typings/TrackerKCF.d';
export * from './typings/TrackerBoosting.d';
export * from './typings/BackgroundSubtractorKNN.d';
export * from './typings/BackgroundSubtractorMOG2.d';
export * from './typings/SIFTDetector.d';
export * from './typings/SURFDetector.d';
export * from './typings/SuperpixelLSC.d';
export * from './typings/SuperpixelSLIC.d';
export * from './typings/SuperpixelSEEDS.d';