├── 08346440_FeatureMatching.pdf ├── ABTesting.txt ├── EvalutaionMetrics.py ├── FeatureMacthingAlgorithms.py ├── Readme.md ├── StaticCodeAnalysisReport ├── dataExtractionReport.txt ├── evaluationMetricsReport.txt ├── imageCropAssociationReport.txt └── modifiedFLANNReport.txt ├── dataExtraction.py ├── evaluationConfig.inf ├── imageCropAssociation.py ├── modelConfig.inf ├── modelOutput.json ├── modifiedFLANNAlgo.py ├── modifiedFLANNAlgoWithTemplateMacthing.py ├── requirements.txt └── sampleOutput.json /08346440_FeatureMatching.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesh-technovator/feature-matching-opencv-python/HEAD/08346440_FeatureMatching.pdf -------------------------------------------------------------------------------- /ABTesting.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesh-technovator/feature-matching-opencv-python/HEAD/ABTesting.txt -------------------------------------------------------------------------------- /EvalutaionMetrics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesh-technovator/feature-matching-opencv-python/HEAD/EvalutaionMetrics.py -------------------------------------------------------------------------------- /FeatureMacthingAlgorithms.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesh-technovator/feature-matching-opencv-python/HEAD/FeatureMacthingAlgorithms.py -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesh-technovator/feature-matching-opencv-python/HEAD/Readme.md -------------------------------------------------------------------------------- /StaticCodeAnalysisReport/dataExtractionReport.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesh-technovator/feature-matching-opencv-python/HEAD/StaticCodeAnalysisReport/dataExtractionReport.txt -------------------------------------------------------------------------------- /StaticCodeAnalysisReport/evaluationMetricsReport.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesh-technovator/feature-matching-opencv-python/HEAD/StaticCodeAnalysisReport/evaluationMetricsReport.txt -------------------------------------------------------------------------------- /StaticCodeAnalysisReport/imageCropAssociationReport.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesh-technovator/feature-matching-opencv-python/HEAD/StaticCodeAnalysisReport/imageCropAssociationReport.txt -------------------------------------------------------------------------------- /StaticCodeAnalysisReport/modifiedFLANNReport.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesh-technovator/feature-matching-opencv-python/HEAD/StaticCodeAnalysisReport/modifiedFLANNReport.txt -------------------------------------------------------------------------------- /dataExtraction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesh-technovator/feature-matching-opencv-python/HEAD/dataExtraction.py -------------------------------------------------------------------------------- /evaluationConfig.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesh-technovator/feature-matching-opencv-python/HEAD/evaluationConfig.inf -------------------------------------------------------------------------------- /imageCropAssociation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesh-technovator/feature-matching-opencv-python/HEAD/imageCropAssociation.py -------------------------------------------------------------------------------- /modelConfig.inf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesh-technovator/feature-matching-opencv-python/HEAD/modelConfig.inf -------------------------------------------------------------------------------- /modelOutput.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesh-technovator/feature-matching-opencv-python/HEAD/modelOutput.json -------------------------------------------------------------------------------- /modifiedFLANNAlgo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesh-technovator/feature-matching-opencv-python/HEAD/modifiedFLANNAlgo.py -------------------------------------------------------------------------------- /modifiedFLANNAlgoWithTemplateMacthing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesh-technovator/feature-matching-opencv-python/HEAD/modifiedFLANNAlgoWithTemplateMacthing.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesh-technovator/feature-matching-opencv-python/HEAD/requirements.txt -------------------------------------------------------------------------------- /sampleOutput.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/magesh-technovator/feature-matching-opencv-python/HEAD/sampleOutput.json --------------------------------------------------------------------------------