stevenlow / javacv

Automatically exported from code.google.com/p/javacv
GNU General Public License v2.0
0 stars 0 forks source link

No support for OpenCV 3.0 #479

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.     double cc = findTransformECC (templateImage, targetImage, warp_matrix, 
warp_mode, new CvTermCriteria (CV_TERMCRIT_ITER+CV_TERMCRIT_EPS,
                    number_of_iterations, termination_eps));

2.
3.

What is the expected output? What do you see instead?

compile with no errors / cannot find symbol

What version of the product are you using? On what operating system?

0-7

Please provide any additional information below.

is  findTransformECC availble in javaCV?

Original issue reported on code.google.com by ii...@yahoo.com on 3 Aug 2014 at 1:16

GoogleCodeExporter commented 9 years ago
or estimateRigidTransform

these seem to be not included

should I be loading a specific library?

I have all these:

import static com.googlecode.javacv.cpp.opencv_core.*;
import static com.googlecode.javacv.cpp.opencv_imgproc.*;
import static com.googlecode.javacv.cpp.opencv_highgui.*;

import com.googlecode.javacpp.Loader;
import com.googlecode.javacv.*;
import com.googlecode.javacv.cpp.*;

Original comment by ii...@yahoo.com on 3 Aug 2014 at 3:51

GoogleCodeExporter commented 9 years ago
That seems to be only available in OpenCV 3.0.

If you'd like to work on the support for OpenCV, that would be very much 
appreciated! Let me know, thanks

Original comment by samuel.a...@gmail.com on 4 Aug 2014 at 12:10

GoogleCodeExporter commented 9 years ago
I may not be the best developer but will need these two
I;m trying to convert these 
http://www.codeproject.com/Articles/24809/Image-Alignment-Algorithms?fid=1162206
&df=90&mpp=25&noise=3&prof=False&sort=Position&view=Normal&spc=Relaxed&fr=1#xx0x
x
at the moment

Could work on the other two transforms

Original comment by ii...@yahoo.com on 4 Aug 2014 at 2:26

GoogleCodeExporter commented 9 years ago
Work has started here:
https://github.com/bytedeco/javacv/tree/opencv-3.0
https://github.com/bytedeco/javacpp-presets/tree/opencv-3.0
Any contributions welcome, thanks!

Original comment by samuel.a...@gmail.com on 27 Apr 2015 at 11:32