Ask Your Question
1

I did added the Libraries still this Error for these perticular Classes

asked 2016-05-24 13:53:12 -0600

Vamsidhar gravatar image

updated 2016-05-25 10:31:46 -0600

the import org.opencv.core.dmatch cannot be resolved

and also

import org.opencv.imgcodecs.Imgcodecs cannot be resolved

Here U can see my whole project Structure and the problem

image description

Screen 2

image description

edit retag flag offensive close merge delete

Comments

can you provide more detail?

can gravatar imagecan ( 2016-05-25 01:14:39 -0600 )edit

Thank You sir... Solved this but when I try to run project I came with a new Error..Plz Look at Screeen 2.

Vamsidhar gravatar imageVamsidhar ( 2016-05-25 10:31:56 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
1

answered 2016-05-25 05:41:23 -0600

LorenaGdL gravatar image

updated 2016-05-25 05:42:21 -0600

OpenCV 2.4.13 does not have an imgcodecs module (neither a core.DMatch class). You need OpenCV 3.x for that. Take a look at the Java OpenCV docs: http://docs.opencv.org/java/3.1.0/ (compare with http://docs.opencv.org/java/2.4.11/)

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-05-24 13:53:12 -0600

Seen: 366 times

Last updated: May 25 '16