mirror of
https://github.com/zebrajr/opencv.git
synced 2025-12-06 12:19:50 +01:00
QR-Code detector : multiple detection * change in qr-codes detection * change in qr-codes detection * change in test * change in test * add multiple detection * multiple detection * multiple detect * add parallel implementation * add functional for performance tests * change in test * add perftest * returned implementation for 1 qr-code, added support for vector<Mat> and vector<vector<Point2f>> in MultipleDetectAndDecode * deleted all lambda expressions * changing in triangle sort * fixed warnings * fixed errors * add java and python tests * change in java tests * change in java and python tests * change in perf test * change in qrcode.cpp * add spaces * change in qrcode.cpp * change in qrcode.cpp * change in qrcode.cpp * change in java tests * change in java tests * solved problems * solved problems * change in java and python tests * change in python tests * change in python tests * change in python tests * change in methods name * deleted sample qrcode_multi, change in qrcode.cpp * change in perf tests * change in objdetect.hpp * deleted code duplication in sample qrcode.cpp * returned spaces * added spaces * deleted draw function * change in qrcode.cpp * change in qrcode.cpp * deleted all draw functions * objdetect(QR): extractVerticalLines * objdetect(QR): whitespaces * objdetect(QR): simplify operations, avoid duplicated code * change in interface, additional checks in java and python tests, added new key in sample for saving original image from camera * fix warnings and errors in python test * fix * write in file with space key * solved error with empty mat check in python test * correct path to test image * deleted spaces * solved error with check empty mat in python tests * added check of empty vector of points * samples: rework qrcode.cpp * objdetect(QR): fix API, input parameters must be first * objdetect(QR): test/fix points layout |
||
|---|---|---|
| .. | ||
| example_cmake | ||
| tutorial_code | ||
| 3calibration.cpp | ||
| application_trace.cpp | ||
| bgfg_segm.cpp | ||
| calibration.cpp | ||
| camshiftdemo.cpp | ||
| cloning_demo.cpp | ||
| cloning_gui.cpp | ||
| CMakeLists.txt | ||
| connected_components.cpp | ||
| contours2.cpp | ||
| convexhull.cpp | ||
| cout_mat.cpp | ||
| create_mask.cpp | ||
| dbt_face_detection.cpp | ||
| delaunay2.cpp | ||
| demhist.cpp | ||
| detect_blob.cpp | ||
| detect_mser.cpp | ||
| dft.cpp | ||
| digits.cpp | ||
| distrans.cpp | ||
| drawing.cpp | ||
| edge.cpp | ||
| em.cpp | ||
| facedetect.cpp | ||
| facial_features.cpp | ||
| falsecolor.cpp | ||
| fback.cpp | ||
| ffilldemo.cpp | ||
| filestorage.cpp | ||
| fitellipse.cpp | ||
| grabcut.cpp | ||
| image_alignment.cpp | ||
| image.cpp | ||
| imagelist_creator.cpp | ||
| imagelist_reader.cpp | ||
| inpaint.cpp | ||
| intersectExample.cpp | ||
| kalman.cpp | ||
| kmeans.cpp | ||
| laplace.cpp | ||
| letter_recog.cpp | ||
| lkdemo.cpp | ||
| logistic_regression.cpp | ||
| mask_tmpl.cpp | ||
| matchmethod_orb_akaze_brisk.cpp | ||
| minarea.cpp | ||
| morphology2.cpp | ||
| neural_network.cpp | ||
| npr_demo.cpp | ||
| opencv_version.cpp | ||
| pca.cpp | ||
| peopledetect.cpp | ||
| phase_corr.cpp | ||
| points_classifier.cpp | ||
| polar_transforms.cpp | ||
| qrcode.cpp | ||
| segment_objects.cpp | ||
| select3dobj.cpp | ||
| shape_example.cpp | ||
| simd_basic.cpp | ||
| smiledetect.cpp | ||
| squares.cpp | ||
| stereo_calib.cpp | ||
| stereo_match.cpp | ||
| stitching_detailed.cpp | ||
| stitching.cpp | ||
| text_skewness_correction.cpp | ||
| train_HOG.cpp | ||
| train_svmsgd.cpp | ||
| travelsalesman.cpp | ||
| tree_engine.cpp | ||
| tvl1_optical_flow.cpp | ||
| videocapture_basic.cpp | ||
| videocapture_camera.cpp | ||
| videocapture_gphoto2_autofocus.cpp | ||
| videocapture_gstreamer_pipeline.cpp | ||
| videocapture_image_sequence.cpp | ||
| videocapture_intelperc.cpp | ||
| videocapture_openni.cpp | ||
| videocapture_starter.cpp | ||
| videostab.cpp | ||
| videowriter_basic.cpp | ||
| warpPerspective_demo.cpp | ||
| watershed.cpp | ||