Git Product home page Git Product logo

Comments (8)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
This probably has the same cause as issue #294, i.e.: Try to keep a Java 
reference to all your images.

Original comment by [email protected] on 11 Apr 2013 at 10:44

from javacv.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
I am doing the same project,
btw, how you do face recognition using Eigen and Fisher Face Method?
I can't do the fisher part

I'll appreciate your respond

Original comment by [email protected] on 22 Jun 2013 at 7:46

from javacv.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
I'm not sure why I mentioned issue #294, it doesn't sound related. Anyway, we 
can do face recognition as shown here:
http://pcbje.com/2012/12/doing-face-recognition-with-javacv/
But it's a bit buggy. We need to keep a Java reference to all IplImage objects 
created, or they will get garbage collected, and memory errors will occur.

Does it run properly, or do you still have issues with that?

Original comment by [email protected] on 16 Sep 2013 at 11:21

from javacv.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
as memory issue mentioned by Samuel, yes I am continuously getting memory or 
null reference issue if trying to use the example . Is there any permanent 
solution available..
getting this error-
http://answers.opencv.org/question/22163/android-error-fatal-signal-11-sigsegv-a
t/

and all available alternatives mentioned failed in Nexus 4

Original comment by [email protected] on 11 Oct 2013 at 8:15

from javacv.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
Thanks for all who responded, Specially Samuel :)
U helped a lot..
Because of your guidance I did my project..
Thanks :)
Regards,
Hammad

Original comment by [email protected] on 12 Oct 2013 at 7:01

from javacv.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
@abhishek Simply keep a live reference to `grayImg`, for example in an array or 
something, and that should fix the issue.

So, it looks like that works around this issue, but I agree this needs some 
work...

Original comment by [email protected] on 4 Jan 2014 at 2:12

from javacv.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
Issue 416 has been merged into this issue.

Original comment by [email protected] on 31 Jan 2014 at 2:32

from javacv.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
Since JavaCPP/JavaCV 0.8, the mapping of the C++ API uses `cv::Mat` instead of 
`IplImage`, so this memory management issue no longer exists. Enjoy!

Original comment by [email protected] on 30 Jul 2014 at 11:31

  • Changed state: Fixed

from javacv.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.