Comparing version 1.0.4 to 1.0.5
@@ -1,80 +0,8 @@ | ||
export * from './types/cv.d'; | ||
export * from './types/constants.d'; | ||
export * from './types/config.d'; | ||
export * from './types/Mat.d'; | ||
export * from './types/Vec.d'; | ||
export * from './types/Vec2.d'; | ||
export * from './types/Vec3.d'; | ||
export * from './types/Vec4.d'; | ||
export * from './types/Vec6.d'; | ||
export * from './types/Point.d'; | ||
export * from './types/Point2.d'; | ||
export * from './types/Point3.d'; | ||
export * from './types/Size.d'; | ||
export * from './types/Net.d'; | ||
export * from './types/Rect.d'; | ||
export * from './types/RotatedRect.d'; | ||
export * from './types/TermCriteria.d'; | ||
export * from './types/Contour.d'; | ||
export * from './types/Moments.d'; | ||
export * from './types/FaceRecognizer.d'; | ||
export * from './types/EigenFaceRecognizer.d'; | ||
export * from './types/LBPHFaceRecognizer.d'; | ||
export * from './types/FisherFaceRecognizer.d'; | ||
export * from './types/KeyPointDetector.d'; | ||
export * from './types/FeatureDetector.d'; | ||
export * from './types/AGASTDetector.d'; | ||
export * from './types/BFMatcher.d'; | ||
export * from './types/AKAZEDetector.d'; | ||
export * from './types/BRISKDetector.d'; | ||
export * from './types/DescriptorMatch.d'; | ||
export * from './types/FASTDetector.d'; | ||
export * from './types/GFTTDetector.d'; | ||
export * from './types/KAZEDetector.d'; | ||
export * from './types/KeyPoint.d'; | ||
export * from './types/MSERDetector.d'; | ||
export * from './types/ORBDetector.d'; | ||
export * from './types/SimpleBlobDetector.d'; | ||
export * from './types/SimpleBlobDetectorParams.d'; | ||
export * from './types/VideoCapture.d'; | ||
export * from './types/VideoWriter.d'; | ||
export * from './types/ParamGrid.d'; | ||
export * from './types/TrainData.d'; | ||
export * from './types/CascadeClassifier.d'; | ||
export * from './types/DetectionROI.d'; | ||
export * from './types/HOGDescriptor.d'; | ||
export * from './types/OCRHMMClassifier.d'; | ||
export * from './types/MultiTracker.d'; | ||
export * from './types/SVM.d'; | ||
export * from './types/OCRHMMDecoder.d'; | ||
export * from './types/TrackerBoostingParams.d'; | ||
export * from './types/TrackerGOTURN.d'; | ||
export * from './types/TrackerKCFParams.d'; | ||
export * from './types/TrackerMedianFlow.d'; | ||
export * from './types/TrackerMILParams.d'; | ||
export * from './types/TrackerTLD.d'; | ||
export * from './types/TrackerMIL.d'; | ||
export * from './types/TrackerKCF.d'; | ||
export * from './types/TrackerBoosting.d'; | ||
export * from './types/BackgroundSubtractorKNN.d'; | ||
export * from './types/BackgroundSubtractorMOG2.d'; | ||
export * from './types/SIFTDetector.d'; | ||
export * from './types/SURFDetector.d'; | ||
export * from './types/SuperpixelLSC.d'; | ||
export * from './types/SuperpixelSLIC.d'; | ||
export * from './types/SuperpixelSEEDS.d'; | ||
//export * from './types/opencv.d'; | ||
import * as OpenCV from './types/opencv.d'; | ||
/** | ||
* OpenCV Object | ||
*/ | ||
export const cv: typeof OpenCV; | ||
/** | ||
* Translate error number from OpenCV into a meaningful message | ||
* @param cvObject OpenCV object | ||
* @param err OpenCV error number | ||
*/ | ||
export function cvTranslateError(cvObject: typeof OpenCV, err: any): string | Error; | ||
export * from './browser'; | ||
export * from './file'; | ||
export * from './format/'; | ||
export * from './opencvReady'; | ||
export * from './types/mirada'; | ||
export * from './types/opencv'; | ||
export * from './util'; | ||
import './types/_cv'; |
{ | ||
"name": "opencv-dev", | ||
"description": "easy to debug", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "morozovsk", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19653397
145
14960
1