Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception occure for the first detection try #1

Open
ammarlakis opened this issue Jun 20, 2014 · 1 comment
Open

Exception occure for the first detection try #1

ammarlakis opened this issue Jun 20, 2014 · 1 comment
Labels

Comments

@ammarlakis
Copy link
Collaborator

🐱 Logcat data :
06-20 23:52:25.889: E/cv::error()(27248): OpenCV Error: Assertion failed (type == src2.type() && src1.cols == src2.cols && (type == CV_32F || type == CV_8U)) in void cv::batchDistance(cv::InputArray, cv::InputArray, cv::OutputArray, int, cv::OutputArray, int, int, cv::InputArray, int, bool), file /home/reports/ci/slave_desktop/50-SDK/opencv/modules/core/src/stat.cpp, line 2473
06-20 23:52:25.889: E/org.opencv.features2d(27248): features2d::match_13() caught cv::Exception: /home/reports/ci/slave_desktop/50-SDK/opencv/modules/core/src/stat.cpp:2473: error: (-215) type == src2.type() && src1.cols == src2.cols && (type == CV_32F || type == CV_8U) in function void cv::batchDistance(cv::InputArray, cv::InputArray, cv::OutputArray, int, cv::OutputArray, int, int, cv::InputArray, int, bool)
06-20 23:52:25.889: W/dalvikvm(27248): threadid=13: thread exiting with uncaught exception (group=0x415508b0)
06-20 23:52:25.899: E/AndroidRuntime(27248): FATAL EXCEPTION: Thread-19124
06-20 23:52:25.899: E/AndroidRuntime(27248): CvException [org.opencv.core.CvException: cv::Exception: /home/reports/ci/slave_desktop/50-SDK/opencv/modules/core/src/stat.cpp:2473: error: (-215) type == src2.type() && src1.cols == src2.cols && (type == CV_32F || type == CV_8U) in function void cv::batchDistance(cv::InputArray, cv::InputArray, cv::OutputArray, int, cv::OutputArray, int, int, cv::InputArray, int, bool)
06-20 23:52:25.899: E/AndroidRuntime(27248): ]
06-20 23:52:25.899: E/AndroidRuntime(27248): at org.opencv.features2d.DescriptorMatcher.match_3(Native Method)
06-20 23:52:25.899: E/AndroidRuntime(27248): at org.opencv.features2d.DescriptorMatcher.match(DescriptorMatcher.java:498)
06-20 23:52:25.899: E/AndroidRuntime(27248): at com.jasam.detectionjsh.UserTakeActivity.onCameraFrame(UserTakeActivity.java:240)
06-20 23:52:25.899: E/AndroidRuntime(27248): at org.opencv.android.CameraBridgeViewBase.deliverAndDrawFrame(CameraBridgeViewBase.java:387)
06-20 23:52:25.899: E/AndroidRuntime(27248): at org.opencv.android.JavaCameraView$CameraWorker.run(JavaCameraView.java:328)
06-20 23:52:25.899: E/AndroidRuntime(27248): at java.lang.Thread.run(Thread.java:841)

@ammarlakis ammarlakis added the bug label Jun 20, 2014
@ammarlakis
Copy link
Collaborator Author

Looks like the exception throw cause of low detectors in taken scene.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant